Install ant.d config files
This commit is contained in:
parent
a05b85b593
commit
ef5b91d76a
@ -1,6 +1,6 @@
|
|||||||
Name: aqute-bnd
|
Name: aqute-bnd
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: BND Tool
|
Summary: BND Tool
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.aqute.biz/Bnd/Bnd
|
URL: http://www.aqute.biz/Bnd/Bnd
|
||||||
@ -122,11 +122,15 @@ popd
|
|||||||
%install
|
%install
|
||||||
%mvn_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
|
%jpackage_script aQute.bnd.main.bnd "" "" aqute-bnd:slf4j/slf4j-api:slf4j/slf4j-simple bnd 1
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/bnd
|
%{_bindir}/bnd
|
||||||
|
%config(noreplace) %{_sysconfdir}/ant.d/*
|
||||||
|
|
||||||
%files -n aqute-bndlib -f .mfiles-bndlib
|
%files -n aqute-bndlib -f .mfiles-bndlib
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -135,6 +139,9 @@ popd
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 1 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-2
|
||||||
|
- Install ant.d config files
|
||||||
|
|
||||||
* Tue May 24 2016 Michael Simacek <msimacek@redhat.com> - 3.2.0-1
|
* Tue May 24 2016 Michael Simacek <msimacek@redhat.com> - 3.2.0-1
|
||||||
- Update to upstream version 3.2.0
|
- Update to upstream version 3.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user