Author: arekm Date: Mon Feb 12 07:51:58 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; workaround rpm symlink deps
---- Files affected: SPECS: icu.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/icu.spec diff -u SPECS/icu.spec:1.28 SPECS/icu.spec:1.29 --- SPECS/icu.spec:1.28 Mon Feb 12 01:48:56 2007 +++ SPECS/icu.spec Mon Feb 12 08:51:53 2007 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): MiÄdzynarodowe komponenty dla unikodu Name: icu Version: 3.4.1 -Release: 2 +Release: 3 License: X License Group: Libraries Source0: ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/%{name}-%{version}.tgz @@ -93,6 +93,9 @@ # help rpm to generate deps chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* +# rpm is too stupid sometimes and fails on symlinks to symlinked resources +ln -sf %{version}/Makefile.inc $RPM_BUILD_ROOT%{_libdir}/%{name}/Makefile.inc + rm -f $RPM_BUILD_ROOT%{_datadir}/icu/%{version}/license.html %clean @@ -139,6 +142,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2007/02/12 07:51:53 arekm +- rel 3; workaround rpm symlink deps + Revision 1.28 2007/02/12 00:48:56 baggins - converted to UTF-8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/icu.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
