cvsdist 3634b33
Summary: A library for parsing XML.
cvsdist 3634b33
Name: expat
Ivana Varekova 2e71b69
Version: 1.95.8
Ivana Varekova 2e71b69
Release: 1
cvsdist 3634b33
Group: System Environment/Libraries
cvsdist 3634b33
Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz
cvsdist 3634b33
URL: http://sourceforge.net/projects/expat
cvsdist e1d1ed0
License: BSD
cvsdist e44172e
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 3634b33
cvsdist 3634b33
%description
cvsdist 3634b33
This is expat, the C library for parsing XML, written by James Clark. Expat
cvsdist 3634b33
is a stream oriented XML parser. This means that you register handlers with
cvsdist 3634b33
the parser prior to starting the parse. These handlers are called when the
cvsdist 3634b33
parser discovers the associated structures in the document being parsed. A
cvsdist 3634b33
start tag is an example of the kind of structures for which you may
cvsdist 3634b33
register handlers.
cvsdist 3634b33
cvsdist 3634b33
%package devel
cvsdist 3634b33
Summary: Libraries and include files to develop XML applications with expat.
cvsdist 3634b33
Group: Development/Libraries
cvsdist 8d6639f
Requires: expat = %{version}-%{release}
cvsdist 3634b33
cvsdist 3634b33
%description devel
cvsdist 3634b33
The expat-devel package contains the libraries, include files and documentation
cvsdist 3634b33
to develop XML applications with expat.
cvsdist 3634b33
cvsdist 3634b33
%prep
cvsdist 3634b33
%setup -q
cvsdist 3634b33
cvsdist 3634b33
%build
cvsdist 4a3fcc9
export CFLAGS="%{optflags} -fPIC"
cvsdist 3634b33
%configure
cvsdist 3084980
make %{?_smp_mflags}
cvsdist 3634b33
cvsdist 3634b33
%install
cvsdist 3634b33
rm -rf ${RPM_BUILD_ROOT}
cvsdist 3634b33
cvsdist 99bac34
%makeinstall mandir=$RPM_BUILD_ROOT/%{_mandir}/man1
cvsdist 3634b33
cvsdist 3634b33
%clean
cvsdist 3634b33
rm -rf ${RPM_BUILD_ROOT}
cvsdist 3634b33
cvsdist 3634b33
%post -p /sbin/ldconfig
cvsdist 3634b33
%postun -p /sbin/ldconfig
cvsdist 3634b33
cvsdist 3634b33
%files
cvsdist 3634b33
%defattr(-,root,root)
cvsdist 3084980
%doc README COPYING
cvsdist e44172e
%{_bindir}/*
cvsdist 3634b33
%{_libdir}/lib*.so.*
cvsdist 99bac34
%{_mandir}/*/*
cvsdist 3634b33
cvsdist 3634b33
%files devel
cvsdist 3634b33
%defattr(-,root,root)
cvsdist 3084980
%doc Changes doc examples
cvsdist 3634b33
%{_libdir}/lib*.a
cvsdist 3634b33
%{_libdir}/lib*.la
cvsdist 3634b33
%{_libdir}/lib*.so
cvsdist 3634b33
%{_includedir}/*.h
cvsdist 3634b33
cvsdist 3634b33
%changelog
Ivana Varekova 2e71b69
* Thu Nov 25 2004 Ivana Varekova <varekova@redhat.com> 1.95.8
Ivana Varekova 2e71b69
- update to 1.95.8
Ivana Varekova 2e71b69
cvsdist 4a3fcc9
* Wed Jun 16 2004 Jeff Johnson <jbj@jbj.org> 1.95.7-4
cvsdist 4a3fcc9
- add -fPIC (#125586).
cvsdist 4a3fcc9
cvsdist af4d16b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist af4d16b
- rebuilt
cvsdist af4d16b
cvsdist 8d6639f
* Fri Jun 11 2004 Jeff Johnson <jbj@jbj.org> 1.95.7-2
cvsdist 8d6639f
- fix: malloc failure from dbus test suite (#124747).
cvsdist 8d6639f
cvsdist 3084980
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3084980
- rebuilt
cvsdist 3084980
cvsdist 3084980
* Sun Feb 22 2004 Joe Orton <jorton@redhat.com> 1.95.7-1
cvsdist 3084980
- update to 1.95.7, include COPYING file in main package
cvsdist 3084980
cvsdist 3084980
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3084980
- rebuilt
cvsdist 3084980
cvsdist 3084980
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 1.95.5-6
cvsdist 3084980
- rebuild again for #91211
cvsdist 3084980
cvsdist 3084980
* Tue Sep 16 2003 Matt Wilson <msw@redhat.com> 1.95.5-5
cvsdist 3084980
- rebuild to fix gzip'ed file md5sums (#91211)
cvsdist 3084980
cvsdist 3084980
* Tue Jun 17 2003 Jeff Johnson <jbj@redhat.com> 1.95.5-4
cvsdist 3084980
- rebuilt because of crt breakage on ppc64.
cvsdist 3084980
cvsdist 730cfd9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 730cfd9
- rebuilt
cvsdist 730cfd9
cvsdist e44172e
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist e44172e
- rebuilt
cvsdist e44172e
cvsdist e44172e
* Mon Nov 11 2002 Jeff Johnson <jbj@redhat.com> 1.95.5-1
cvsdist e44172e
- update to 1.95.5.
cvsdist e44172e
cvsdist 99bac34
* Mon Aug 19 2002 Trond Eivind Glomsrød <teg@redhat.com> 1,95.4-1
cvsdist 99bac34
- 1.95.4. 1.95.3 was withdrawn by the expat developers.
cvsdist 99bac34
cvsdist 6ff41a0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 6ff41a0
- automated rebuild
cvsdist 6ff41a0
cvsdist 99bac34
* Thu Jun  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 1,95.3-1
cvsdist 6ff41a0
- 1.95.3
cvsdist 6ff41a0
cvsdist 6ff41a0
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 6ff41a0
- automated rebuild
cvsdist 6ff41a0
cvsdist 99bac34
* Fri Mar 22 2002 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e1d1ed0
- Change a prereq in -devel on main package to a req
cvsdist e1d1ed0
- License from MIT/X11 to BSD
cvsdist e1d1ed0
cvsdist 99bac34
* Mon Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e1d1ed0
- 1.95.2
cvsdist e1d1ed0
cvsdist 0d6fa94
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 0d6fa94
- Bump release + rebuild.
cvsdist 0d6fa94
cvsdist 3634b33
* Tue Oct 24 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 3634b33
- update to 1.95.1
cvsdist 3634b33
cvsdist 3634b33
* Sun Oct  8 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 3634b33
- Create.