4 Summary: Expat is an XML
1.0 parser written
in C.
9 Group: Utilities
/parsers
10 URL: http
://www.libexpat.org
/
11 Source: http
://download.sourceforge.net
/expat
/expat
-%{version}.tar.gz
12 BuildRoot: /var
/tmp
/%{name}-buildroot
15 Expat is an XML
1.0 parser written
in C by James Clark. It aims to be
16 fully conforming. It is not a validating XML parser.
26 rm -rf $RPM_BUILD_ROOT
27 mkdir -p $RPM_BUILD_ROOT
/usr
/bin
28 mkdir -p $RPM_BUILD_ROOT
/usr
/lib
29 mkdir -p $RPM_BUILD_ROOT
/usr
/include
30 make install prefix
=$RPM_BUILD_ROOT
/usr
31 install -D xmlwf
/xmlwf $RPM_BUILD_ROOT
/usr
/bin
/xmlwf
34 %doc COPYING Changes MANIFEST README doc
/reference.html doc
/style.css doc
/*.png
38 /usr
/include
/expat_external.h
39 /usr
/man
/man1
/xmlwf
.1.gz
42 * Fri Jul
16 2004 Fred L. Drake
, Jr.
<fdrake@acm.org
>
44 - Update
for the
1.95.8 release.
45 - Add the expat_external.h header to the installed files.
47 * Tue Oct
21 2003 Fred L. Drake
, Jr.
<fdrake@acm.org
>
48 - Update list of documentation files
; we missed a .png file
in the
51 * Mon Oct
20 2003 Fred L. Drake
, Jr.
<fdrake@acm.org
>
53 - Updated
for the
1.95.7 release.
55 * Sat Jan
25 2003 Fred L. Drake
, Jr.
<fdrake@acm.org
>
57 - Updated
for the
1.95.6 release.
59 * Wed Sep
4 2002 Fred L. Drake
, Jr.
<fdrake@acm.org
>
61 - Updated
for the
1.95.5 release.
62 - Updated
URL for Expat home page to point to www.libexpat.org.
63 - Added "Valid XHTML
1.0" icon to the installed documentation.
65 * Sat Jun
29 2002 Fred L. Drake
, Jr.
<fdrake@acm.org
>
67 - Updated
for the
1.95.4 release.
69 * Fri May
17 2002 Fred L. Drake
, Jr.
<fdrake@acm.org
>
71 - Updated
for the
1.95.3 release.
72 - Added xmlwf man page to the list of files.
74 * Wed Jul
25 2001 Fred L. Drake
, Jr.
<fdrake@acm.org
>
76 - Updated
for the
1.95.2 release.
78 * Sun Feb
18 2001 Sean Reifschneider
<jafo
-rpms@tummy.com
>
79 [Release 1.95.1-1tummy
]
80 - Updated to
1.95.1 release.
81 - Removed the "
/usr
/include
/expat" directory
for headers
, as it now uses
82 "expat.h" instead of "xmlparser.h".
84 * Thu Jan
25 2001 Sean Reifschneider
<jafo
-rpms@tummy.com
>
86 - Moved xmlparse.h into "
/usr
/include
/expat" directory to prevent conflict
87 with w3c
-libwww
-devel package.
89 * Wed Sep
6 2000 Sean Reifschneider
<jafo
-rpms@tummy.com
>
90 - Modified to
install into
/usr.
91 - Modified to use RPM_BUILD_ROOT instead of writing directly to
install