[tycho] Make tycho copy licence feature to the system repo.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue May 13 11:39:45 UTC 2014


commit 478f64cecffafc957ca0248ab980332d490f145f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue May 13 14:39:33 2014 +0300

    Make tycho copy licence feature to the system repo.

 copy-platform-all |    4 ++++
 tycho.spec        |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/copy-platform-all b/copy-platform-all
index cb37cee..acd0cbd 100755
--- a/copy-platform-all
+++ b/copy-platform-all
@@ -86,6 +86,10 @@ for f in $(ls -d $eclipse/dropins/sdk/features/* 2>/dev/null); do
     feature=$(basename $f)
     [ ! -e features/$feature ] && ln -s $eclipse/dropins/sdk/features/$feature features/$feature
 done
+for f in $(ls -d $javadir/eclipse-license/eclipse/features/* 2>/dev/null); do
+    feature=$(basename $f)
+    [ ! -e features/$feature ] && ln -s $javadir/eclipse-license/eclipse/features/$feature features/$feature
+done
 
 # jars in %%{_javadir} may not be uniquely named
 id=1
diff --git a/tycho.spec b/tycho.spec
index a80183b..265de6a 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -19,7 +19,7 @@
 
 Name:           tycho
 Version:        0.20.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -350,6 +350,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue May 13 2014 Alexander Kurtakov <akurtako at redhat.com> 0.20.0-6
+- Make tycho copy licence feature to the system repo.
+
 * Wed Apr 30 2014 Alexander Kurtakov <akurtako at redhat.com> 0.20.0-5
 - Non-bootstrap build.
 


More information about the scm-commits mailing list