]> git.pld-linux.org Git - packages/eclipse-plugin-mylyn.git/commitdiff
- License: EPL v1.0 master
authorarvenil <arvenil@pld-linux.org>
Sat, 24 May 2008 13:21:18 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Group: Development/Tools
- added summary and description (pl is still missing)
- cleanup

Changed files:
    eclipse-plugin-mylyn.spec -> 1.4

eclipse-plugin-mylyn.spec

index 4038088a786e740343b5ec479b681d031b819367..ec405f9364c38b06692d03d7f498d5c8245a0707 100644 (file)
@@ -1,29 +1,37 @@
 # 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
@@ -32,7 +40,8 @@ Mylyn.
 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
This page took 0.073469 seconds and 4 git commands to generate.