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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 11 04:20:10 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/icu/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23915

Modified Files:
	icu.spec 
Log Message:
clear execstack requirement


Index: icu.spec
===================================================================
RCS file: /cvs/dist/rpms/icu/devel/icu.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icu.spec	12 Sep 2005 18:35:57 -0000	1.4
+++ icu.spec	11 Oct 2005 04:20:05 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           icu
 Version:        3.4
-Release:        4
+Release:        5
 Summary:        International Components for Unicode
 
 Group:          System Environment/Libraries
@@ -9,7 +9,7 @@
 Source0:        ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/%{name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:  doxygen
+BuildRequires:  doxygen, prelink
 
 %description
 The International Components for Unicode (ICU) libraries provide
@@ -62,7 +62,7 @@
 make -C source install DESTDIR=$RPM_BUILD_ROOT
 make -C source install-doc docdir=__docs
 chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*
-
+execstack -c $RPM_BUILD_ROOT%{_libdir}/libicudata.so.*.*
 
 %check || :
 make -C source check
@@ -120,6 +120,9 @@
 
 
 %changelog
+* Tue Oct 11 2005 Caolan McNamara <caolanm at redhat.com> - 3.4-5
+- clear execstack requirement for libicudata
+
 * Mon Sep 12 2005 Caolan McNamara <caolanm at redhat.com> - 3.4-4
 - import extra icu.spec into fedora core for openoffice.org
 - build with gcc 4




More information about the fedora-cvs-commits mailing list