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