4 Summary: An XML parser library
5 Group: System/Libraries
6 Source: %{name}-%{version}.tar.bz2
7 Source1001: expat.manifest
10 Url: http://www.libexpat.org/
13 This is expat, the C library for parsing XML, written by James Clark. Expat
14 is a stream oriented XML parser. This means that you register handlers with
15 the parser prior to starting the parse. These handlers are called when the
16 parser discovers the associated structures in the document being parsed. A
17 start tag is an example of the kind of structures for which you may
21 Summary: Libraries and header files to develop applications using expat
22 Group: Development/Libraries
23 Requires: expat = %{version}
26 The expat-devel package contains the libraries, include files and documentation
27 to develop XML applications with expat.
43 %post -p /sbin/ldconfig
45 %postun -p /sbin/ldconfig
48 %manifest expat.manifest
53 %manifest expat.manifest
55 %{_libdir}/pkgconfig/*.pc