[eclipse-shelled/f17] work in progress - update to shelled snapshot.

swagiaal swagiaal at fedoraproject.org
Thu Apr 26 20:57:47 UTC 2012


commit ff4dd5cfb0fcf276494cd1b55dce0bcb1e8a8777
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Apr 20 08:53:24 2012 +0200

    work in progress - update to shelled snapshot.

 .gitignore           |    1 +
 eclipse-shelled.spec |   17 ++++++++++-------
 fetchSources.sh      |   16 ++++++++++++++++
 sources              |    2 +-
 4 files changed, 28 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c31ecdc..cc85c6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ShellEd-Sources-2.0.0_M3.zip
 shelled-2.0.0-src.tar.bz2
 shelled-2.0.1-src.tar.bz2
+/shelled-2.0.2-src.tar.bz2
diff --git a/eclipse-shelled.spec b/eclipse-shelled.spec
index c0abd9e..b6ccf90 100644
--- a/eclipse-shelled.spec
+++ b/eclipse-shelled.spec
@@ -1,21 +1,21 @@
-%global eclipse_base     %{_libdir}/eclipse
 %global install_loc      %{_datadir}/eclipse/dropins/shelled
 
 Summary:          Eclipse Shell script editor
 Name:             eclipse-shelled
-Version:          2.0.1
-Release:          2%{?dist}
+#Next release is not planned. The sources were checkout on 20120420.
+Version:          2.0.2
+Release:          0.1.20120420svn%{?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.tar.bz2
-Requires:         eclipse-platform >= 1:3.4.0
-Requires:         eclipse-dltk
+Requires:         eclipse-platform >= 1:4.2.0-6
+Requires:         eclipse-dltk >= 4.0.0
 Requires:         eclipse-manpage
 BuildRequires:    eclipse-pde
 BuildRequires:    eclipse-dltk
 BuildRequires:    eclipse-manpage
-BuildRequires:    java-devel >= 0:1.5
+BuildRequires:    java-devel >= 0:1.7
 BuildArch:        noarch
 
 %description
@@ -28,7 +28,7 @@ The great benefit of this plugin is the integration of man page information
 
 %build
 # build the main shelled feature
-%{eclipse_base}/buildscripts/pdebuild -d "dltk-core emf man"
+eclipse-pdebuild -d "dltk-core emf man"
 
 %install
 install -d -m 755 $RPM_BUILD_ROOT%{install_loc}
@@ -41,6 +41,9 @@ unzip -q -d $RPM_BUILD_ROOT%{install_loc} \
 %{install_loc}
 
 %changelog
+* Fri Apr 20 2012 Krzysztof Daniel <kdaniel at redhat.com> 2.0.2-0.1.20120420svn
+- Update to latest upstream.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/fetchSources.sh b/fetchSources.sh
new file mode 100755
index 0000000..a1e34fd
--- /dev/null
+++ b/fetchSources.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+VERSION=2.0.2
+
+# checks out a head snapshot
+svn co https://shelled.svn.sourceforge.net/svnroot/shelled shelled
+
+pushd shelled/trunk
+	mkdir shelled-${VERSION}-src/
+	cp -r net.sourceforge* shelled-${VERSION}-src/
+	cp pom.xml src.xml shelled-${VERSION}-src/
+	tar cjf shelled-${VERSION}-src.tar.bz2 shelled-${VERSION}-src/
+	mv shelled-${VERSION}-src.tar.bz2 ../../
+popd
+
+rm -rf shelled
\ No newline at end of file
diff --git a/sources b/sources
index 8e83b13..3fe5257 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5db711422d26e32d4361b9fb93a4ae1a  shelled-2.0.1-src.tar.bz2
+83750eb4199b1175fdc77ce4444fe977  shelled-2.0.2-src.tar.bz2


More information about the scm-commits mailing list