rpms/xqilla/devel xqilla.spec,1.18,1.19

Jonathan Robie jonathanrobie at fedoraproject.org
Mon Feb 8 16:18:18 UTC 2010


Author: jonathanrobie

Update of /cvs/pkgs/rpms/xqilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12732

Modified Files:
	xqilla.spec 
Log Message:
Fixed rpath problem reported by rpmlint



Index: xqilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/devel/xqilla.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- xqilla.spec	6 Feb 2010 15:28:17 -0000	1.18
+++ xqilla.spec	8 Feb 2010 16:18:18 -0000	1.19
@@ -2,7 +2,7 @@ Name: xqilla
 Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C
 Group: System Environment/Libraries
 Version: 2.2.3
-Release: 4%{?dist}
+Release: 6%{?dist}
 License: ASL 2.0
 URL: http://xqilla.sourceforge.net/HomePage
 Source0: http://downloads.sourceforge.net/xqilla/XQilla-%{version}.tar.gz
@@ -44,7 +44,9 @@ simple-api and dom3-api documentation fo
 %setup -qn XQilla-2.2.3
 
 %build
-%configure --with-xerces=/usr
+%configure --with-xerces=/usr --disable-rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make
 make docs
 
@@ -90,6 +92,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb  8 2010 Jonathan Robie <jrobie at localhost.localdomain> - 2.2.3-6
+- Fixed rpath problem detected by rpmlint
+
 * Fri Feb  5 2010 Jonathan Robie <jrobie at localhost.localdomain> - 2.2.3-3
 - Move to version 2.2.3, using Xerces 3.0.1
 



More information about the scm-commits mailing list