]> git.pld-linux.org Git - packages/eclipse-plugin-cdt.git/blobdiff - eclipse-plugin-cdt.spec
- updated to 2.0.2.
[packages/eclipse-plugin-cdt.git] / eclipse-plugin-cdt.spec
index ebfeb95d49a4b4e60730df090fdd5826cf4dfcbb..f987e4bff486a3d6b532e47401e6e6409eb1902f 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       CDT - a set of plugins for Eclipse that implement a C/C++ IDE
+Summary(pl):   CDT - zestaw wtyczek do ¶rodowiska Eclipse implementuj±cy IDE C/C++
 Name:          eclipse-plugin-cdt
 %define                _ver_major      2.0
-%define                _ver_minor      0
-Version:       %{_ver_major}
-Release:       0.1
-License:       CPL
+%define                _ver_minor      2
+Version:       %{_ver_major}.%{_ver_minor}
+Release:       1
+License:       CPL v0.5
 Group:         Development/Languages
-Source0:       http://download.eclipse.org/tools/cdt/releases/new/zips/org.eclipse.cdt-%{version}-linux.gtk.x86.zip
-# Source0-md5: 15fbefa22a0baf1e9ed4139ce219ade4
+Source0:       http://download.eclipse.org/tools/cdt/releases/new/zips/org.eclipse.cdt-%{version}-linux.x86.zip
+# Source0-md5: c6e3c5f74fddae54a8ff242b42de4ade
+# Source0-size:        8486704
 URL:           http://www.eclipse.org/cdt/
 Requires:      eclipse >= 3.0
 ExclusiveArch: %{ix86} ppc
@@ -16,10 +18,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _eclipsedir  %{_datadir}/eclipse
 
 %description
-The CDT project provides a set of plugins that implement a C/C++ IDE.
-It adds a C/C++ Perspective to the Eclipse Workbench that supports
-C/C++ development with a number of views, wizards, a powerful editor,
-and a debugger.
+The CDT project adds a C/C++ Perspective to the Eclipse Workbench that
+supports C/C++ development with a number of views, wizards, a powerful
+editor, and a debugger.
+
+%description -l pl
+Projekt CDT rozszerza zintegrowane ¶rodowisko programistyczne Eclipse
+o nowe elementy wspomagaj±ce tworzenie aplikacji w jêzykach C i C++.
 
 %prep
 %setup -q -c
@@ -34,8 +39,8 @@ rm -r eclipse/plugins/org.eclipse.cdt.core.linux_%{_ver_major}.%{_ver_minor}/os/
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+
 cp -r * $RPM_BUILD_ROOT%{_datadir}
 
 %clean
This page took 0.065172 seconds and 4 git commands to generate.