rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.8,1.9

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Wed Dec 6 04:45:04 UTC 2006


Author: overholt

Update of /cvs/extras/rpms/eclipse-emf/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14560

Modified Files:
	eclipse-emf.spec 
Log Message:
* Tue Dec 05 2006 Andrew Overholt <overholt at redhat.com> 2.2.1-8
- Re-add eclipse-sdk as a BR - this is easier than dealing with
  copy-platform shenanigans.



Index: eclipse-emf.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- eclipse-emf.spec	6 Dec 2006 04:33:16 -0000	1.8
+++ eclipse-emf.spec	6 Dec 2006 04:44:34 -0000	1.9
@@ -8,7 +8,7 @@
 Summary:        Eclipse Modeling Framework (EMF)
 Name:           eclipse-emf
 Version:        %{major}.%{minor}.%{micro}
-Release:        7%{?dist}
+Release:        8%{?dist}
 License:        Eclipse Public License
 Group:          System Environment/Libraries
 URL:            http://www.eclipse.org/emf/
@@ -36,7 +36,7 @@
 Patch5:         %{name}-examples-dontChangeBundleClasspath.patch
 Patch6:         %{name}-platformjavadocname.patch
 
-BuildRequires:  eclipse-pde
+BuildRequires:  eclipse-sdk
 %if %{gcj_support}
 BuildRequires:    gcc-java >= 4.0.2
 BuildRequires:    java-gcj-compat-devel >= 1.0.64
@@ -203,6 +203,8 @@
 pushd ../..
 rm SDK/plugins/org.eclipse.pde.build
 # Remove the bits of the SDK that we don't need
+rm SDK/features/org.eclipse.sdk*
+rm SDK/plugins/org.eclipse.sdk*
 rm SDK/features/org.eclipse.pde.source*
 rm SDK/features/org.eclipse.jdt.source*
 rm SDK/plugins/org.eclipse.pde.source*
@@ -513,6 +515,10 @@
 %doc %{_datadir}/java/emf/readme_standalone.html
 
 %changelog
+* Tue Dec 05 2006 Andrew Overholt <overholt at redhat.com> 2.2.1-8
+- Re-add eclipse-sdk as a BR - this is easier than dealing with
+  copy-platform shenanigans.
+
 * Tue Dec 05 2006 Andrew Overholt <overholt at redhat.com> 2.2.1-7
 - Don't remove org.eclipse.sdk as it's no longer a BR.
 




More information about the scm-commits mailing list