Fix ant.d classpath
This commit is contained in:
parent
23fa04639a
commit
7ae6a709fd
@ -1,6 +1,6 @@
|
|||||||
Name: aqute-bnd
|
Name: aqute-bnd
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: BND Tool
|
Summary: BND Tool
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://bnd.bndtools.org/
|
URL: http://bnd.bndtools.org/
|
||||||
@ -157,7 +157,7 @@ popd
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
install -d -m 755 %{buildroot}%{_sysconfdir}/ant.d
|
install -d -m 755 %{buildroot}%{_sysconfdir}/ant.d
|
||||||
echo "aqute-bnd slf4j/api slf4j/simple felix/org.apache.felix.scr.annotations" >%{buildroot}%{_sysconfdir}/ant.d/%{name}
|
echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium" >%{buildroot}%{_sysconfdir}/ant.d/%{name}
|
||||||
|
|
||||||
%jpackage_script aQute.bnd.main.bnd "" "" aqute-bnd:slf4j/slf4j-api:slf4j/slf4j-simple:osgi-annotation:osgi-core:osgi-compendium bnd 1
|
%jpackage_script aQute.bnd.main.bnd "" "" aqute-bnd:slf4j/slf4j-api:slf4j/slf4j-simple:osgi-annotation:osgi-core:osgi-compendium bnd 1
|
||||||
|
|
||||||
@ -175,6 +175,9 @@ echo "aqute-bnd slf4j/api slf4j/simple felix/org.apache.felix.scr.annotations" >
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 06 2016 Michael Simacek <msimacek@redhat.com> - 3.3.0-2
|
||||||
|
- Fix ant.d classpath
|
||||||
|
|
||||||
* Thu Sep 29 2016 Michael Simacek <msimacek@redhat.com> - 3.3.0-1
|
* Thu Sep 29 2016 Michael Simacek <msimacek@redhat.com> - 3.3.0-1
|
||||||
- Update to upstream version 3.3.0
|
- Update to upstream version 3.3.0
|
||||||
- Build against osgi-{core,compendium}
|
- Build against osgi-{core,compendium}
|
||||||
|
Loading…
Reference in New Issue
Block a user