rpms/rest/devel rest.spec,1.9,1.10

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 25 11:49:44 UTC 2010


Author: pbrobinson

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

Modified Files:
	rest.spec 
Log Message:
- Bump build


Index: rest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/rest.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- rest.spec	25 Jan 2010 08:59:55 -0000	1.9
+++ rest.spec	25 Jan 2010 11:49:44 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           rest
 Version:        0.6.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A library for access to RESTful web services
 
 Group:          System Environment/Libraries
@@ -38,10 +38,6 @@ Files for development with %{name}.
 %build
 %configure --disable-static --enable-gtk-doc
 
-# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_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 %{?_smp_mflags} V=1
 
 %install
@@ -75,6 +71,9 @@ rm -rf %{buildroot}
 %{_datadir}/gtk-doc/html/%{name}-0.6
 
 %changelog
+* Mon Jan 25 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.1-3
+- Bump build
+
 * Mon Jan 25 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.1-2
 - Move to official tarball release of 0.6.1
 



More information about the scm-commits mailing list