Fix Tool header generation

This commit is contained in:
Michael Simacek 2015-07-17 12:43:52 +02:00
parent a6b06a8966
commit f963aeafa7

View File

@ -1,6 +1,6 @@
Name: aqute-bnd
Version: 2.4.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: BND Tool
License: ASL 2.0
URL: http://www.aqute.biz/Bnd/Bnd
@ -99,6 +99,8 @@ cp -p %{SOURCE3} pom.xml
# The common library is expected to be included in all artifacts
cp -r ../aQute.libg/src/* src/
sed -i 's|${Bundle-Version}|%{version}|' src/aQute/bnd/osgi/bnd.info
# We don't have metatype-annotations and I haven't found any proper release of it
rm -r src/aQute/bnd/metatype
@ -129,6 +131,9 @@ popd
%doc biz.aQute.bnd/LICENSE
%changelog
* Fri Jul 17 2015 Michael Simacek <msimacek@redhat.com> - 2.4.1-2
- Fix Tool header generation
* Wed Jul 08 2015 Michael Simacek <msimacek@redhat.com> - 2.4.1-1
- Update to upstream version 2.4.1