[eclipse-rpmstubby] Linux Tools 0.9.0 (rpmstubby) pre-release.

jerboaa jerboaa at fedoraproject.org
Mon Aug 15 21:02:06 UTC 2011


commit 4c65c65d9a5e97983649b6973dad3cde218f63d3
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Mon Aug 15 14:47:22 2011 -0400

    Linux Tools 0.9.0 (rpmstubby) pre-release.

 .gitignore             |    4 ++++
 eclipse-rpmstubby.spec |   24 ++++++++++++++++++------
 sources                |    2 +-
 3 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e788b8f..e9ae4a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
 eclipse-rpmstubby-fetched-src-0.6.0.tar.bz2
 linuxtools-rpmstubby-0.8.0-src.tar.bz2
+linuxtools-rpmstubby-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2
+/linuxtools-rpmstubby-parent-0.8.0-SNAPSHOT-src
+/noarch
+/eclipse-rpmstubby-0.9.0-0.1.20110815git2168cacb.fc17.src.rpm
diff --git a/eclipse-rpmstubby.spec b/eclipse-rpmstubby.spec
index c82e5d5..a5407f9 100644
--- a/eclipse-rpmstubby.spec
+++ b/eclipse-rpmstubby.spec
@@ -1,17 +1,26 @@
 %define eclipse_base   %{_libdir}/eclipse
 %define install_loc    %{_datadir}/eclipse/dropins/rpmstubby
-%define qualifier      201106060937
+%define qualifier      201108151400
 
 Name:           eclipse-rpmstubby
-Version:        0.8.0
-Release:        1%{?dist}
+Version:        0.9.0
+Release:        0.1.20110815git2168cacb%{?dist}
 Summary:        Rpm specfile generator for Eclipse features
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/linuxtools/projectPages/rpmstubby/
-#sh eclipse-rpmstubby-fetch-src.sh
-Source0:        http://download.eclipse.org/technology/linuxtools/0.8.0-sources/linuxtools-rpmstubby-0.8.0-src.tar.bz2
+# Source0 created as follows:
+#
+#  git clone git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.git
+#  cd org.eclipse.linuxtools
+#  git checkout -b rpmstubby-fedora 2168cacb673f358578301521f763cc797153716c
+#  cd rpmstubby
+#  mvn assembly:single
+#  cd target
+#  mv linuxtools-rpmstubby-parent-0.8.0-SNAPSHOT-src.tar.bz2 linuxtools-rpmstubby-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2
+#
+Source0:        linuxtools-rpmstubby-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2
 
 BuildArch: noarch
 
@@ -23,7 +32,7 @@ RPM Stubby Plug-in is a plugin aiming to auto-generate RPM specfile from
 feature.xml.
 
 %prep
-%setup -q -n linuxtools-rpmstubby-%{version}-src
+%setup -q -n linuxtools-rpmstubby-parent-0.8.0-SNAPSHOT-src
 cp org.eclipse.linuxtools.rpmstubby-feature/ChangeLog org.eclipse.linuxtools.rpmstubby-feature/ChangeLog.feature
 
 %build
@@ -47,6 +56,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %doc org.eclipse.linuxtools.rpmstubby/ChangeLog
 
 %changelog
+* Mon Aug 15 2011 Severin Gehwolf <sgehwolf at redhat.com> 0.9.0-0.1.20110815git2168cacb
+- Linux Tools 0.9.0 (rpmstubby) pre-release.
+
 * Thu Jul 14 2011 Alexander Kurtakov <akurtako at redhat.com> 0.8.0-1
 - Update to Linux Tools 0.8.0 release.
 
diff --git a/sources b/sources
index 685fe5a..ddce204 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a89863f8bfd468d17f16942a5f9c645  linuxtools-rpmstubby-0.8.0-src.tar.bz2
+03a96c541b038a2aa06eb6c913f89ba6  linuxtools-rpmstubby-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2


More information about the scm-commits mailing list