Upstream release 1.5
This commit is contained in:
parent
4384a0cdce
commit
2634570643
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/jansi-native-1.2.tar.xz
|
||||
/jansi-native-1.4.tar.xz
|
||||
/jansi-native-1.5.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user