summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfdrake <fdrake>2003-10-21 17:05:43 +0000
committerfdrake <fdrake>2003-10-21 17:05:43 +0000
commita8d874fd2b2dabb05c077777aad42984ba23a977 (patch)
treef5d9faac3016ea415d8b2b668d411ae2e4a45651
parent0f2d3eab6c3c256aceb0f27f0801e2dc3a62742c (diff)
downloadlibexpat-a8d874fd2b2dabb05c077777aad42984ba23a977.tar.gz
make sure we pick up the Expat logo in the doc directory
-rw-r--r--expat.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/expat.spec b/expat.spec
index 50a2c36..33ba187 100644
--- a/expat.spec
+++ b/expat.spec
@@ -31,13 +31,17 @@ 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/valid-xhtml10.png
+%doc COPYING Changes MANIFEST README doc/reference.html doc/style.css doc/*.png
/usr/bin/xmlwf
/usr/lib
/usr/include/expat.h
/usr/man/man1/xmlwf.1.gz
%changelog
+* Tue Oct 21 2003 Fred L. Drake, Jr. <fdrake@acm.org>
+- Update list of documentation files; we missed a .png file in the
+ previous release.
+
* Mon Oct 20 2003 Fred L. Drake, Jr. <fdrake@acm.org>
[Release 1.95.7-1]
- Updated for the 1.95.7 release.
@@ -46,7 +50,7 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
[Release 1.95.6-1]
- Updated for the 1.95.6 release.
-* Wed Sep 4 2002 Fred L. Drake, Jr. <fdrake@acm.org>
+* 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.
@@ -76,7 +80,7 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
- Moved xmlparse.h into "/usr/include/expat" directory to prevent conflict
with w3c-libwww-devel package.
-* Wed Sep 6 2000 Sean Reifschneider <jafo-rpms@tummy.com>
+* Wed Sep 6 2000 Sean Reifschneider <jafo-rpms@tummy.com>
- Modified to install into /usr.
- Modified to use RPM_BUILD_ROOT instead of writing directly to install
location.