SPECS: eclipse.spec - added /usr/share/eclipse/{features, plugins} ...

twittner twittner at pld-linux.org
Fri Jul 1 19:58:19 CEST 2005


Author: twittner                     Date: Fri Jul  1 17:58:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added /usr/share/eclipse/{features,plugins} dirs for arch independent
  extensions
- rel. 2

---- Files affected:
SPECS:
   eclipse.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: SPECS/eclipse.spec
diff -u SPECS/eclipse.spec:1.48 SPECS/eclipse.spec:1.49
--- SPECS/eclipse.spec:1.48	Fri Jul  1 13:48:28 2005
+++ SPECS/eclipse.spec	Fri Jul  1 19:58:11 2005
@@ -16,7 +16,7 @@
 Name:		eclipse
 Version:	%{_ver_major}
 #Release:	0.%{_mver}_%{_buildid}.1
-Release:	1
+Release:	2	
 License:	EPL v1.0
 Group:		Development/Tools
 #Source0:	http://download.eclipse.org/downloads/drops/S-%{_ver_major}%{_mver}-%{_buildid}/eclipse-sourceBuild-srcIncluded-%{_ver_major}%{_mver}.zip
@@ -75,6 +75,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_bindir},%{_libdir}/%{name}}
+# place for arch independent plugins
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{features,plugins}
 
 ./build -os linux -ws gtk -arch %{_eclipse_arch} -target install
 
@@ -88,6 +90,8 @@
 exec %{_libdir}/%{name}/eclipse \$*
 EOF
 
+:> $RPM_BUILD_ROOT%{_datadir}/%{name}/.eclipseextension
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -205,12 +209,22 @@
 %{_libdir}/%{name}/plugins/org.eclipse.update.ui_*.*.*
 %{_libdir}/%{name}/plugins/org.junit_*.*.*
 
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/features
+%dir %{_datadir}/%{name}/plugins
+%{_datadir}/%{name}/.eclipseextension
+
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2005/07/01 17:58:11  twittner
+- added /usr/share/eclipse/{features,plugins} dirs for arch independent
+  extensions
+- rel. 2
+
 Revision 1.48  2005/07/01 11:48:28  pluto
 - amd64 build fixed, .so stripping enabled, eclipse works.
 - release 1.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eclipse.spec?r1=1.48&r2=1.49&f=u




More information about the pld-cvs-commit mailing list