]> git.pld-linux.org Git - packages/eclipse-plugin-mylyn.git/blob - eclipse-plugin-mylyn.spec
- License: EPL v1.0
[packages/eclipse-plugin-mylyn.git] / eclipse-plugin-mylyn.spec
1 # TODO:
2 # - subpackages
3 # - pl desc and summary
4 %define         eclipse_ver     3.3
5 %define         rev             20080402
6 Summary:        Task-Focused Interface for Eclipse
7 Name:           eclipse-plugin-mylyn
8 Version:        2.3.2
9 Release:        0.%{rev}.3
10 License:        EPL v1.0
11 Group:          Development/Tools
12 Source0:        http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/mylyn-%{version}.v%{rev}-2100-e%{eclipse_ver}.zip
13 # Source0-md5:  3edce47988a6758efffd792324e45e1c
14 URL:            http://www.eclipse.org/mylyn/
15 BuildRequires:  unzip
16 Requires:       eclipse >= %{eclipse_ver}
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _eclipsedir     %{_libdir}/eclipse
21
22 %description
23 Mylyn is a Task-Focused Interface for Eclipse that reduces information
24 overload and makes multi-tasking easy. It does this by making tasks a
25 first class part of Eclipse, and integrating rich and offline editing
26 for repositories such as Bugzilla, Trac, and JIRA. Once your tasks are
27 integrated, Mylyn monitors your work activity to identify information
28 relevant to the task-at-hand, and uses this task context to focus the
29 Eclipse UI on the interesting information, hide the uninteresting, and
30 automatically find what's related. This puts the information you need
31 to get work done at your fingertips and improves productivity by
32 reducing searching, scrolling, and navigation. By making task context
33 explicit Mylyn also facilitates multitasking, planning, reusing past
34 efforts, and sharing expertise.
35
36 %prep
37 %setup -q -c
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
42
43 cp -a features/* $RPM_BUILD_ROOT%{_eclipsedir}/features
44 cp -a plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %{_eclipsedir}/plugins/*.jar
52 %{_eclipsedir}/features/*.jar
This page took 0.190066 seconds and 3 git commands to generate.