From 3634b33382e7fa49081144f5be19b05c1fe4a769 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:37:12 +0000 Subject: [PATCH] auto-import changelog data from expat-1.95.1-1.src.rpm Tue Oct 24 2000 Jeff Johnson - update to 1.95.1 Sun Oct 08 2000 Jeff Johnson - Create. --- .cvsignore | 1 + expat.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 69 insertions(+) create mode 100644 expat.spec diff --git a/.cvsignore b/.cvsignore index e69de29..250c367 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +expat-1.95.1.tar.gz diff --git a/expat.spec b/expat.spec new file mode 100644 index 0000000..12469b4 --- /dev/null +++ b/expat.spec @@ -0,0 +1,67 @@ +Summary: A library for parsing XML. +Name: expat +Version: 1.95.1 +Release: 1 +Group: System Environment/Libraries +Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz +URL: http://sourceforge.net/projects/expat +License: MIT/X Consortium +Prefix: %{_prefix} +BuildRoot: %{_tmppath}/%{name}-root + +%description +This is expat, the C library for parsing XML, written by James Clark. Expat +is a stream oriented XML parser. This means that you register handlers with +the parser prior to starting the parse. These handlers are called when the +parser discovers the associated structures in the document being parsed. A +start tag is an example of the kind of structures for which you may +register handlers. + +%package devel +Summary: Libraries and include files to develop XML applications with expat. +Group: Development/Libraries +PreReq: expat = %{version} + +%description devel +The expat-devel package contains the libraries, include files and documentation +to develop XML applications with expat. + +%prep +%setup -q + +%build + +%configure +make + +%install +rm -rf ${RPM_BUILD_ROOT} + +%makeinstall + +%clean +rm -rf ${RPM_BUILD_ROOT} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%doc README +%{_libdir}/lib*.so.* + +%files devel +%defattr(-,root,root) +%doc doc examples +%{_libdir}/lib*.a +%{_libdir}/lib*.la +%{_libdir}/lib*.so +%{_includedir}/*.h + +%changelog +* Tue Oct 24 2000 Jeff Johnson +- update to 1.95.1 + +* Sun Oct 8 2000 Jeff Johnson +- Create. diff --git a/sources b/sources index e69de29..42e67f9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +113ebbf7efaf7179d869341cbb2879f7 expat-1.95.1.tar.gz