]> git.pld-linux.org Git - packages/eclipse-plugin-ajdt.git/blobdiff - eclipse-plugin-ajdt.spec
- updated to 1.3.0
[packages/eclipse-plugin-ajdt.git] / eclipse-plugin-ajdt.spec
index 990cae74b0a7ac125f32c3f793517483864d00ba..6e8eb8aa880d1f72fab52d8bc8a7a936d1dbc80b 100644 (file)
@@ -1,27 +1,33 @@
 Summary:       AJDT - aspectJ development tools
+Summary(pl):   AJDT - narzêdzia programistyczne aspectJ
 Name:          eclipse-plugin-ajdt
-Version:       1.1.12
+Version:       1.3.0
 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
+Source0:       http://download.eclipse.org/technology/ajdt/31/dev/update/ajdt_%{version}.20050823115355_archive.zip
+# Source0-md5: ae776fad1db899469c8a1aee9a5de752
 URL:           http://www.eclipse.org/ajdt/
-Requires:      eclipse >= 3.0
+BuildRequires: unzip
+Requires:      eclipse >= 3.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _eclipsedir     %{_datadir}/eclipse
+%define                _eclipsedir     %{_libdir}/eclipse
 
 %description
-The AspectJ Development Tools (AJDT) project provides Eclipse platform based
-tool support for AOSD (Aspect Oriented Software Development)  with AspectJ.
+The AspectJ Development Tools (AJDT) project provides Eclipse platform
+based tool support for AOSD (Aspect Oriented Software Development)
+with AspectJ.
+
+%description -l pl
+Projekt AJDT (AspectJ Development Tools) dodaje obs³ugê AOSD (Aspect
+Oriented Software Development - tworzenia oprogramowania
+zorientowanego aspektowo) do narzêdzi opartych na platformie Eclipse.
 
 %prep
 %setup -q -c
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
@@ -33,5 +39,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{_eclipsedir}/features/*
-%{_eclipsedir}/plugins/*
+%{_libdir}/eclipse/features/*
+%{_libdir}/eclipse/plugins/*
This page took 0.103628 seconds and 4 git commands to generate.