epel9
Peter Lemenkov 18 years ago
parent 00cd542304
commit 9888a5b00c

@ -1,7 +1,7 @@
Summary: Validating XML Parser Summary: Validating XML Parser
Name: xerces-c Name: xerces-c
Version: 2.7.0 Version: 2.7.0
Release: 5%{?dist} Release: 6%{?dist}
License: Apache Software License License: Apache Software License
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://xml.apache.org/xerces-c/ URL: http://xml.apache.org/xerces-c/
@ -52,7 +52,7 @@ manipulating, and validating XML documents.
rm -rf doc/html/resources/.svn rm -rf doc/html/resources/.svn
find ./doc -type f -perm 755 -exec chmod 644 {} \; find ./doc -type f -perm 755 -exec chmod 644 {} \;
find ./samples -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 %build
export XERCESCROOT="$PWD" export XERCESCROOT="$PWD"
@ -116,6 +116,9 @@ export XERCESCROOT="$PWD"
%changelog %changelog
* Sat Nov 25 2006 Peter Lemenkov <lemenkov@gmail.com> 2.7.0-6
- typo fix
* Sat Nov 25 2006 Peter Lemenkov <lemenkov@gmail.com> 2.7.0-5 * Sat Nov 25 2006 Peter Lemenkov <lemenkov@gmail.com> 2.7.0-5
- fixed some rpmlint warnings - fixed some rpmlint warnings

Loading…
Cancel
Save