Cleanup BuildRequires
This commit is contained in:
parent
09611257d9
commit
71014b29ef
@ -1,34 +1,22 @@
|
||||
%global bits %{__isa_bits}
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: jansi-native
|
||||
Version: 1.5
|
||||
Release: 4%{?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
|
||||
Name: jansi-native
|
||||
Version: 1.5
|
||||
Release: 5%{?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
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-compiler-plugin
|
||||
BuildRequires: maven-javadoc-plugin
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-surefire-report-plugin
|
||||
BuildRequires: maven-project-info-reports-plugin
|
||||
BuildRequires: maven-clean-plugin
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-plugin-jxr
|
||||
BuildRequires: junit4
|
||||
BuildRequires: hawtjni >= 1.9-2
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: fusesource-pom
|
||||
BuildRequires: maven-surefire-provider-junit4
|
||||
BuildRequires: maven-hawtjni-plugin >= 1.9-2
|
||||
BuildRequires: maven-install-plugin
|
||||
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
|
||||
|
||||
%description
|
||||
Jansi is a small java library that allows you to use ANSI escape sequences
|
||||
@ -38,7 +26,6 @@ when output is being sent to output devices which cannot support ANSI sequences.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description javadoc
|
||||
@ -62,6 +49,9 @@ This package contains the API documentation for %{name}.
|
||||
%doc license.txt
|
||||
|
||||
%changelog
|
||||
* Fri May 23 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5-5
|
||||
- Cleanup BuildRequires
|
||||
|
||||
* Thu Mar 6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5-4
|
||||
- Require hawtjni >= 1.9-2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user