[eclipse-rpmstubby] Linux Tools 0.9 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Nov 14 11:03:21 UTC 2011


commit d2a2f215ee0a4ac718667fff628752617db3cedd
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Mon Nov 14 13:02:37 2011 +0200

    Linux Tools 0.9 release.

 .gitignore                     |    1 +
 eclipse-rpmstubby-fetch-src.sh |   22 ----------------------
 eclipse-rpmstubby.spec         |   37 +++++++++++++------------------------
 sources                        |    2 +-
 4 files changed, 15 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e72bb24..bfe0de2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ linuxtools-rpmstubby-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.b
 /noarch
 /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
diff --git a/eclipse-rpmstubby.spec b/eclipse-rpmstubby.spec
index 0b39e36..d53f38b 100644
--- a/eclipse-rpmstubby.spec
+++ b/eclipse-rpmstubby.spec
@@ -1,26 +1,16 @@
-%define eclipse_base   %{_libdir}/eclipse
-%define install_loc    %{_datadir}/eclipse/dropins/rpmstubby
-%define qualifier      201109221400
+%global eclipse_base   %{_libdir}/eclipse
+%global install_loc    %{_datadir}/eclipse/dropins/rpmstubby
+%global qualifier      201109221400
 
 Name:           eclipse-rpmstubby
 Version:        0.9.0
-Release:        0.2.20110922git681e7142%{?dist}
+Release:        1%{?dist}
 Summary:        Rpm specfile generator for Eclipse features
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/linuxtools/projectPages/rpmstubby/
-# 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 681e7142825a1cc53899f45d0aabcf7857bc386b
-#  cd rpmstubby
-#  mvn assembly:single
-#  cd target
-#  mv linuxtools-rpmstubby-parent-0.9.0-SNAPSHOT-src.tar.bz2 linuxtools-rpmstubby-SNAPSHOT-681e7142825a1cc53899f45d0aabcf7857bc386b-src.tar.bz2
-#
-Source0:        linuxtools-rpmstubby-SNAPSHOT-681e7142825a1cc53899f45d0aabcf7857bc386b-src.tar.bz2
+Source0:        http://download.eclipse.org/technology/linuxtools/%{version}-sources/linuxtools-rpmstubby-parent-%{version}-src.tar.bz2
 
 BuildArch: noarch
 
@@ -32,8 +22,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-SNAPSHOT-src
-cp org.eclipse.linuxtools.rpmstubby-feature/ChangeLog org.eclipse.linuxtools.rpmstubby-feature/ChangeLog.feature
+%setup -q -n linuxtools-rpmstubby-parent-0.9.0-src
 
 %build
 %{eclipse_base}/buildscripts/pdebuild \
@@ -43,19 +32,19 @@ cp org.eclipse.linuxtools.rpmstubby-feature/ChangeLog org.eclipse.linuxtools.rpm
 install -d -m 755 %{buildroot}%{install_loc}
 
 %{__unzip} -q -d %{buildroot}%{install_loc} \
-     build/rpmBuild/org.eclipse.linuxtools.rpmstubby.zip
-
-%clean
-%{__rm} -rf %{buildroot}
+     build/rpmBuild/org.eclipse.linuxtools.rpmstubby.feature.zip
 
 %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.feature
+%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
+* Mon Nov 14 2011 Alexander Kurtakov <akurtako at redhat.com> 0.9.0-1
+- Linux Tools 0.9 release.
+
 * Thu Aug 22 2011 Andrew Robinson <arobinso at redhat.com> 0.9.0-0.2.20110922git681e7142
 - Fix plugin accessing eclipse-pde at runtime.
 
diff --git a/sources b/sources
index c4a7aff..468aa09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05573d37a1afeb0963cb43a5794a8c2d  linuxtools-rpmstubby-SNAPSHOT-681e7142825a1cc53899f45d0aabcf7857bc386b-src.tar.bz2
+e467da8d02737211eb3f16fc7ae2b7e1  linuxtools-rpmstubby-parent-0.9.0-src.tar.bz2


More information about the scm-commits mailing list