rpms/gimp/devel gimp.spec,1.188,1.189

Nils Philippsen nphilipp at fedoraproject.org
Tue Apr 14 14:15:32 UTC 2009


Author: nphilipp

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

Modified Files:
	gimp.spec 
Log Message:
build without rpath (#495670)



Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- gimp.spec	30 Mar 2009 12:41:53 -0000	1.188
+++ gimp.spec	14 Apr 2009 14:15:01 -0000	1.189
@@ -24,7 +24,7 @@
 Name:           gimp
 Epoch:          2
 Version:        2.6.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 %define binver 2.6
 %define gimp_lang_ver 20
 %define interfacever 2.0
@@ -235,6 +235,9 @@
     --with-gtkhtml2 --with-librsvg --with-poppler --with-gnomevfs --with-alsa \
     --with-webkit --with-dbus --with-script-fu
 
+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 %{?_smp_mflags}
 
 # convenience stuff for external plugins (e.g. xsane)
@@ -471,6 +474,9 @@
 %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser
 
 %changelog
+* Tue Apr 14 2009 Nils Philippsen <nils at redhat.com> - 2:2.6.6-3
+- build without rpath (#495670)
+
 * Mon Mar 30 2009 Nils Philippsen <nils at redhat.com> - 2:2.6.6-2
 - minimize dialogs with single image window (#492796, backported from trunk,
   original patch by Sven Neumann)




More information about the scm-commits mailing list