2004-09-09 04:37:12 +00:00
|
|
|
Summary: A library for parsing XML.
|
|
|
|
Name: expat
|
2004-11-25 08:26:34 +00:00
|
|
|
Version: 1.95.8
|
2004-11-25 13:05:09 +00:00
|
|
|
Release: 4
|
2004-09-09 04:37:12 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz
|
2004-12-01 10:15:53 +00:00
|
|
|
URL: http://www.libexpat.org/
|
2004-09-09 04:37:53 +00:00
|
|
|
License: BSD
|
2004-09-09 04:38:24 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-09-09 04:37:12 +00:00
|
|
|
|
|
|
|
%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
|
2004-09-09 04:39:50 +00:00
|
|
|
Requires: expat = %{version}-%{release}
|
2004-09-09 04:37:12 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The expat-devel package contains the libraries, include files and documentation
|
|
|
|
to develop XML applications with expat.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2004-09-09 04:40:09 +00:00
|
|
|
export CFLAGS="%{optflags} -fPIC"
|
2004-09-09 04:37:12 +00:00
|
|
|
%configure
|
2004-09-09 04:39:44 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 04:37:12 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
2004-11-25 13:05:09 +00:00
|
|
|
%makeinstall man1dir=$RPM_BUILD_ROOT/%{_mandir}/man1
|
2004-09-09 04:37:12 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 04:39:44 +00:00
|
|
|
%doc README COPYING
|
2004-09-09 04:38:24 +00:00
|
|
|
%{_bindir}/*
|
2004-09-09 04:37:12 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
2004-09-09 04:38:05 +00:00
|
|
|
%{_mandir}/*/*
|
2004-09-09 04:37:12 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 04:39:44 +00:00
|
|
|
%doc Changes doc examples
|
2004-09-09 04:37:12 +00:00
|
|
|
%{_libdir}/lib*.a
|
|
|
|
%{_libdir}/lib*.la
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_includedir}/*.h
|
|
|
|
|
|
|
|
%changelog
|
2004-11-25 08:26:34 +00:00
|
|
|
* Thu Nov 25 2004 Ivana Varekova <varekova@redhat.com> 1.95.8
|
|
|
|
- update to 1.95.8
|
|
|
|
|
2004-09-09 04:40:09 +00:00
|
|
|
* Wed Jun 16 2004 Jeff Johnson <jbj@jbj.org> 1.95.7-4
|
|
|
|
- add -fPIC (#125586).
|
|
|
|
|
2004-09-09 04:40:03 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:39:50 +00:00
|
|
|
* Fri Jun 11 2004 Jeff Johnson <jbj@jbj.org> 1.95.7-2
|
|
|
|
- fix: malloc failure from dbus test suite (#124747).
|
|
|
|
|
2004-09-09 04:39:44 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sun Feb 22 2004 Joe Orton <jorton@redhat.com> 1.95.7-1
|
|
|
|
- update to 1.95.7, include COPYING file in main package
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 1.95.5-6
|
|
|
|
- rebuild again for #91211
|
|
|
|
|
|
|
|
* Tue Sep 16 2003 Matt Wilson <msw@redhat.com> 1.95.5-5
|
|
|
|
- rebuild to fix gzip'ed file md5sums (#91211)
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Jeff Johnson <jbj@redhat.com> 1.95.5-4
|
|
|
|
- rebuilt because of crt breakage on ppc64.
|
|
|
|
|
2004-09-09 04:38:40 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:38:24 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Nov 11 2002 Jeff Johnson <jbj@redhat.com> 1.95.5-1
|
|
|
|
- update to 1.95.5.
|
|
|
|
|
2004-09-09 04:38:05 +00:00
|
|
|
* Mon Aug 19 2002 Trond Eivind Glomsrød <teg@redhat.com> 1,95.4-1
|
|
|
|
- 1.95.4. 1.95.3 was withdrawn by the expat developers.
|
|
|
|
|
2004-09-09 04:37:59 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:38:05 +00:00
|
|
|
* Thu Jun 6 2002 Trond Eivind Glomsrød <teg@redhat.com> 1,95.3-1
|
2004-09-09 04:37:59 +00:00
|
|
|
- 1.95.3
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:38:05 +00:00
|
|
|
* Fri Mar 22 2002 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:37:53 +00:00
|
|
|
- Change a prereq in -devel on main package to a req
|
|
|
|
- License from MIT/X11 to BSD
|
|
|
|
|
2004-09-09 04:38:05 +00:00
|
|
|
* Mon Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:37:53 +00:00
|
|
|
- 1.95.2
|
|
|
|
|
2004-09-09 04:37:40 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 04:37:12 +00:00
|
|
|
* Tue Oct 24 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 1.95.1
|
|
|
|
|
|
|
|
* Sun Oct 8 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- Create.
|