Update to upstream version 1.7
This commit is contained in:
parent
73cb844973
commit
287c323632
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/jansi-native-1.2.tar.xz
|
||||
/jansi-native-1.4.tar.xz
|
||||
/jansi-native-1.5.tar.gz
|
||||
/jansi-native-1.7.tar.gz
|
||||
|
||||
@ -2,21 +2,17 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: jansi-native
|
||||
Version: 1.5
|
||||
Release: 11%{?dist}
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://jansi.fusesource.org/
|
||||
Source0: https://github.com/fusesource/jansi-native/archive/jansi-native-1.5.tar.gz
|
||||
Source0: https://github.com/fusesource/jansi-native/archive/jansi-native-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-clean-plugin)
|
||||
BuildRequires: mvn(org.fusesource:fusesource-pom:pom:)
|
||||
BuildRequires: mvn(org.fusesource.hawtjni:hawtjni-runtime) >= 1.9-2
|
||||
BuildRequires: mvn(org.fusesource.hawtjni:maven-hawtjni-plugin) >= 1.9-2
|
||||
@ -25,7 +21,7 @@ BuildRequires: mvn(org.fusesource.hawtjni:maven-hawtjni-plugin) >= 1.9-2
|
||||
Jansi is a small java library that allows you to use ANSI escape sequences
|
||||
in your Java console applications. It implements ANSI support on platforms
|
||||
which don't support it like Windows and provides graceful degradation for
|
||||
when output is being sent to output devices which cannot support ANSI sequences.
|
||||
when output is being sent to output devices which cannot support ANSI sequences.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
@ -45,13 +41,16 @@ This package contains the API documentation for %{name}.
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_jnidir}/%{name}
|
||||
%doc readme.md license.txt changelog.md
|
||||
%doc readme.md changelog.md
|
||||
%license license.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc license.txt
|
||||
%license license.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jun 14 2017 Michael Simacek <msimacek@redhat.com> - 1.7-1
|
||||
- Update to upstream version 1.7
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user