]> git.pld-linux.org Git - packages/eclipse-plugin-subversive.git/blame - eclipse-plugin-subversive.spec
- License: EPL v1.0
[packages/eclipse-plugin-subversive.git] / eclipse-plugin-subversive.spec
CommitLineData
8875d078
BZ
1# TODO:
2# - subpackages
303d9c50 3# - pl desc and summary
8875d078
BZ
4%define eclipse_ver 3.3
5
6%define deps_ver 2.0.0
7%define deps_rev 20080517
8
9%define ver_major 0.7
10%define ver_minor 0
11%define rev 20080521
12
303d9c50 13Summary: Subversion (SVN) integration for Eclipse
8875d078
BZ
14Name: eclipse-plugin-subversive
15Version: %{ver_major}.%{ver_minor}
16Release: 0.%{rev}.1
303d9c50 17License: EPL v1.0
18Group: Development/Tools
8875d078
BZ
19Source0: http://download.eclipse.org/technology/subversive/%{ver_major}/builds/Subversive-incubation-%{version}.v%{rev}.zip
20# Source0-md5: 1a0cfb22b2f58bccd43c09eecc97f259
21Source1: http://www.polarion.org/projects/subversive/download/eclipse/2.0/builds/Subversive-connectors-%{deps_ver}.v%{deps_rev}.zip
22# Source1-md5: c92e5f71b0ec268b6ada3a2f01ba51cd
23Source2: http://www.polarion.org/projects/subversive/download/integrations/builds/Subversive-integrations-%{deps_ver}.v%{deps_rev}.zip
24# Source2-md5: d6e0ce9a06d9f48b00d452820929be95
25URL: http://www.eclipse.org/subversive/
26BuildRequires: unzip
27Requires: eclipse >= %{eclipse_ver}
28Requires: subversion >= 1.1
29Requires: subversion < 1.6
303d9c50 30BuildArch: noarch
8875d078
BZ
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%define _eclipsedir %{_libdir}/eclipse
34
35%description
303d9c50 36The Subversive project aims to provide Subversion (SVN) integration
37for Eclipse. The Subversive plug-in gives you the ability to work with
38this CVS successor version control system from the Eclipse workbench.
39You can work with Subversion repositories in almost exactly the same
40way you can now work with CVS repositories using the CVS plug-in
41bundled in the standard Eclipse distribution.
8875d078
BZ
42
43%prep
44%setup -q -c -T
45unzip -qo %{SOURCE0}
46unzip -qo %{SOURCE1}
47unzip -qo %{SOURCE2}
48rm -f {features,plugins}/*.pack.gz
49
50%install
51rm -rf $RPM_BUILD_ROOT
52install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
53
54cp -r {features,plugins} $RPM_BUILD_ROOT%{_eclipsedir}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%{_eclipsedir}/plugins/*.jar
62%{_eclipsedir}/features/*.jar
This page took 0.06667 seconds and 4 git commands to generate.