]> git.pld-linux.org Git - packages/eclipse-plugin-cdt.git/blobdiff - eclipse-plugin-cdt.spec
remove (so far) unpackaged files
[packages/eclipse-plugin-cdt.git] / eclipse-plugin-cdt.spec
index a78df39641f4d80d3cb2915f622edd5c25b90255..41711d91f9eacdc255c10db017d74338df7bd95d 100644 (file)
@@ -32,13 +32,13 @@ Summary:    CDT - a set of plugins for Eclipse that implement a C/C++ IDE
 Summary(pl.UTF-8):     CDT - zestaw wtyczek do Å›rodowiska Eclipse implementujÄ…cy IDE C/C++
 Name:          eclipse-plugin-%{plugin_name}
 %define                _ver_major      7.0
-%define                _ver_minor      1
+%define                _ver_minor      2
 Version:       %{_ver_major}.%{_ver_minor}
 Release:       1
 License:       CPL v1.0
 Group:         Development/Languages
 Source0:       http://download.eclipse.org/tools/cdt/releases/helios/dist/cdt-master-%{version}.zip
-# Source0-md5: c84f16f67b197b4ea8e8a62a9e1d6cea
+# Source0-md5: 01a34887d24bded98769f44fccc51282
 URL:           http://www.eclipse.org/cdt/
 BuildRequires: unzip
 Requires:      eclipse >= 3.6
@@ -81,8 +81,14 @@ rm -rf plugins/org.eclipse.cdt.*.x86_64_%{_ver_major}.*
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_plugindir}/{features,plugins}
+cp -a * $RPM_BUILD_ROOT%{_plugindir}
 
-cp -r * $RPM_BUILD_ROOT%{_plugindir}
+rm $RPM_BUILD_ROOT%{_plugindir}/artifacts.jar
+rm $RPM_BUILD_ROOT%{_plugindir}/content.jar
+rm $RPM_BUILD_ROOT%{_plugindir}/epl-v10.html
+rm $RPM_BUILD_ROOT%{_plugindir}/notice.html
+rm $RPM_BUILD_ROOT%{_plugindir}/pack.properties
+rm $RPM_BUILD_ROOT%{_plugindir}/site.xml
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.058694 seconds and 4 git commands to generate.