SPECS: eclipse-swt.spec - relative symlinks; rel 1

glen glen at pld-linux.org
Sun Nov 25 14:12:44 CET 2007


Author: glen                         Date: Sun Nov 25 13:12:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- relative symlinks; rel 1

---- Files affected:
SPECS:
   eclipse-swt.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/eclipse-swt.spec
diff -u SPECS/eclipse-swt.spec:1.12 SPECS/eclipse-swt.spec:1.13
--- SPECS/eclipse-swt.spec:1.12	Sun Nov 25 13:55:42 2007
+++ SPECS/eclipse-swt.spec	Sun Nov 25 14:12:39 2007
@@ -41,7 +41,7 @@
 Name:		eclipse-swt
 Version:	%{_ver_major}
 #Release:	0.%{_mver}_%{_buildid}.1
-Release:	0.1
+Release:	1
 License:	CPL v1.0
 Group:		Libraries
 #Source0:	http://download.eclipse.org/downloads/drops/S-%{_ver_major}%{_mver}-%{_buildid}/eclipse-sourceBuild-srcIncluded-%{_ver_major}%{_mver}.zip
@@ -110,7 +110,7 @@
 for a in swt/libswt-*.so; do
 	install $a $RPM_BUILD_ROOT$dir
 	lib=${a##*/}
-	ln -sf $dir/$lib $RPM_BUILD_ROOT%{_libdir}/swt
+	ln -sf ${dir#%{_libdir}/swt/}/$lib $RPM_BUILD_ROOT%{_libdir}/swt
 done
 
 %if %{with cairo}
@@ -147,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2007-11-25 13:12:39  glen
+- relative symlinks; rel 1
+
 Revision 1.12  2007-11-25 12:55:42  glen
 - nognome, makefile patches outdated
 
@@ -188,4 +191,4 @@
 
 Revision 1.1  2005/06/30 21:45:06  djurban
 - Wrote: /home/users/djurban/rpm/RPMS/eclipse-swt-3.1-0.1.athlon.rpm
-- didnt check cairo and gnome stuff
+- didn't check cairo and gnome stuff
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eclipse-swt.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list