Fix licensing headers (rhbz#988808)
This commit is contained in:
parent
d8061ed7c5
commit
3669b6adb2
9
jna.spec
9
jna.spec
@ -2,7 +2,10 @@ Name: jna
|
||||
Version: 4.1.0
|
||||
Release: 8%{?dist}
|
||||
Summary: Pure Java access to native libraries
|
||||
License: LGPLv2 or ASL 2.0
|
||||
# Most of code is dual-licensed under either LGPL 2.1 only or Apache
|
||||
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
|
||||
# which is pure Apache License 2.0.
|
||||
License: (LGPLv2 or ASL 2.0) and ASL 2.0
|
||||
URL: https://github.com/twall/jna
|
||||
# The source for this package was pulled from upstream's vcs. Use the
|
||||
# following commands to generate the tarball:
|
||||
@ -57,8 +60,9 @@ This package contains the javadocs for %{name}.
|
||||
|
||||
%package contrib
|
||||
Summary: Contrib for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
License: LGPLv2 or ASL 2.0
|
||||
BuildArch: noarch
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
|
||||
%description contrib
|
||||
@ -146,6 +150,7 @@ cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
||||
%changelog
|
||||
* Thu Jun 11 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1.0-8
|
||||
- Force Java 1.6 source/target (rhbz#842609)
|
||||
- Fix licensing headers (rhbz#988808)
|
||||
|
||||
* Wed Oct 01 2014 Michal Srb <msrb@redhat.com> - 4.1.0-7
|
||||
- Fix for 32-bit systems (Resolves: rhbz#1148349)
|
||||
|
Loading…
Reference in New Issue
Block a user