expat expat.spec,1.12,1.13
"Fred L. Drake" <[email protected]> Tue, 21 Oct 2003 10:05:46 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat In directory sc8-pr-cvs1:/tmp/cvs-serv4352 Modified Files: expat.spec Log Message: make sure we pick up the Expat logo in the doc directory Index: expat.spec =================================================================== RCS file: /cvsroot/expat/expat/expat.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- expat.spec 20 Oct 2003 21:11:27 -0000 1.12 +++ expat.spec 21 Oct 2003 17:05:43 -0000 1.13 @@ -31,13 +31,17 @@ 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. <[email protected]> +- Update list of documentation files; we missed a .png file in the + previous release. + * Mon Oct 20 2003 Fred L. Drake, Jr. <[email protected]> [Release 1.95.7-1] - Updated for the 1.95.7 release. @@ -46,7 +50,7 @@ [Release 1.95.6-1] - Updated for the 1.95.6 release. -* Wed Sep 4 2002 Fred L. Drake, Jr. <[email protected]> +* Wed Sep 4 2002 Fred L. Drake, Jr. <[email protected]> [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 @@ - Moved xmlparse.h into "/usr/include/expat" directory to prevent conflict with w3c-libwww-devel package. -* Wed Sep 6 2000 Sean Reifschneider <[email protected]> +* Wed Sep 6 2000 Sean Reifschneider <[email protected]> - Modified to install into /usr. - Modified to use RPM_BUILD_ROOT instead of writing directly to install location.