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

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Jul 14 19:31:26 UTC 2011


commit 995a340b8ed09de5ab55817566edbad84d82e366
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Jul 14 22:30:58 2011 +0300

    Update to Linux Tools 0.8.0 release.

 .gitignore             |    1 +
 eclipse-rpmstubby.spec |   17 ++++++++---------
 sources                |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4676608..e788b8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 eclipse-rpmstubby-fetched-src-0.6.0.tar.bz2
+linuxtools-rpmstubby-0.8.0-src.tar.bz2
diff --git a/eclipse-rpmstubby.spec b/eclipse-rpmstubby.spec
index a733646..c82e5d5 100644
--- a/eclipse-rpmstubby.spec
+++ b/eclipse-rpmstubby.spec
@@ -1,19 +1,17 @@
 %define eclipse_base   %{_libdir}/eclipse
 %define install_loc    %{_datadir}/eclipse/dropins/rpmstubby
-%define qualifier      201006152250
+%define qualifier      201106060937
 
 Name:           eclipse-rpmstubby
-Version:        0.6.0
-Release:        2%{?dist}
+Version:        0.8.0
+Release:        1%{?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:        %{name}-fetched-src-%{version}.tar.bz2
-Source1:        eclipse-rpmstubby-fetch-src.sh
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://download.eclipse.org/technology/linuxtools/0.8.0-sources/linuxtools-rpmstubby-0.8.0-src.tar.bz2
 
 BuildArch: noarch
 
@@ -25,7 +23,7 @@ RPM Stubby Plug-in is a plugin aiming to auto-generate RPM specfile from
 feature.xml.
 
 %prep
-%setup -q -n %{name}-fetched-src-%{version}
+%setup -q -n linuxtools-rpmstubby-%{version}-src
 cp org.eclipse.linuxtools.rpmstubby-feature/ChangeLog org.eclipse.linuxtools.rpmstubby-feature/ChangeLog.feature
 
 %build
@@ -33,7 +31,6 @@ cp org.eclipse.linuxtools.rpmstubby-feature/ChangeLog org.eclipse.linuxtools.rpm
  -a "-DforceContextQualifier=%{qualifier} -DjavacSource=1.5 -DjavacTarget=1.5"
 
 %install
-%{__rm} -rf %{buildroot}
 install -d -m 755 %{buildroot}%{install_loc}
 
 %{__unzip} -q -d %{buildroot}%{install_loc} \
@@ -43,7 +40,6 @@ install -d -m 755 %{buildroot}%{install_loc}
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %{install_loc}
 %doc org.eclipse.linuxtools.rpmstubby-feature/license.html
 %doc org.eclipse.linuxtools.rpmstubby-feature/epl-v10.html
@@ -51,6 +47,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %doc org.eclipse.linuxtools.rpmstubby/ChangeLog
 
 %changelog
+* Thu Jul 14 2011 Alexander Kurtakov <akurtako at redhat.com> 0.8.0-1
+- Update to Linux Tools 0.8.0 release.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 818e3d9..685fe5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2fb07101f7c5b0649ad050bb506fda9  eclipse-rpmstubby-fetched-src-0.6.0.tar.bz2
+4a89863f8bfd468d17f16942a5f9c645  linuxtools-rpmstubby-0.8.0-src.tar.bz2


More information about the scm-commits mailing list