SPECS: eclipse-plugin-mylyn.spec - one archive with all plugins and features

cactus cactus at pld-linux.org
Sat May 24 10:44:41 CEST 2008


Author: cactus                       Date: Sat May 24 08:44:41 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- one archive with all plugins and features

---- Files affected:
SPECS:
   eclipse-plugin-mylyn.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/eclipse-plugin-mylyn.spec
diff -u SPECS/eclipse-plugin-mylyn.spec:1.2 SPECS/eclipse-plugin-mylyn.spec:1.3
--- SPECS/eclipse-plugin-mylyn.spec:1.2	Fri May 23 23:59:55 2008
+++ SPECS/eclipse-plugin-mylyn.spec	Sat May 24 10:44:35 2008
@@ -8,24 +8,13 @@
 Summary(pl.UTF-8):	mylyn
 Name:		eclipse-plugin-mylyn
 Version:	2.3.2
-Release:	0.%{rev}.1
+Release:	0.%{rev}.2
 License:	GPL v2
 Group:		Development/Languages
-Source0:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/features/org.eclipse.mylyn_feature_%{version}.v%{rev}-2100.jar
-# Source0-md5:	996dd16052196debbd9b9806deccbb2f
-Source1:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/features/org.eclipse.mylyn.context_feature_%{version}.v%{rev}-2100.jar
-# Source1-md5:	58e5fd875f673733b63f9bfb656d129c
-Source2:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/features/org.eclipse.mylyn.ide_feature_%{version}.v%{rev}-2100.jar
-# Source2-md5:	0579b45bb8e6c6a313eb703b93f04c72
-Source3:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/features/org.eclipse.mylyn.java_feature_%{version}.v%{rev}-2100.jar
-# Source3-md5:	455528d87fb1ab9d2ff842d7285a8458
-Source4:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/features/org.eclipse.mylyn.pde_feature_%{version}.v%{rev}-2100.jar
-# Source4-md5:	b6d022a8e643acb5bb0e5452caf58c1f
-Source5:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/features/org.eclipse.mylyn.bugzilla_feature_%{version}.v%{rev}-2100.jar
-# Source5-md5:	248453e013cdf8305e364b12624a5a13
-Source6:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/features/org.eclipse.mylyn.trac_feature_%{version}.v%{rev}-2100.jar
-# Source6-md5:	0af24272969792346f712f51982298dc
+Source0:	http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/mylyn-%{version}.v%{rev}-2100-e%{eclipse_ver}.zip
+# Source0-md5:	3edce47988a6758efffd792324e45e1c
 URL:		http://www.eclipse.org/mylyn/
+BuildRequires:	unzip
 Requires:	eclipse >= %{eclipse_ver}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,25 +27,21 @@
 Mylyn.
 
 %prep
+%setup -q -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
 
-install %{SOURCE0} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
-install %{SOURCE1} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
-install %{SOURCE2} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
-install %{SOURCE3} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
-install %{SOURCE4} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
-install %{SOURCE5} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
-install %{SOURCE6} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{_eclipsedir}/plugins/*
+%{_eclipsedir}/plugins/*.jar
+%{_eclipsedir}/features/*.jar
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -64,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-05-24 08:44:35  cactus
+- one archive with all plugins and features
+
 Revision 1.2  2008-05-23 21:59:55  cactus
 - TODO added
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eclipse-plugin-mylyn.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list