summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-09-05 04:17:25 +0000
committerfdrake <fdrake>2002-09-05 04:17:25 +0000
commit5b2ad6ee269fcf11470ffc4b7bb7e63e14432b8b (patch)
tree43f9ae99d96b5cc3b4be8499fbc715763ef82aa7
parentba93fbf50386b99abf49ee634135c71a165cfbdc (diff)
downloadlibexpat-5b2ad6ee269fcf11470ffc4b7bb7e63e14432b8b.tar.gz
Update RPM spec file for Expat 1.95.5.
-rw-r--r--expat.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/expat.spec b/expat.spec
index d118793..096a7a0 100644
--- a/expat.spec
+++ b/expat.spec
@@ -1,4 +1,4 @@
-%define version 1.95.4
+%define version 1.95.5
%define release 1
Summary: Expat is an XML 1.0 parser written in C.
@@ -7,13 +7,13 @@ Version: %{version}
Release: %{release}
Copyright: MIT/X
Group: Utilities/parsers
-URL: http://expat.sourceforge.net/
+URL: http://www.libexpat.org/
Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
%description
Expat is an XML 1.0 parser written in C by James Clark. It aims to be
-fully conforming. It is currently not a validating XML parser.
+fully conforming. It is not a validating XML parser.
%prep
%setup
@@ -31,13 +31,19 @@ make install prefix=$RPM_BUILD_ROOT/usr
install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
%files
-%doc COPYING Changes MANIFEST README doc/reference.html doc/style.css
+%doc COPYING Changes MANIFEST README doc/reference.html doc/style.css doc/valid-xhtml10.png
/usr/bin/xmlwf
/usr/lib
/usr/include/expat.h
/usr/man/man1/xmlwf.1.gz
%changelog
+* Wed Sep 4 2002 Fred L. Drake, Jr. <fdrake@acm.org>
+[Release 1.95.5-1]
+- Updated for the 1.95.5 release.
+- Updated URL for Expat home page to point to www.libexpat.org.
+- Added "Valid XHTML 1.0" icon to the installed documentation.
+
* Sat Jun 29 2002 Fred L. Drake, Jr. <fdrake@acm.org>
[Release 1.95.4-1]
- Updated for the 1.95.4 release.