Summary: Validating XML Parser Name: xerces-c Version: 3.0.1 Release: 0.20.1%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: http://xml.apache.org/xerces-c/ Source0: http://archive.apache.org/dist/xml/xerces-c/Xerces-C_3_0_1/sources/xerces-c-3.0.1.tar.gz Patch0: xerces-c-3.0.1-CVE-2009-1885.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dos2unix %description Xerces-C is a validating XML parser written in a portable subset of C++. Xerces-C makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C is faithful to the XML 1.0 recommendation and associated standards: XML 1.0 (Third Edition), XML 1.1 (First Edition), DOM Level 1, 2, 3 Core, DOM Level 2.0 Traversal and Range, DOM Level 3.0 Load and Save, SAX 1.0 and SAX 2.0, Namespaces in XML, Namespaces in XML 1.1, XML Schema, XML Inclusions). %package devel Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %package doc Group: Documentation Summary: Documentation for Xerces-C++ validating XML parser BuildArch: noarch %description doc Documentation for Xerces-C++. Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. %prep %setup -q %patch0 -p0 -b .CVE-2009-1885 # Copy samples before build to avoid including built binaries in -doc package mkdir -p _docs cp -a samples/ _docs/ %build # --disable-sse2 makes sure explicit -msse2 isn't passed to gcc so # the binaries would be compatible with non-SSE2 i686 hardware. # This only affects i686, as on x86_64 the compiler uses SSE2 by default. export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" %configure --disable-static \ --disable-pretty-make \ --disable-sse2 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" # Correct errors in encoding iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.tmp && mv -f CREDITS.tmp CREDITS # Correct errors in line endings pushd doc; dos2unix -U *.xml; popd # Remove unwanted binaries rm -rf $RPM_BUILD_ROOT%{_bindir} # Remove .la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # Fix multilib conflict mv $RPM_BUILD_ROOT%{_includedir}/xercesc/util/Xerces_autoconf_config.hpp \ $RPM_BUILD_ROOT%{_includedir}/xercesc/util/Xerces_autoconf_config-%{__isa_bits}.hpp cat >$RPM_BUILD_ROOT%{_includedir}/xercesc/util/Xerces_autoconf_config.hpp < #if __WORDSIZE == 32 # include "Xerces_autoconf_config-32.hpp" #elif __WORDSIZE == 64 # include "Xerces_autoconf_config-64.hpp" #else # error "unexpected value for __WORDSIZE macro" #endif #endif EOF %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE %{_libdir}/libxerces-c-3.*.so %files devel %defattr(-,root,root,-) %{_libdir}/libxerces-c.so %{_libdir}/pkgconfig/xerces-c.pc %{_includedir}/xercesc/ %files doc %defattr(-,root,root,-) %doc README LICENSE NOTICE CREDITS doc _docs/* %changelog * Wed Jan 11 2012 Orion Poplawski - 3.0.1-0.20.1 - Remove ExclusiveArch ppc64 * Thu Jun 23 2011 Volker Fröhlich - 3.0.1-0.20 - This package was added to EPEL and thus has a release number starting with 0, to keep it older than the RHEL release - ExclusiveArch ppc64 * Fri Jul 9 2010 Jonathan Robie - 3.0.1-20 - Added no-strict-aliasing flag to stop rpmdiff from griping * Wed May 26 2010 Kalev Lember 3.0.1-19 - Fix multilib conflict caused by Xerces_autoconf_config.hpp (#595923) * Fri May 14 2010 Kalev Lember 3.0.1-18 - Build -doc subpackage as noarch * Fri May 14 2010 Kalev Lember 3.0.1-17 - Disable explicit -msse2 to make sure the binaries run on non-SSE2 i686 * Sun Feb 07 2010 Kalev Lember 3.0.1-16 - Reintroduce a patch for CVE-2009-1885 - Don't build static library - Use parallel make - Spec file clean up * Thu Feb 4 2010 Jonathan Robie 3.0.1-15 - Corrected .spec file * Wed Feb 3 2010 Jonathan Robie 3.0.1-1 - Move to Xerces 3.0.1. * Thu Aug 6 2009 Peter Lemenkov 2.8.0-5 - Fix CVE-2009-1885 * Mon Jul 27 2009 Fedora Release Engineering - 2.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 2.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Jun 30 2008 Peter Lemenkov 2.8.0-2 - Spec cleanups ( https://bugzilla.redhat.com/show_bug.cgi?id=435132 ) * Sun Feb 10 2008 Peter Lemenkov 2.8.0-1 - Ver. 2.8.0 * Sat Nov 25 2006 Peter Lemenkov 2.7.0-6 - typo fix * Sat Nov 25 2006 Peter Lemenkov 2.7.0-5 - fixed some rpmlint warnings * Fri Nov 24 2006 Peter Lemenkov 2.7.0-4 - Added samples to docs-package * Sat Nov 18 2006 Peter Lemenkov 2.7.0-3 - improvements suggested by Aurelien Bompard * Sat Oct 14 2006 Peter Lemenkov 2.7.0-2 - Disabled package 'samples' * Fri Oct 13 2006 Peter Lemenkov 2.7.0-1 - initial build for FE * Fri Jan 06 2006 Dag Wieers - 2.7.0-1 - 3891/dag - Cleaned SPEC file. * Tue Jan 03 2006 Dries Verachtert - 2.7.0-1 - Updated to release 2.7.0. * Thu Sep 22 2005 C.Lee Taylor 2.6.1-1 - Update to 2.6.1 - Build for FC4 32/64bit * Sat Aug 20 2005 Che - initial rpm release