]> git.pld-linux.org Git - packages/eclipse-plugin-mylyn.git/blame - eclipse-plugin-mylyn.spec
- one archive with all plugins and features
[packages/eclipse-plugin-mylyn.git] / eclipse-plugin-mylyn.spec
CommitLineData
63e8b548
BZ
1# TODO:
2# - subpackages
3# - update desc and summary
9106cd47
BZ
4%define eclipse_ver 3.3
5%define rev 20080402
6Summary: mylyn
7Summary(pl.UTF-8): mylyn
8Name: eclipse-plugin-mylyn
9Version: 2.3.2
9791a37b 10Release: 0.%{rev}.2
9106cd47
BZ
11License: GPL v2
12Group: Development/Languages
9791a37b
BZ
13Source0: http://download.eclipse.org/tools/mylyn/update/e%{eclipse_ver}/mylyn-%{version}.v%{rev}-2100-e%{eclipse_ver}.zip
14# Source0-md5: 3edce47988a6758efffd792324e45e1c
9106cd47 15URL: http://www.eclipse.org/mylyn/
9791a37b 16BuildRequires: unzip
9106cd47
BZ
17Requires: eclipse >= %{eclipse_ver}
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _eclipsedir %{_libdir}/eclipse
21
22%description
23Mylyn.
24
25% description -l pl.UTF-8
26Mylyn.
27
28%prep
9791a37b 29%setup -q -c
9106cd47
BZ
30
31%install
32rm -rf $RPM_BUILD_ROOT
9791a37b 33install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
9106cd47 34
9791a37b 35cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
9106cd47
BZ
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
9791a37b
BZ
42%{_eclipsedir}/plugins/*.jar
43%{_eclipsedir}/features/*.jar
This page took 0.071891 seconds and 4 git commands to generate.