Upstream release 1.5

This commit is contained in:
Marek Goldmann 2013-09-11 12:50:53 +02:00
parent 4384a0cdce
commit 2634570643
3 changed files with 9 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/jansi-native-1.2.tar.xz
/jansi-native-1.4.tar.xz
/jansi-native-1.5.tar.gz

View File

@ -6,18 +6,13 @@
%endif
Name: jansi-native
Version: 1.4
Release: 7%{?dist}
Version: 1.5
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/
# git clone git://github.com/fusesource/jansi-native.git
# cd jansi-native && git archive --format=tar --prefix=jansi-native-1.4/ jansi-native-1.4 | xz > jansi-native-1.4.tar.xz
Source0: jansi-native-%{version}.tar.xz
Patch0: 0001-Fixing-archiver-requires-AM_PROG_AR-in-configure.ac-.patch
Source0: https://github.com/fusesource/jansi-native/archive/jansi-native-1.5.tar.gz
BuildRequires: maven-local
BuildRequires: maven-compiler-plugin
@ -47,15 +42,12 @@ when output is being sent to output devices which cannot support ANSI sequences.
%package javadoc
Summary: Javadocs for %{name}
Group: Documentation
Requires: jpackage-utils
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q
%patch0 -p1
%setup -q -n jansi-native-jansi-native-%{version}
%build
%mvn_build
@ -71,6 +63,9 @@ This package contains the API documentation for %{name}.
%doc license.txt
%changelog
* Wed Sep 11 2013 Marek Goldmann <mgoldman@redhat.com> - 1.5-1
- Upstream release 1.5
* Tue Aug 06 2013 Marek Goldmann <mgoldman@redhat.com> - 1.4-7
- New guidelines

View File

@ -1 +1 @@
1fbcce12b150575c234f57086609c0d0 jansi-native-1.4.tar.xz
88c687bedd1e9cef1a652a05dfa2f169 jansi-native-1.5.tar.gz