Declare bundled objectweb-asm, fix license tag
This commit is contained in:
parent
25f7d2c5b8
commit
6446e301f3
12
sisu.spec
12
sisu.spec
@ -5,9 +5,11 @@
|
||||
Name: sisu
|
||||
Epoch: 1
|
||||
Version: 0.3.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Eclipse dependency injection framework
|
||||
License: EPL-1.0
|
||||
# sisu is EPL-1.0
|
||||
# bundled asm is BSD
|
||||
License: EPL-1.0 and BSD
|
||||
URL: http://eclipse.org/sisu
|
||||
|
||||
Source0: http://git.eclipse.org/c/%{name}/org.eclipse.%{name}.inject.git/snapshot/%{reltype}s/%{version}%{?reltag}.tar.bz2#/org.eclipse.%{name}.inject-%{version}%{?reltag}.tar.bz2
|
||||
@ -38,6 +40,8 @@ BuildRequires: mvn(org.osgi:osgi.core)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
BuildRequires: mvn(org.testng:testng)
|
||||
|
||||
Provides: bundled(objectweb-asm)
|
||||
|
||||
|
||||
%description
|
||||
Java dependency injection framework with backward support for plexus and bean
|
||||
@ -98,6 +102,10 @@ cp %{SOURCE102} sisu-plexus/pom.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2018 Michael Simacek <msimacek@redhat.com> - 1:0.3.3-6
|
||||
- Declare bundled objectweb-asm
|
||||
- Fix license tag to include BSD for asm
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user