From 8bba077484ac575cdfa57f9a4f696c8717cda46b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Apr 19 2012 21:23:35 +0000 Subject: Clear out repo files that are added to the dropin folder. Add doc files per standard method. --- diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index b077fab..8e82c85 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -22,7 +22,7 @@ Epoch: 1 Summary: Eclipse C/C++ Development Tools (CDT) plugin Name: eclipse-cdt Version: %{majmin}.%{micro} -Release: 0.3.junom6%{?dist} +Release: 0.4.junom6%{?dist} License: EPL and CPL Group: Development/Tools URL: http://www.eclipse.org/cdt @@ -309,16 +309,31 @@ org.eclipse.equinox.p2.publisher.EclipseGenerator \ rm -rf repo popd +# remove repo stuff that shouldn't be in dropins folder +rm -rf $installDir/eclipse/artifacts.jar +rm -rf $installDir/eclipse/content.jar +rm -rf $installDir/eclipse/binary + %files %{eclipse_base}/dropins/cdt +%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/epl-v10.html +%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html %files sdk %{eclipse_base}/dropins/cdt-sdk +%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/epl-v10.html +%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html %files parsers %{eclipse_base}/dropins/cdt-parsers +%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/epl-v10.html +%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html %changelog +* Thu Apr 19 2012 Jeff Johnston 1:8.1.0-0.4.junom6 +- Clear out repo files that are added to the dropin folder. +- Add doc files per standard method. + * Wed Apr 18 2012 Jeff Johnston 1:8.1.0-0.3.junom6 - Fix context qualifiers to match upstream CDT and Libhover.