Make tycho copy licence feature to the system repo.
This commit is contained in:
parent
32cb24e4e0
commit
478f64cecf
@ -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
|
||||
|
@ -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@redhat.com> 0.20.0-6
|
||||
- Make tycho copy licence feature to the system repo.
|
||||
|
||||
* Wed Apr 30 2014 Alexander Kurtakov <akurtako@redhat.com> 0.20.0-5
|
||||
- Non-bootstrap build.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user