update to 0.66.4

This commit is contained in:
gil 2016-06-03 11:04:49 +02:00
commit be88b471d5
3 changed files with 32 additions and 25 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/0.33.3.tar.gz
/0.33.7.tar.gz
/0.66.4.tar.gz

View file

@ -1,37 +1,37 @@
Name: aesh
Version: 0.33.7
Release: 4%{dist}
Summary: Another Extendable SHell
License: EPL
URL: http://aeshell.github.io/
Source0: https://github.com/aeshell/aesh/archive/%{version}.tar.gz
Name: aesh
Version: 0.66.4
Release: 1%{dist}
Summary: Another Extendable SHell
License: ASL 2.0
URL: http://aeshell.github.io/
Source0: https://github.com/aeshell/aesh/archive/%{version}.tar.gz
BuildRequires: jboss-parent
BuildRequires: maven-local
BuildRequires: maven-compiler-plugin
BuildRequires: maven-enforcer-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: jansi
BuildRequires: fusesource-pom
BuildRequires: junit
BuildRequires: maven-surefire-provider-junit
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.fusesource.jansi:jansi)
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
BuildArch: noarch
BuildArch: noarch
%description
Æsh is a Java library for handling console input with the goal to support most
GNU Readline features.
%package javadoc
Summary: Javadocs for %{name}
Summary: Javadoc for %{name}
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q -n aesh-%{version}
%setup -q -n %{name}-%{version}
# Cleanup
rm -r *gradle*
%pom_xpath_set pom:addClasspath false
# This test @ random fails (koji only)
# ComparisonFailure: expected:<[]foo> but was:<[$<2>]foo>
rm src/test/java/org/jboss/aesh/parser/ParserTest.java
%build
%mvn_build
@ -40,14 +40,20 @@ This package contains the API documentation for %{name}.
%mvn_install
%files -f .mfiles
%dir %{_javadir}/%{name}
%doc license.txt
%doc README.md
%doc README.asciidoc
%license LICENSE
%files javadoc -f .mfiles-javadoc
%doc license.txt
%license LICENSE
%changelog
* Fri Jun 03 2016 gil cattaneo <puntogil@libero.it> 0.66.4-1
- update to 0.66.4
- fix BRs list and use BR mvn()-like
- introduce license macro
- remove duplicate file
- remove some rpmlint problems
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.33.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View file

@ -1 +1 @@
358443b7ea7661d854851093d3222014 0.33.7.tar.gz
59a28ba7e4e6a0a9b4359f40ab61735a 0.66.4.tar.gz