]> git.pld-linux.org Git - packages/eclipse-plugin-cdt.git/blobdiff - eclipse-plugin-cdt.spec
- tabs in preamble
[packages/eclipse-plugin-cdt.git] / eclipse-plugin-cdt.spec
index f747d800b6623ff81f726bc154bcf8cbbc575b5f..7a5a8a43bd7e26abd38307ea6ec94786c4dd2a50 100644 (file)
@@ -10,7 +10,7 @@
 %if %{with incall}
 %define                need_x86        1
 %define                need_ppc        1
-%define                need_x64        1
+%define                need_ia64       1
 %define                need_x8664      1
 %else
 %ifarch %{ix86}
 %endif
 %endif
 
-%define                _rc     RC1
 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++
+Summary(pl.UTF-8):     CDT - zestaw wtyczek do środowiska Eclipse implementujący IDE C/C++
 Name:          eclipse-plugin-cdt
-%define                _ver_major      3.0
+%define                _ver_major      3.1
 %define                _ver_minor      0
 Version:       %{_ver_major}.%{_ver_minor}
-Release:       0.%{_rc}.1
+Release:       1
 License:       CPL v1.0
 Group:         Development/Languages
 %if %{need_x86}
-Source0:       http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.eclipse.cdt-%{version}-%{_rc}-linux.x86.tar.gz
-# Source0-md5: 454b6e0279c83fd209d6ac839a459134
+Source0:       http://download.eclipse.org/tools/cdt/releases/callisto/dist/%{version}/org.eclipse.cdt-%{version}-linux.x86.tar.gz
+# Source0-md5: ae156f85d92528ad8f3175878fc7278c
 %endif
 %if %{need_ppc}
-Source1:       http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.eclipse.cdt-%{version}-%{_rc}-linux.ppc.tar.gz
-# Source1-md5: 1e5e716bf6f0bfd56139c706d344142a
+Source1:       http://download.eclipse.org/tools/cdt/releases/callisto/dist/%{version}/org.eclipse.cdt-%{version}-linux.ppc.tar.gz
+# Source1-md5: fd7d27d16a9bf70df1d39b8f25a57bf9
 %endif
 %if %{need_ia64}
-Source2:       http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.eclipse.cdt-%{version}-%{_rc}-linux.ia64.tar.gz
-# Source2-md5: 80ba477131beb0c0682019a7705b1cfe
+Source2:       http://download.eclipse.org/tools/cdt/releases/callisto/dist/%{version}/org.eclipse.cdt-%{version}-linux.ia64.tar.gz
+# Source2-md5: 87c70904c07f03b4ddb1281fe951eb39
 %endif
 %if %{need_x8664}
-Source3:       http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.eclipse.cdt-%{version}-%{_rc}-linux.x86_64.tar.gz
-# Source3-md5: 7d8e6c97e9a8055b0823292064f71dbd
+Source3:       http://download.eclipse.org/tools/cdt/releases/callisto/dist/%{version}/org.eclipse.cdt-%{version}-linux.x86_64.tar.gz
+# Source3-md5: 89d60a47d475dc280c73047ef415494f
 %endif
 URL:           http://www.eclipse.org/cdt/
 BuildRequires: unzip
@@ -67,9 +66,9 @@ 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++.
+%description -l pl.UTF-8
+Projekt CDT rozszerza zintegrowane środowisko programistyczne Eclipse
+o nowe elementy wspomagające tworzenie aplikacji w językach C i C++.
 
 %prep
 %ifarch %{ix86}
@@ -120,6 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_eclipsedir}/plugins/org.eclipse.cdt.core.linux.%{_eclipse_arch}_*.*.*/os/linux
 %dir %{_eclipsedir}/plugins/org.eclipse.cdt.core.linux.%{_eclipse_arch}_*.*.*/os/linux/%{_eclipse_arch}
 %attr(755,root,root) %{_eclipsedir}/plugins/org.eclipse.cdt.core.linux.%{_eclipse_arch}_*.*.*/os/linux/%{_eclipse_arch}/*.so
+%dir %{_eclipsedir}/plugins/org.eclipse.cdt.core.linux_*.*.*
 %{_eclipsedir}/plugins/org.eclipse.cdt.core.linux_*.*.*/*.jar
 %{_eclipsedir}/plugins/org.eclipse.cdt.core.linux_*.*.*/*.xml
 %{_eclipsedir}/plugins/org.eclipse.cdt.core.linux_*.*.*/*.html
This page took 0.056364 seconds and 4 git commands to generate.