rpms/gmime/devel gmime.spec,1.51,1.52

belegdol belegdol at fedoraproject.org
Wed Nov 18 14:43:12 UTC 2009


Author: belegdol

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

Modified Files:
	gmime.spec 
Log Message:
* Wed Nov 18 2009 Julian Sikorski <belegdol at fedoraproject.org> - 2.4.11-2
- Enabled rpath removal, got confirmation that it should be safe now



Index: gmime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmime/devel/gmime.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- gmime.spec	18 Nov 2009 14:27:25 -0000	1.51
+++ gmime.spec	18 Nov 2009 14:43:11 -0000	1.52
@@ -1,6 +1,6 @@
 Name:           gmime
 Version:        2.4.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for creating and parsing MIME messages
 
 Group:          System Environment/Libraries
@@ -73,8 +73,8 @@ MONO_ARGS="--enable-mono"
 %configure $MONO_ARGS --program-prefix=%{name} --disable-static
 
 # Deal with 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
+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
 
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Nov 18 2009 Julian Sikorski <belegdol at fedoraproject.org> - 2.4.11-2
+- Enabled rpath removal, got confirmation that it should be safe now
+
 * Wed Nov 18 2009 Julian Sikorski <belegdol at fedoraproject.org> - 2.4.11-1
 - Updated to 2.4.11
 - Adjusted the license tag (fixes RH bug #522630)




More information about the scm-commits mailing list