rpms/gkrellm-hddtemp/devel gkrellm-hddtemp.spec,1.8,1.9

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Aug 30 20:32:52 UTC 2006


Author: scop

Update of /cvs/extras/rpms/gkrellm-hddtemp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6913

Modified Files:
	gkrellm-hddtemp.spec 
Log Message:
* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.2-0.6.beta
- Use sed instead of perl during build.



Index: gkrellm-hddtemp.spec
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-hddtemp/devel/gkrellm-hddtemp.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gkrellm-hddtemp.spec	16 Feb 2006 07:11:57 -0000	1.8
+++ gkrellm-hddtemp.spec	30 Aug 2006 20:32:52 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           gkrellm-hddtemp
 Version:        0.2
-Release:        0.5.beta%{?dist}
+Release:        0.6.beta%{?dist}
 Summary:        Hard disk temperature plugin for GKrellM
 
 Group:          Applications/System
@@ -20,7 +20,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-beta
-perl -pi -e "s|^(CFLAGS=.+?)$|\$1 $RPM_OPT_FLAGS|" Makefile
+sed -i -e 's|^\(CFLAGS=.*\)|\1 $(RPM_OPT_FLAGS)|' Makefile
 
 
 %build
@@ -44,6 +44,9 @@
 
 
 %changelog
+* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.2-0.6.beta
+- Use sed instead of perl during build.
+
 * Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.2-0.5.beta
 - Rebuild, cosmetics.
 




More information about the fedora-extras-commits mailing list