SPECS: eclipse-plugin-mylyn.spec - License: EPL v1.0 - Group: Development/T...

arvenil arvenil at pld-linux.org
Sat May 24 15:21:23 CEST 2008


Author: arvenil                      Date: Sat May 24 13:21:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- License: EPL v1.0
- Group: Development/Tools
- added summary and description (pl is still missing)
- cleanup

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

---- Diffs:

================================================================
Index: SPECS/eclipse-plugin-mylyn.spec
diff -u SPECS/eclipse-plugin-mylyn.spec:1.3 SPECS/eclipse-plugin-mylyn.spec:1.4
--- SPECS/eclipse-plugin-mylyn.spec:1.3	Sat May 24 10:44:35 2008
+++ SPECS/eclipse-plugin-mylyn.spec	Sat May 24 15:21:18 2008
@@ -1,30 +1,38 @@
 # $Revision$, $Date$
 # TODO:
 # - subpackages
-# - update desc and summary
+# - pl desc and summary
 %define 	eclipse_ver	3.3
 %define		rev		20080402
-Summary:	mylyn
-Summary(pl.UTF-8):	mylyn
+Summary:	Task-Focused Interface for Eclipse
 Name:		eclipse-plugin-mylyn
 Version:	2.3.2
-Release:	0.%{rev}.2
-License:	GPL v2
-Group:		Development/Languages
+Release:	0.%{rev}.3
+License:	EPL v1.0
+Group:		Development/Tools
 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}
+BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_eclipsedir  	%{_libdir}/eclipse
 
 %description
-Mylyn.
-
-% description -l pl.UTF-8
-Mylyn.
+Mylyn is a Task-Focused Interface for Eclipse that reduces information
+overload and makes multi-tasking easy. It does this by making tasks a
+first class part of Eclipse, and integrating rich and offline editing
+for repositories such as Bugzilla, Trac, and JIRA. Once your tasks are
+integrated, Mylyn monitors your work activity to identify information
+relevant to the task-at-hand, and uses this task context to focus the
+Eclipse UI on the interesting information, hide the uninteresting, and
+automatically find what's related. This puts the information you need
+to get work done at your fingertips and improves productivity by
+reducing searching, scrolling, and navigation. By making task context
+explicit Mylyn also facilitates multitasking, planning, reusing past
+efforts, and sharing expertise.
 
 %prep
 %setup -q -c
@@ -33,7 +41,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
 
-cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
+cp -a features/* $RPM_BUILD_ROOT%{_eclipsedir}/features
+cp -a plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +58,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-05-24 13:21:18  arvenil
+- License: EPL v1.0
+- Group: Development/Tools
+- added summary and description (pl is still missing)
+- cleanup
+
 Revision 1.3  2008-05-24 08:44:35  cactus
 - one archive with all plugins and features
 
@@ -58,6 +73,3 @@
 Revision 1.1  2008-05-23 21:58:27  cactus
 - initial spec
 - up to 2.3.2 for eclipse 3.3
-
-
-
================================================================

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



More information about the pld-cvs-commit mailing list