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