rpms/pidgin/F-7 pidgin.spec,1.27,1.28

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Wed Oct 24 21:20:12 UTC 2007


Author: wtogami

Update of /cvs/pkgs/rpms/pidgin/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18588

Modified Files:
	pidgin.spec 
Log Message:
make sed replacement safer



Index: pidgin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin/F-7/pidgin.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- pidgin.spec	24 Oct 2007 20:21:40 -0000	1.27
+++ pidgin.spec	24 Oct 2007 21:19:37 -0000	1.28
@@ -289,7 +289,8 @@
 ## Patches 100+: To be Included in Future Upstream
 
 # Relabel internal version for support purposes
-sed -i "s/%{version}/%{version}-%{release}/g" configure
+# http://developer.pidgin.im/ticket/3681 Upstream request to make this into a configure switch
+sed -i "s/VERSION=%{version}/VERSION=%{version}-%{release}/g" configure
 chmod 755 configure
 
 # If not using gnome-open, then default to htmlview 




More information about the fedora-extras-commits mailing list