]> git.pld-linux.org Git - packages/eclipse-plugin-ajdt.git/commitdiff
- initial revision
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 29 Oct 2004 18:38:30 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-plugin-ajdt.spec -> 1.1

eclipse-plugin-ajdt.spec [new file with mode: 0644]

diff --git a/eclipse-plugin-ajdt.spec b/eclipse-plugin-ajdt.spec
new file mode 100644 (file)
index 0000000..554c04c
--- /dev/null
@@ -0,0 +1,36 @@
+Summary:       AJDT - aspectJ development tools
+Name:          eclipse-plugin-ajdt
+Version:       1.1.12
+Release:       1
+License:       CPL v0.5
+Group:         Development/Languages
+Source0:       http://download.eclipse.org/technology/ajdt/30/update/ajdt_%{version}_archive.zip
+# Source0-md5: 80a9fcbdb18d5ca46340c011cf28f45a
+URL:           http://www.eclipse.org/ajdt/
+Requires:      eclipse >= 3.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _eclipsedir     %{_datadir}/eclipse
+
+%description
+The AspectJ Development Tools (AJDT) project provides Eclipse platform based
+tool support for AOSD (Aspect Oriented Software Development)  with AspectJ.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+
+cp -r plugins features $RPM_BUILD_ROOT%{_eclipsedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_eclipsedir}/features/*
+%{_eclipsedir}/plugins/*
This page took 0.185346 seconds and 4 git commands to generate.