[java-sig-commits] [tycho/f17] - Update to 0.14.1 upstream tag.

Roland Grunberg rgrunber at fedoraproject.org
Tue Mar 13 22:22:06 UTC 2012


commit db1821ef6330b458960eeea7d269cf02dd858685
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Fri Mar 9 16:40:39 2012 -0500

    - Update to 0.14.1 upstream tag.

 .gitignore |    1 +
 sources    |    2 +-
 tycho.spec |   18 ++++++++----------
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 526c781..29f39f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 maven-repo.tar.xz
 tycho-0.14.0-6391f1dafb35cbef48753e89c743ee9664a1c79d.tar.xz
 tycho-0.14.0.tar.bz2
+/tycho-0.14.x.tar.bz2
diff --git a/sources b/sources
index 9ee347f..10f7576 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
+819980acb31e0c06dca4fdd8320c39c1  tycho-0.14.x.tar.bz2
 08dd3f86350287dbb7a57b9c48c3fab1  maven-repo.tar.xz
-a3295a852335596f703a54ab154585f0  tycho-0.14.0.tar.bz2
diff --git a/tycho.spec b/tycho.spec
index 71d2b05..16106fc 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 1
+%global bootstrap 0
 
 %global eclipsedir %{_libdir}/eclipse
 
@@ -9,16 +9,16 @@
 %endif
 
 Name:           tycho
-Version:        0.14.0
-Release:        4.1%{?dist}
+Version:        0.14.1
+Release:        1%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
 # license file is missing but all files having some licensing information are ASL 2.0
 License:        ASL 2.0
 URL:            http://tycho.sonatype.org/
-# http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/snapshot/tycho-0.14.0.tar.bz2
-Source0:        %{name}-%{version}.tar.bz2
+# http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/snapshot/tycho-0.14.x.tar.bz2
+Source0:        %{name}-0.14.x.tar.bz2
 
 # this is a workaround for maven-plugin-plugin changes that happened after
 # version 2.4.3 (impossible to have empty mojo created as aggregate). This
@@ -108,7 +108,7 @@ Requires:       jpackage-utils
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -q
+%setup -q -n %{name}-0.14.x
 
 %patch0 -p2
 %if %{bootstrap}
@@ -125,9 +125,6 @@ popd
 
 %if %{bootstrap}
 tar xf %{SOURCE3}
-%else
-mkdir -p .m2/org/eclipse/%{name}/%{name}-bundles-external/%{version}
-unzip -d .m2/org/eclipse/%{name}/%{name}-bundles-external/%{version} %{_javadir}/%{name}/%{name}-bundles-external.zip
 %endif
 
 %build
@@ -200,7 +197,8 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
-* Thu Feb 23 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.0-4.1
+* Fri Mar 10 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-1
+- Update to 0.14.1 upstream tag.
 - Stop symlinking o.e.osgi and o.e.jdt.core into the m2 cache.
 
 * Thu Feb 16 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.0-4


More information about the java-sig-commits mailing list