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 * Sat Mar
3 2012 Karl Waclawek
<karl@waclawek.net
>
44 - Update
for the
2.1.0 release.
46 * Sun Nov
26 2006 Karl Waclawek
<karl@waclawek.net
>
48 - Update
for the
2.0.1 release.
50 * Fri Jul
16 2004 Fred L. Drake
, Jr.
<fdrake@acm.org
>
52 - Update
for the
1.95.8 release.
53 - Add the expat_external.h header to the installed files.
55 * Tue Oct
21 2003 Fred L. Drake
, Jr.
<fdrake@acm.org
>
56 - Update list of documentation files
; we missed a .png file
in the
59 * Mon Oct
20 2003 Fred L. Drake
, Jr.
<fdrake@acm.org
>
61 - Updated
for the
1.95.7 release.
63 * Sat Jan
25 2003 Fred L. Drake
, Jr.
<fdrake@acm.org
>
65 - Updated
for the
1.95.6 release.
67 * Wed Sep
4 2002 Fred L. Drake
, Jr.
<fdrake@acm.org
>
69 - Updated
for the
1.95.5 release.
70 - Updated
URL for Expat home page to point to www.libexpat.org.
71 - Added "Valid XHTML
1.0" icon to the installed documentation.
73 * Sat Jun
29 2002 Fred L. Drake
, Jr.
<fdrake@acm.org
>
75 - Updated
for the
1.95.4 release.
77 * Fri May
17 2002 Fred L. Drake
, Jr.
<fdrake@acm.org
>
79 - Updated
for the
1.95.3 release.
80 - Added xmlwf man page to the list of files.
82 * Wed Jul
25 2001 Fred L. Drake
, Jr.
<fdrake@acm.org
>
84 - Updated
for the
1.95.2 release.
86 * Sun Feb
18 2001 Sean Reifschneider
<jafo
-rpms@tummy.com
>
87 [Release 1.95.1-1tummy
]
88 - Updated to
1.95.1 release.
89 - Removed the "
/usr
/include
/expat" directory
for headers
, as it now uses
90 "expat.h" instead of "xmlparser.h".
92 * Thu Jan
25 2001 Sean Reifschneider
<jafo
-rpms@tummy.com
>
94 - Moved xmlparse.h into "
/usr
/include
/expat" directory to prevent conflict
95 with w3c
-libwww
-devel package.
97 * Wed Sep
6 2000 Sean Reifschneider
<jafo
-rpms@tummy.com
>
98 - Modified to
install into
/usr.
99 - Modified to use RPM_BUILD_ROOT instead of writing directly to
install