rpms/google-gadgets/devel google-gadgets.spec,1.1,1.2

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 3 02:37:07 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/google-gadgets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7324/devel

Modified Files:
	google-gadgets.spec 
Log Message:
* Tue Sep  2 2008 Michel Salim <salimma at fedoraproject.org> - 0.10.1-4
- Unquote version strings in .pc files



Index: google-gadgets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/google-gadgets/devel/google-gadgets.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- google-gadgets.spec	31 Aug 2008 00:02:05 -0000	1.1
+++ google-gadgets.spec	3 Sep 2008 02:36:37 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           google-gadgets
 Version:        0.10.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Google Gadgets for Linux
 
 Group:          User Interface/Desktops
@@ -62,6 +62,7 @@
 
 %prep
 %setup -q -n %{name}-for-linux-%{version}
+%patch0 -p1 -b .unquote
 # Permission fixes
 chmod -x ggadget/qt/utilities.h
 
@@ -84,6 +85,9 @@
 # default compile flags are impossibly strict
 make %{?_smp_mflags} DEFAULT_COMPILE_FLAGS=
 
+# Remove quotes from .pc files
+find . -name '*.pc' -exec sed -i 's|\"||g' '{}' \;
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -167,6 +171,9 @@
 
 
 %changelog
+* Tue Sep  2 2008 Michel Salim <salimma at fedoraproject.org> - 0.10.1-4
+- Unquote version strings in .pc files
+
 * Thu Aug 28 2008 Michel Salim <salimma at fedoraproject.org> - 0.10.1-3
 - RPATH and timestamp fixes from Mamoru Tasaka
 




More information about the fedora-extras-commits mailing list