diff --git a/aqute-bnd.spec b/aqute-bnd.spec index c4ff348..800860f 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.spec @@ -1,6 +1,6 @@ Name: aqute-bnd Version: 3.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BND Tool License: ASL 2.0 URL: http://www.aqute.biz/Bnd/Bnd @@ -122,11 +122,15 @@ popd %install %mvn_install +install -d -m 755 %{buildroot}%{_sysconfdir}/ant.d +echo "aqute-bnd slf4j/api slf4j/simple eclipse/osgi.services" >%{buildroot}%{_sysconfdir}/ant.d/%{name} + %jpackage_script aQute.bnd.main.bnd "" "" aqute-bnd:slf4j/slf4j-api:slf4j/slf4j-simple bnd 1 %files -f .mfiles %license LICENSE %{_bindir}/bnd +%config(noreplace) %{_sysconfdir}/ant.d/* %files -n aqute-bndlib -f .mfiles-bndlib %license LICENSE @@ -135,6 +139,9 @@ popd %license LICENSE %changelog +* Wed Jun 1 2016 Mikolaj Izdebski - 3.2.0-2 +- Install ant.d config files + * Tue May 24 2016 Michael Simacek - 3.2.0-1 - Update to upstream version 3.2.0