]> git.pld-linux.org Git - packages/icu.git/commitdiff
- chmod hack to allow rpm to find deps for libs; release 2 auto/ac/icu-3_0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Jul 2004 19:30:56 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icu.spec -> 1.16

icu.spec

index 12e92d7de6ce665ef8c5d35d88f9c65a7e173490..33bf210f8330da5183e4eece29f93054efb45671 100644 (file)
--- a/icu.spec
+++ b/icu.spec
@@ -2,7 +2,7 @@ Summary:        International Components for Unicode
 Summary(pl):   Miêdzynarodowe komponenty dla unikodu
 Name:          icu
 Version:       3.0
-Release:       1
+Release:       2
 License:       X License
 Group:         Libraries
 #Source0:      ftp://www-126.ibm.com/pub/%{name}/%{version}/%{name}-%{version}.tgz
@@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C source install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# help rpm to generate deps
+chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.116817 seconds and 4 git commands to generate.