SPECS: icu.spec - ugh, restored workaround: symlink problem appear...

qboosh qboosh at pld-linux.org
Sat Dec 15 00:51:14 CET 2007


Author: qboosh                       Date: Fri Dec 14 23:51:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ugh, restored workaround: symlink problem appears at install time

---- Files affected:
SPECS:
   icu.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/icu.spec
diff -u SPECS/icu.spec:1.32 SPECS/icu.spec:1.33
--- SPECS/icu.spec:1.32	Sat Dec 15 00:22:59 2007
+++ SPECS/icu.spec	Sat Dec 15 00:51:09 2007
@@ -94,6 +94,10 @@
 # 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
+# (reporting unresolved dependency at install time)
+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 +143,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2007-12-14 23:51:09  qboosh
+- ugh, restored workaround: symlink problem appears at install time
+
 Revision 1.32  2007-12-14 23:22:59  qboosh
 - soname symlinks as ghosts
 - removed obsolete workaround
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icu.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list