rpms/icu/devel icu.spec,1.5,1.6

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Sep 3 16:38:46 UTC 2005


Author: thl

Update of /cvs/extras/rpms/icu/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29019

Modified Files:
	icu.spec 
Log Message:
Use dist and remove some parms from optflags that gcc32 cannot handle


Index: icu.spec
===================================================================
RCS file: /cvs/extras/rpms/icu/devel/icu.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- icu.spec	2 Aug 2005 10:23:41 -0000	1.5
+++ icu.spec	3 Sep 2005 16:38:44 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           icu
 Version:        3.4
-Release:        2
+Release:        3%{?dist}
 Summary:        International Components for Unicode
 
 Group:          Applications/Text
@@ -61,7 +61,7 @@
 %build
 cd source
 %if %{gcc32}
-%{expand: %%define optflags %(echo %{optflags} | sed -e s/-mtune=/-mcpu=/)}
+%{expand: %%define optflags %(echo %{optflags} | sed -e 's/-mtune=/-mcpu=/;s/-fstack-protector//; s/--param=ssp-buffer-size=4//')}
 export CC=gcc32 CXX=g++32
 %endif
 %configure --with-data-packaging=library --disable-samples
@@ -132,6 +132,11 @@
 
 
 %changelog
+* Wed Aug 31 2005 Thorsten Leemhuis <fedora at leemhuis.info> - 3.4-3
+- Use dist
+- gcc32 does not understand -fstack-protector and 
+  --param=ssp-buffer-size=4
+
 * Tue Aug  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.4-2
 - 3.4.
 




More information about the fedora-extras-commits mailing list