]> git.pld-linux.org Git - packages/eclipse-plugin-ajdt.git/blob - eclipse-plugin-ajdt.spec
- 1.5.2 for eclipse 3.3
[packages/eclipse-plugin-ajdt.git] / eclipse-plugin-ajdt.spec
1 Summary:        AJDT - aspectJ development tools
2 Summary(pl.UTF-8):      AJDT - narzędzia programistyczne aspectJ
3 Name:           eclipse-plugin-ajdt
4 Version:        1.5.2
5 Release:        1
6 License:        CPL v0.5
7 Group:          Development/Languages
8 Source0:        http://download.eclipse.org/tools/ajdt/32/update/ajdt_%{version}_for_eclipse_3.2.zip
9 # Source0-md5:  a535a91f7aaac3a23e44e17a40431b43
10 URL:            http://www.eclipse.org/ajdt/
11 BuildRequires:  unzip
12 Requires:       aspectj >= 1.6.0
13 Requires:       eclipse >= 3.3
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _eclipsedir     %{_libdir}/eclipse
18
19 %description
20 The AspectJ Development Tools (AJDT) project provides Eclipse platform
21 based tool support for AOSD (Aspect Oriented Software Development)
22 with AspectJ.
23
24 %description -l pl.UTF-8
25 Projekt AJDT (AspectJ Development Tools) dodaje obsługę AOSD (Aspect
26 Oriented Software Development - tworzenia oprogramowania
27 zorientowanego aspektowo) do narzędzi opartych na platformie Eclipse.
28
29 %prep
30 %setup -q -c
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
35
36 cp -r plugins features $RPM_BUILD_ROOT%{_eclipsedir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{_libdir}/eclipse/features/*
44 %{_libdir}/eclipse/plugins/*
This page took 0.084085 seconds and 3 git commands to generate.