[eclipse-rpmstubby/f17] Update to fix build issue with deprecated eclipse package.

Andrew Robinson arobinso at fedoraproject.org
Tue Apr 3 15:29:46 UTC 2012


commit 855e102bf3d7410f337ce2b5611afacf7da32c45
Author: Andrew Robinson <arobinso at localhost.localdomain>
Date:   Tue Apr 3 10:39:20 2012 -0400

    Update to fix build issue with deprecated eclipse package.

 .gitignore             |    1 +
 eclipse-rpmstubby.spec |   22 ++++++++++++++--------
 sources                |    1 +
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bfe0de2..06a5123 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ linuxtools-rpmstubby-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.b
 /eclipse-rpmstubby-0.9.0-0.1.20110815git2168cacb.fc17.src.rpm
 linuxtools-rpmstubby-SNAPSHOT-681e7142825a1cc53899f45d0aabcf7857bc386b-src.tar.bz2
 linuxtools-rpmstubby-parent-0.9.0-src.tar.bz2
+/eclipse-rpmstuby-2adb2a7.tar.bz2
diff --git a/eclipse-rpmstubby.spec b/eclipse-rpmstubby.spec
index 624ed91..df0cd06 100644
--- a/eclipse-rpmstubby.spec
+++ b/eclipse-rpmstubby.spec
@@ -1,16 +1,20 @@
 %global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_datadir}/eclipse/dropins/rpmstubby
-%global qualifier      201109221400
+%global qualifier      201204021400
 
 Name:           eclipse-rpmstubby
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        0.10.0
+Release:        0.20120402git2adb2a7%{?dist}
 Summary:        Rpm specfile generator for Eclipse features
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/linuxtools/projectPages/rpmstubby/
-Source0:        http://download.eclipse.org/technology/linuxtools/%{version}-sources/linuxtools-rpmstubby-parent-%{version}-src.tar.bz2
+# git clone git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools
+# cd org.eclipse.linuxtools
+# git checkout 2adb2a7e3ce051c8ceaf653291520a50428abef9
+# tar -cjf eclipse-rpmstuby-2adb2a7.tar.bz2 rpmstubby
+Source0:        eclipse-rpmstuby-2adb2a7.tar.bz2
 
 BuildArch: noarch
 
@@ -22,7 +26,7 @@ RPM Stubby Plug-in is a plugin aiming to auto-generate RPM specfile from
 feature.xml.
 
 %prep
-%setup -q -n linuxtools-rpmstubby-parent-0.9.0-src
+%setup -q -n rpmstubby
 
 %build
 %{eclipse_base}/buildscripts/pdebuild \
@@ -36,12 +40,14 @@ install -d -m 755 %{buildroot}%{install_loc}
 
 %files
 %{install_loc}
-%doc org.eclipse.linuxtools.rpmstubby.feature/license.html
-%doc org.eclipse.linuxtools.rpmstubby.feature/epl-v10.html
-%doc org.eclipse.linuxtools.rpmstubby.feature/ChangeLog
+%doc org.eclipse.linuxtools.rpmstubby-feature/license.html
+%doc org.eclipse.linuxtools.rpmstubby-feature/epl-v10.html
+%doc org.eclipse.linuxtools.rpmstubby-feature/ChangeLog
 %doc org.eclipse.linuxtools.rpmstubby/ChangeLog
 
 %changelog
+* Fri Mar 30 2012 Andrew Robinson <arobinso at redhat.com> 0.10.0-1
+- Update to 0.10.0 release.
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 468aa09..ccf7e44 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 e467da8d02737211eb3f16fc7ae2b7e1  linuxtools-rpmstubby-parent-0.9.0-src.tar.bz2
+495e83761a456f8545221940fec3b91e  eclipse-rpmstuby-2adb2a7.tar.bz2


More information about the scm-commits mailing list