Summary: Validating XML Parser Name: xerces-c Version: 3.0.1 Release: 1%{?dist} License: Apache Software License Group: System Environment/Libraries URL: http://xml.apache.org/xerces-c/ Source: http://www.apache.org/dist/xml/xerces-c/source/xerces-c-3.0.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %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 ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces, XML Schema Part 1 and Part 2). %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 %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 %build %configure %{__make} %install %{__make} install DESTDIR=$RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{_libdir}/libxerces*.so %{_libdir}/pkgconfig/xerces-c.pc %files devel %defattr(-,root,root,-) %{_libdir}/libxerces*.a %{_libdir}/libxerces*.la %{_includedir}/xercesc/ %{_bindir}/* %files doc %defattr(-,root,root,-) %doc CREDITS LICENSE NOTICE doc samples %changelog * Sat Jun 13 2009 Toru Takahashi 3.0.1-1 - clean rebuild * Wed Feb 27 2008 Peter Lemenkov 2.7.0-7 - rebuild * 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