rpms/eclipse/devel .cvsignore, 1.39, 1.40 eclipse.spec, 1.490, 1.491 sources, 1.51, 1.52

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Fri Oct 5 15:49:37 UTC 2007


Author: overholt

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21373

Modified Files:
	.cvsignore eclipse.spec sources 
Log Message:
* Fri Oct 05 2007 Andrew Overholt <overholt at redhat.com> 3.3.0-24
- Update branding plugin.
- Add branding feature.  This fixes the update manager issue when using
  the Fedora-branded product.
- Thanks to Alexander Kurtakov and Pascal Rapicault for helping track
  down this issue.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- .cvsignore	3 Oct 2007 19:51:18 -0000	1.39
+++ .cvsignore	5 Oct 2007 15:49:05 -0000	1.40
@@ -1,3 +1,4 @@
 eclipse-fileinitializerapp.tar.bz2
 eclipse-sourceBuild-srcIncluded-3.3.zip
-org.fedoraproject.ide.platform-3.3.0.3.zip
+org.fedoraproject.ide.feature-1.0.0.zip
+org.fedoraproject.ide.platform-3.3.0.4.zip


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.490
retrieving revision 1.491
diff -u -r1.490 -r1.491
--- eclipse.spec	3 Oct 2007 19:51:18 -0000	1.490
+++ eclipse.spec	5 Oct 2007 15:49:05 -0000	1.491
@@ -19,7 +19,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        23%{?dist} 
+Release:        24%{?dist} 
 License:        Eclipse Public License
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -27,11 +27,17 @@
 Source2:        %{name}.desktop
 Source3:        eclipse.in
 # cvs -d :pserver:anonymous at sources.redhat.com:/cvs/eclipse export \
-#   -r fedoraeclipse-3_3_0-3 branding/org.fedoraproject.ide.platform
+#   -r fedoraeclipse-3_3_0-4 branding/org.fedoraproject.ide.platform
 # cd branding
-# zip -r org.fedoraproject.ide.platform-3.3.0.3.zip \
+# zip -r org.fedoraproject.ide.platform-3.3.0.4.zip \
 #   org.fedoraproject.ide.platform
-Source4:        org.fedoraproject.ide.platform-%{version}.3.zip
+Source4:        org.fedoraproject.ide.platform-%{version}.4.zip
+# cvs -d :pserver:anonymous at sources.redhat.com:/cvs/eclipse export \
+#   -r fedoraeclipsefeature-1_0_0 branding/org.fedoraproject.ide-feature
+# cd branding
+# zip -r org.fedoraproject.ide.feature-1.0.0.zip \
+#   org.fedoraproject.ide-feature
+Source5:        org.fedoraproject.ide.feature-1.0.0.zip
 Source16:       %{name}-copy-platform.sh
 Source17:       efj.sh.in
 Source18:       ecj.sh.in
@@ -757,6 +763,8 @@
 
 # Install the Fedora Eclipse product plugin
 unzip -qq -d $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins %{SOURCE4}
+# Install the Fedora Eclipse product feature
+unzip -qq -d $RPM_BUILD_ROOT%{_datadir}/%{name}/features %{SOURCE5}
 
 # Set up an extension location and a link file for the arch-specific dir
 echo "path:$RPM_BUILD_ROOT%{_libdir}" > $RPM_BUILD_ROOT%{_datadir}/%{name}/links/fragments.link
@@ -1353,6 +1361,7 @@
 %{_datadir}/%{name}/plugins/org.eclipse.core.filebuffers_*
 %{_datadir}/%{name}/plugins/org.eclipse.core.filesystem_*
 %{_datadir}/%{name}/plugins/org.fedoraproject.ide.platform
+%{_datadir}/%{name}/feature/org.fedoraproject.ide.feature
 %ifarch %{ix86} x86_64 ppc
 %{_libdir}/%{name}/plugins/org.eclipse.core.filesystem.linux.%{eclipse_arch}_*
 %endif
@@ -1564,6 +1573,13 @@
 %endif
 
 %changelog
+* Fri Oct 05 2007 Andrew Overholt <overholt at redhat.com> 3.3.0-24
+- Update branding plugin.
+- Add branding feature.  This fixes the update manager issue when using
+  the Fedora-branded product.
+- Thanks to Alexander Kurtakov and Pascal Rapicault for helping track
+  down this issue.
+
 * Wed Oct 03 2007 Andrew Overholt <overholt at redhat.com> 3.3.0-23
 - Build gcj bits on x86 and x86_64.
 - Add instructions for how to get source of branding plugin.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources	3 Oct 2007 19:51:18 -0000	1.51
+++ sources	5 Oct 2007 15:49:05 -0000	1.52
@@ -1,3 +1,4 @@
 e1313563c7e36aa46e33789a1386b815  eclipse-fileinitializerapp.tar.bz2
 91c688221479986dbdd7d1a0771f04cc  eclipse-sourceBuild-srcIncluded-3.3.zip
-7740118d20599e4ae707f8f9322a02ac  org.fedoraproject.ide.platform-3.3.0.3.zip
+28c8d625ea1af348cfc592369d52284c  org.fedoraproject.ide.feature-1.0.0.zip
+abd1258d97962ca34007822467f08778  org.fedoraproject.ide.platform-3.3.0.4.zip




More information about the fedora-extras-commits mailing list