Compare commits
No commits in common. "c8s-stream-2.10" and "c8-stream-201801" have entirely different histories.
c8s-stream
...
c8-stream-
@ -3,9 +3,8 @@
|
|||||||
|
|
||||||
Name: jansi-native
|
Name: jansi-native
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 5%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
|
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
|
||||||
Group: Development/Libraries
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://jansi.fusesource.org/
|
URL: http://jansi.fusesource.org/
|
||||||
Source0: https://github.com/fusesource/jansi-native/archive/jansi-native-%{version}.tar.gz
|
Source0: https://github.com/fusesource/jansi-native/archive/jansi-native-%{version}.tar.gz
|
||||||
@ -32,10 +31,13 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jansi-native-jansi-native-%{version}
|
%setup -q -n jansi-native-jansi-native-%{version}
|
||||||
%mvn_package :::linux%{bits}:
|
|
||||||
|
%mvn_alias :jansi-linux%{bits} :jansi-linux
|
||||||
|
%mvn_file :jansi-linux%{bits} %{name}/jansi-linux%{bits} %{name}/jansi-linux
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
%mvn_build -- -Dplatform=linux%{bits}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -48,6 +50,12 @@ This package contains the API documentation for %{name}.
|
|||||||
%license license.txt
|
%license license.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 26 2018 Michael Simacek <msimacek@redhat.com> - 1.7-7
|
||||||
|
- Build missing native lib
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7-5
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7-5
|
||||||
- Escape macros in %%changelog
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user