Fix Tool header generation
This commit is contained in:
parent
a6b06a8966
commit
f963aeafa7
@ -1,6 +1,6 @@
|
|||||||
Name: aqute-bnd
|
Name: aqute-bnd
|
||||||
Version: 2.4.1
|
Version: 2.4.1
|
||||||
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
|
||||||
@ -99,6 +99,8 @@ cp -p %{SOURCE3} pom.xml
|
|||||||
# The common library is expected to be included in all artifacts
|
# The common library is expected to be included in all artifacts
|
||||||
cp -r ../aQute.libg/src/* src/
|
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
|
# We don't have metatype-annotations and I haven't found any proper release of it
|
||||||
rm -r src/aQute/bnd/metatype
|
rm -r src/aQute/bnd/metatype
|
||||||
|
|
||||||
@ -129,6 +131,9 @@ popd
|
|||||||
%doc biz.aQute.bnd/LICENSE
|
%doc biz.aQute.bnd/LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 08 2015 Michael Simacek <msimacek@redhat.com> - 2.4.1-1
|
||||||
- Update to upstream version 2.4.1
|
- Update to upstream version 2.4.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user