Minor correction in license tag
This commit is contained in:
parent
bb76e8cf1b
commit
61a4ca0b15
11
jna.spec
11
jna.spec
@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
Name: jna
|
Name: jna
|
||||||
Version: 4.5.1
|
Version: 4.5.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Pure Java access to native libraries
|
Summary: Pure Java access to native libraries
|
||||||
# Most of code is dual-licensed under either LGPL 2.1 only or Apache
|
# Most of code is dual-licensed under either LGPL 2.1+ only or Apache
|
||||||
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
|
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
|
||||||
# which is pure Apache License 2.0.
|
# which is pure Apache License 2.0.
|
||||||
License: (LGPLv2 or ASL 2.0) and ASL 2.0
|
License: (LGPLv2+ or ASL 2.0) and ASL 2.0
|
||||||
URL: https://github.com/java-native-access/jna/
|
URL: https://github.com/java-native-access/jna/
|
||||||
# ./generate-tarball.sh
|
# ./generate-tarball.sh
|
||||||
Source0: %{name}-%{version}-clean.tar.xz
|
Source0: %{name}-%{version}-clean.tar.xz
|
||||||
@ -69,7 +69,7 @@ This package contains the javadocs for %{name}.
|
|||||||
|
|
||||||
%package contrib
|
%package contrib
|
||||||
Summary: Contrib for %{name}
|
Summary: Contrib for %{name}
|
||||||
License: LGPLv2 or ASL 2.0
|
License: LGPLv2+ or ASL 2.0
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -154,6 +154,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 01 2019 Mat Booth <mat.booth@redhat.com> - 4.5.1-9
|
||||||
|
- Minor correction in license tag
|
||||||
|
|
||||||
* Mon Jun 17 2019 Mat Booth <mat.booth@redhat.com> - 4.5.1-8
|
* Mon Jun 17 2019 Mat Booth <mat.booth@redhat.com> - 4.5.1-8
|
||||||
- Use xmvn-resolve for portable way to get the ant jar
|
- Use xmvn-resolve for portable way to get the ant jar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user