[eclipse-cdt/f17] Clear out repo files that are added to the dropin folder. Add doc files per standard method.

Jeff Johnston jjohnstn at fedoraproject.org
Thu Apr 19 21:24:17 UTC 2012


commit 8bba077484ac575cdfa57f9a4f696c8717cda46b
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Thu Apr 19 17:23:35 2012 -0400

    Clear out repo files that are added to the dropin folder.
    Add doc files per standard method.

 eclipse-cdt.spec |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
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 <jjohnstn at redhat.com> 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 <jjohnstn at redhat.com> 1:8.1.0-0.3.junom6
 - Fix context qualifiers to match upstream CDT and Libhover.
 


More information about the scm-commits mailing list