From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 18 Feb 2009 22:03:27 +0000 (+0000) Subject: Don't rewrite prefix/lib paths as prefix/lib64 for mingw X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4269bebaed3c5ecfcd4a68daa5129fc962f0c93b;p=fedora-mingw.git Don't rewrite prefix/lib paths as prefix/lib64 for mingw --- diff --git a/xerces-c/mingw32-xerces-c.spec b/xerces-c/mingw32-xerces-c.spec index eb74240..92848e8 100644 --- a/xerces-c/mingw32-xerces-c.spec +++ b/xerces-c/mingw32-xerces-c.spec @@ -6,7 +6,7 @@ Name: mingw32-xerces-c Version: 2.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Validating XML parser License: ASL 2.0 @@ -44,7 +44,6 @@ faithful to the XML 1.0 recommendation and associated standards (DOM 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.in rm doc/html/apiDocs/XMLRegisterCleanup_8hpp__incl.map rm doc/html/apiDocs/XSConstants_8hpp__incl.map @@ -118,5 +117,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Feb 18 2009 Richard W.M. Jones - 2.8.0-2 +* Wed Feb 18 2009 Richard W.M. Jones - 2.8.0-3 - Initial RPM release.