[eclipse-rpm-editor] Linux Tools 0.9 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Nov 14 10:42:46 UTC 2011


commit 70f273291b2bfb2106253fbf99c78cc41523ef5e
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Mon Nov 14 12:42:24 2011 +0200

    Linux Tools 0.9 release.

 .gitignore               |    1 +
 eclipse-rpm-editor.spec  |   37 +++++++++++++------------------------
 fetch-specfile-editor.sh |   24 ------------------------
 sources                  |    2 +-
 4 files changed, 15 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c28a8b1..4220a31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ linuxtools-rpm-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2
 /x86_64
 /linuxtools-rpm-parent-0.8.0-SNAPSHOT-src
 /eclipse-rpm-editor-0.9.0-0.1.20110815git2168cacb.fc17.src.rpm
+linuxtools-rpm-parent-0.9.0-src.tar.bz2
diff --git a/eclipse-rpm-editor.spec b/eclipse-rpm-editor.spec
index 9562b41..d9fbfe6 100644
--- a/eclipse-rpm-editor.spec
+++ b/eclipse-rpm-editor.spec
@@ -1,29 +1,17 @@
-%define eclipse_base        %{_libdir}/eclipse
-%define install_loc         %{_datadir}/eclipse/dropins
-%define qualifier           201108151400
+%global eclipse_base        %{_libdir}/eclipse
+%global install_loc         %{_datadir}/eclipse/dropins
+%global qualifier           201108151400
 
 Name:           eclipse-rpm-editor
 Version:        0.9.0
-Release:        0.2.20110815git2168cacb%{?dist}
+Release:        1%{?dist}
 Summary:        RPM Specfile editor for Eclipse
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/linuxtools/
-# Source0 created as follows:
-#
-#  git clone git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.git
-#  cd org.eclipse.linuxtools
-#  git checkout -b rpm-editor-fedora 2168cacb673f358578301521f763cc797153716c
-#  cd rpm
-#  mvn assembly:single
-#  cd target
-#  mv linuxtools-rpm-parent-0.8.0-SNAPSHOT-src.tar.bz2 linuxtools-rpm-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2
-#
-Source0:       linuxtools-rpm-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2
+Source0:       http://download.eclipse.org/technology/linuxtools/%{version}-sources/linuxtools-rpm-parent-%{version}-src.tar.bz2
 
 BuildRequires: java-devel >= 1.5.0
-# This doesn't work with Helios. See:
-# https://fedorahosted.org/eclipse-fedorapackager/ticket/114
 BuildRequires: eclipse-pde >= 1:3.7.0
 BuildRequires: eclipse-changelog >= 2.5.1
 Requires: eclipse-platform >= 3.7.0
@@ -34,36 +22,37 @@ Requires: rpmdevtools
 # These plugins are really noarch but the changelog plugin need cdt which
 # we only build on these architectures.
 ExclusiveArch: %{ix86} x86_64 ppc ia64
-%define debug_package %{nil}
+%global debug_package %{nil}
 
 %description
 The Eclipse Specfile Editor package contains Eclipse plugins that are
 useful for maintenance of RPM specfiles within the Eclipse IDE.
 
 %prep
-%setup -q -n linuxtools-rpm-parent-0.8.0-SNAPSHOT-src
+%setup -q -n linuxtools-rpm-parent-0.9.0-src
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -a "-DforceContextQualifier=%{qualifier} -DjavacSource=1.5 -DjavacTarget=1.5" \
  -f  org.eclipse.linuxtools.rpm
 %{eclipse_base}/buildscripts/pdebuild -a "-DforceContextQualifier=%{qualifier} -DjavacSource=1.5 -DjavacTarget=1.5" \
- -f  org.eclipse.linuxtools.rpm.ui.editor -d changelog ;
+ -f  org.eclipse.linuxtools.rpm.ui.editor.feature -d changelog ;
 
 %install
-rm -rf %{buildroot}
 installDir=%{buildroot}%{install_loc}/rpm-editor
 install -d -m 755 $installDir
 unzip -q -d $installDir \
- build/rpmBuild/org.eclipse.linuxtools.rpm.ui.editor.zip
+ build/rpmBuild/org.eclipse.linuxtools.rpm.ui.editor.feature.zip
 unzip -q -d $installDir \
  build/rpmBuild/org.eclipse.linuxtools.rpm.zip
 
 %files
-%defattr(-,root,root,-)
-%doc org.eclipse.linuxtools.rpm.ui.editor-feature/*.html
+%doc org.eclipse.linuxtools.rpm.ui.editor.feature/*.html
 %{install_loc}/rpm-editor
 
 %changelog
+* Mon Nov 14 2011 Alexander Kurtakov <akurtako at redhat.com> 0.9.0-1
+- Linux Tools 0.9 release.
+
 * Thu Aug 25 2011 Severin Gehwolf <sgehwolf at redhat.com> 0.9.0-0.2.20110815git2168cacb
 - Update BR/R to require Eclipse Indigo
 
diff --git a/sources b/sources
index a097dbe..1dfb014 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec2be490a2c8211e37b92f1c97f7219f  linuxtools-rpm-SNAPSHOT-2168cacb673f358578301521f763cc797153716c-src.tar.bz2
+5f2b1a64be4cf183ecc594217e0d78a0  linuxtools-rpm-parent-0.9.0-src.tar.bz2


More information about the scm-commits mailing list