[eclipse-rpmstubby] Update to Linux Tools 1.0 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jul 11 11:49:40 UTC 2012


commit 4deb6d1b81db5f1d38c13c0bbe311d1a8e644002
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Jul 11 14:49:31 2012 +0300

    Update to Linux Tools 1.0 release.

 .gitignore             |    1 +
 eclipse-rpmstubby.spec |   26 ++++++++++++--------------
 sources                |    3 +--
 3 files changed, 14 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06a5123..404c7c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ linuxtools-rpmstubby-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.b
 linuxtools-rpmstubby-SNAPSHOT-681e7142825a1cc53899f45d0aabcf7857bc386b-src.tar.bz2
 linuxtools-rpmstubby-parent-0.9.0-src.tar.bz2
 /eclipse-rpmstuby-2adb2a7.tar.bz2
+linuxtools-rpmstubby-parent-1.0.0-src.tar.bz2
diff --git a/eclipse-rpmstubby.spec b/eclipse-rpmstubby.spec
index e09be94..5ff61b8 100644
--- a/eclipse-rpmstubby.spec
+++ b/eclipse-rpmstubby.spec
@@ -1,19 +1,15 @@
 %global install_loc    %{_datadir}/eclipse/dropins/rpmstubby
-%global qualifier      201204021400
+%global qualifier      201206130106
 
 Name:           eclipse-rpmstubby
-Version:        0.10.0
-Release:        1.20120402git2adb2a7%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Rpm specfile generator for Eclipse features
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/linuxtools/projectPages/rpmstubby/
-# 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
+Source0:        http://download.eclipse.org/linuxtools/%{version}-sources/linuxtools-rpmstubby-parent-%{version}-src.tar.bz2
 
 BuildArch: noarch
 
@@ -25,11 +21,10 @@ RPM Stubby Plug-in is a plugin aiming to auto-generate RPM specfile from
 feature.xml.
 
 %prep
-%setup -q -n rpmstubby
+%setup -q -n linuxtools-rpmstubby-parent-%{version}-src
 
 %build
-%{_bindir}/eclipse-pdebuild \
- -a "-DforceContextQualifier=%{qualifier} -DjavacSource=1.5 -DjavacTarget=1.5"
+eclipse-pdebuild -a "-DforceContextQualifier=%{qualifier} -DjavacSource=1.5 -DjavacTarget=1.5"
 
 %install
 install -d -m 755 %{buildroot}%{install_loc}
@@ -39,12 +34,15 @@ 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
+* Tue Jul 11 2012 Alexander Kurtakov <akurtako at redhat.com> 1.0.0-1
+- Update to Linux Tools 1.0 release.
+
 * Fri Mar 30 2012 Andrew Robinson <arobinso at redhat.com> 0.10.0-1.20120402git2adb2a7
 - Update to 0.10.0 release.
 
diff --git a/sources b/sources
index ccf7e44..bddcc86 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-e467da8d02737211eb3f16fc7ae2b7e1  linuxtools-rpmstubby-parent-0.9.0-src.tar.bz2
-495e83761a456f8545221940fec3b91e  eclipse-rpmstuby-2adb2a7.tar.bz2
+05f7ae74c50001920d495845db13152d  linuxtools-rpmstubby-parent-1.0.0-src.tar.bz2


More information about the scm-commits mailing list