]> git.saurik.com Git - wxWidgets.git/blame - src/expat/expat.spec
avoid duplicate move events
[wxWidgets.git] / src / expat / expat.spec
CommitLineData
11a3e7b6
VZ
1%define version 2.1.0
2%define release 1
3
4Summary: Expat is an XML 1.0 parser written in C.
5Name: expat
6Version: %{version}
7Release: %{release}
8Copyright: MIT/X
9Group: Utilities/parsers
10URL: http://www.libexpat.org/
11Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz
12BuildRoot: /var/tmp/%{name}-buildroot
13
14%description
15Expat is an XML 1.0 parser written in C by James Clark. It aims to be
16fully conforming. It is not a validating XML parser.
17
18%prep
19%setup
20
21%build
22./configure
23make lib xmlwf
24
25%install
26rm -rf $RPM_BUILD_ROOT
27mkdir -p $RPM_BUILD_ROOT/usr/bin
28mkdir -p $RPM_BUILD_ROOT/usr/lib
29mkdir -p $RPM_BUILD_ROOT/usr/include
30make install prefix=$RPM_BUILD_ROOT/usr
31install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
32
33%files
34%doc COPYING Changes MANIFEST README doc/reference.html doc/style.css doc/*.png
35/usr/bin/xmlwf
36/usr/lib
37/usr/include/expat.h
38/usr/include/expat_external.h
39/usr/man/man1/xmlwf.1.gz
40
41%changelog
42* Sat Mar 3 2012 Karl Waclawek <karl@waclawek.net>
43[Release 2.1.0-1]
44- Update for the 2.1.0 release.
45
46* Sun Nov 26 2006 Karl Waclawek <karl@waclawek.net>
47[Release 2.0.1-1]
48- Update for the 2.0.1 release.
49
50* Fri Jul 16 2004 Fred L. Drake, Jr. <fdrake@acm.org>
51[Release 1.95.8-1]
52- Update for the 1.95.8 release.
53- Add the expat_external.h header to the installed files.
54
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
57 previous release.
58
59* Mon Oct 20 2003 Fred L. Drake, Jr. <fdrake@acm.org>
60[Release 1.95.7-1]
61- Updated for the 1.95.7 release.
62
63* Sat Jan 25 2003 Fred L. Drake, Jr. <fdrake@acm.org>
64[Release 1.95.6-1]
65- Updated for the 1.95.6 release.
66
67* Wed Sep 4 2002 Fred L. Drake, Jr. <fdrake@acm.org>
68[Release 1.95.5-1]
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.
72
73* Sat Jun 29 2002 Fred L. Drake, Jr. <fdrake@acm.org>
74[Release 1.95.4-1]
75- Updated for the 1.95.4 release.
76
77* Fri May 17 2002 Fred L. Drake, Jr. <fdrake@acm.org>
78[Release 1.95.3-1]
79- Updated for the 1.95.3 release.
80- Added xmlwf man page to the list of files.
81
82* Wed Jul 25 2001 Fred L. Drake, Jr. <fdrake@acm.org>
83[Release 1.95.2-1]
84- Updated for the 1.95.2 release.
85
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".
91
92* Thu Jan 25 2001 Sean Reifschneider <jafo-rpms@tummy.com>
93[Release 1.1-3tummy]
94- Moved xmlparse.h into "/usr/include/expat" directory to prevent conflict
95 with w3c-libwww-devel package.
96
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
100 location.