rpms/eclipse/devel eclipse.spec,1.600,1.601

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 17 10:17:21 UTC 2008


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17662/devel

Modified Files:
	eclipse.spec 
Log Message:
Fix swt symlinks in %%libdir/eclipse.


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.600
retrieving revision 1.601
diff -u -r1.600 -r1.601
--- eclipse.spec	16 Oct 2008 19:45:23 -0000	1.600
+++ eclipse.spec	17 Oct 2008 10:16:51 -0000	1.601
@@ -1032,6 +1032,7 @@
 for lib in $(find configuration -name libswt\*.so); do  
   ln -s $lib `basename $lib`
 done
+popd
 
 # Ensure the shared libraries have the correct permissions
 pushd $RPM_BUILD_ROOT%{_libdir}/%{name} 
@@ -1530,6 +1531,9 @@
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Fri Oct 16 2008 Alexander Kurtakov <akurtako at redhat.com> 3.4.1-3
+- Fix swt symlinks in %%libdir/eclipse.
+
 * Thu Oct 16 2008 Alexander Kurtakov <akurtako at redhat.com> 3.4.1-2
 - Fix quoting bug in pdebuild.sh.
 




More information about the scm-commits mailing list