[eclipse-shelled] Update to 2.0.2 final release.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jul 18 14:44:39 UTC 2012


commit 807ebf0a778db78bc8927a4976a8219ce819b6f4
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Jul 18 17:44:27 2012 +0300

    Update to 2.0.2 final release.

 .gitignore           |    1 +
 eclipse-shelled.spec |    9 +++++++--
 fetchSources.sh      |   16 ----------------
 sources              |    2 +-
 4 files changed, 9 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c04e75d..a3bb36a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ shelled-2.0.0-src.tar.bz2
 shelled-2.0.1-src.tar.bz2
 /shelled-2.0.2-src.tar.bz2
 shelled-2.0.2-src-r133.tar.bz2
+shelled-2.0.2-src.tar.bz2
diff --git a/eclipse-shelled.spec b/eclipse-shelled.spec
index d3ce33c..1a15edf 100644
--- a/eclipse-shelled.spec
+++ b/eclipse-shelled.spec
@@ -4,11 +4,11 @@ Summary:          Eclipse Shell script editor
 Name:             eclipse-shelled
 #Next release is not planned. Release 133 is checkedout.
 Version:          2.0.2
-Release:          0.3.svn133%{?dist}
+Release:          1%{?dist}
 License:          EPL
 URL:              http://sourceforge.net/projects/shelled
 Group:            Development/Tools
-Source0:          http://downloads.sourceforge.net/project/shelled/shelled/ShellEd%20%{version}/shelled-%{version}-src-r133.tar.bz2
+Source0:          http://downloads.sourceforge.net/project/shelled/shelled/ShellEd%20%{version}/shelled-%{version}-src.tar.bz2
 Requires:         eclipse-platform >= 1:4.2.0
 Requires:         eclipse-dltk >= 4.0.0
 Requires:         eclipse-manpage
@@ -36,11 +36,16 @@ install -d -m 755 $RPM_BUILD_ROOT%{install_loc}
 # shelled main feature
 unzip -q -d $RPM_BUILD_ROOT%{install_loc} \
             build/rpmBuild/net.sourceforge.shelled.zip
+
+rm -fr $RPM_BUILD_ROOT%{install_loc}/eclipse/plugins/org.eclipse.linuxtools*
             
 %files
 %{install_loc}
 
 %changelog
+* Wed Jul 18 2012 Alexander Kurtakov <akurtako at redhat.com> 2.0.2-1
+- Update to 2.0.2 final release.
+
 * Wed May 2 2012 Alexander Kurtakov <akurtako at redhat.com> 2.0.2-0.3.svn133
 - Update to new upstream snapshot.
 - Fixes rhbz#817153 and rhbz#817156.
diff --git a/sources b/sources
index 589d35d..810c03d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fce5e183b0cf2e1499ef862906ea2a21  shelled-2.0.2-src-r133.tar.bz2
+3e27a91c372d884134f37c0f4caf44a7  shelled-2.0.2-src.tar.bz2


More information about the scm-commits mailing list