diff --git a/xerces-c.spec b/xerces-c.spec index 0745818..6609177 100644 --- a/xerces-c.spec +++ b/xerces-c.spec @@ -1,7 +1,7 @@ Summary: Validating XML Parser Name: xerces-c Version: 2.7.0 -Release: 5%{?dist} +Release: 6%{?dist} License: Apache Software License Group: System Environment/Libraries URL: http://xml.apache.org/xerces-c/ @@ -52,7 +52,7 @@ manipulating, and validating XML documents. rm -rf doc/html/resources/.svn find ./doc -type f -perm 755 -exec chmod 644 {} \; find ./samples -type f -perm 755 -exec chmod 644 {} \; -%{__perl} -pi.orig -e 's|(PREFIX.)/lib\b|$1/%{_lib}|g' src/xercesc/configure */Makefile.inw +%{__perl} -pi.orig -e 's|(PREFIX.)/lib\b|$1/%{_lib}|g' src/xercesc/configure */Makefile.in %build export XERCESCROOT="$PWD" @@ -116,6 +116,9 @@ export XERCESCROOT="$PWD" %changelog +* Sat Nov 25 2006 Peter Lemenkov 2.7.0-6 +- typo fix + * Sat Nov 25 2006 Peter Lemenkov 2.7.0-5 - fixed some rpmlint warnings