[eclipse-shelled] Update to 2.0.0 final.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Aug 19 14:34:06 UTC 2011


commit 57c62e3002dbbdb9135ef1a3341888ac91a08a22
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Aug 19 17:33:33 2011 +0300

    Update to 2.0.0 final.

 .gitignore           |    1 +
 eclipse-shelled.spec |   15 ++++++---------
 sources              |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a58dac..214f7eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ShellEd-Sources-2.0.0_M3.zip
+shelled-2.0.0-src.tar.bz2
diff --git a/eclipse-shelled.spec b/eclipse-shelled.spec
index c8317ad..dd3a848 100644
--- a/eclipse-shelled.spec
+++ b/eclipse-shelled.spec
@@ -4,11 +4,11 @@
 Summary:          Eclipse Shell script editor
 Name:             eclipse-shelled
 Version:          2.0.0
-Release:          0.M3.1%{?dist}.1
+Release:          1%{?dist}
 License:          EPL
 URL:              http://sourceforge.net/projects/shelled
 Group:            Development/Tools
-Source0:          http://downloads.sourceforge.net/project/shelled/shelled/ShellEd%202.0.0%20M3/ShellEd-Sources-2.0.0_M3.zip
+Source0:          http://downloads.sourceforge.net/project/shelled/shelled/ShellEd%202.0.0/shelled-2.0.0-src.tar.bz2
 Requires:         eclipse-platform >= 1:3.4.0
 Requires:         eclipse-dltk
 Requires:         eclipse-manpage
@@ -17,7 +17,6 @@ BuildRequires:    eclipse-dltk
 BuildRequires:    eclipse-manpage
 BuildRequires:    java-devel >= 0:1.5
 BuildArch:        noarch
-BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
 ShellEd is a superb shell script editor for Eclipse. 
@@ -25,30 +24,28 @@ The great benefit of this plugin is the integration of man page information
  for content assist and text hover.
 
 %prep
-%setup -q -c
+%setup -q -n shelled-%{version}-src
 
 %build
 # build the main shelled feature
 %{eclipse_base}/buildscripts/pdebuild -d "dltk-core emf man"
 
 %install
-rm -rf $RPM_BUILD_ROOT
 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
             
-%clean 
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %{install_loc}
 #%doc net.sourceforge.shelled-feature/license.html
 #%doc net.sourceforge.shelled-feature/epl-v10.html
 
 %changelog
+* Fri Aug 19 2011 Alexander Kurtakov <akurtako at redhat.com> 2.0.0-1
+- Update to 2.0.0 final.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-0.M3.1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 42625dc..02c5315 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a41732a61ab32fe33ba1550fb9c9eb19  ShellEd-Sources-2.0.0_M3.zip
+bd6d0d0bdfe16bcca6f6fc173d7b3dde  shelled-2.0.0-src.tar.bz2


More information about the scm-commits mailing list