Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > f1bf6875c699d7a2e0ddff302af1c529 > files > 2

aesh-0.66.8-2.mga7.src.rpm

Name:          aesh
Version:       0.66.8
Release:       %mkrel 2
Group:         Development/Java
Summary:       Another Extendable SHell
License:       ASL 2.0
URL:           http://aeshell.github.io/
Source0:       https://github.com/aeshell/aesh/archive/%{version}/%{name}-%{version}.tar.gz

BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.fusesource.jansi:jansi)
BuildRequires: mvn(org.jboss:jboss-parent:pom:)

BuildArch:     noarch

%description
Æsh is a Java library for handling console input with the goal to support most
GNU Readline features.

%package javadoc
Summary:       Javadoc for %{name}

%description javadoc	
This package contains the API documentation for %{name}.

%prep
%setup -q
# 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
# Disable test failure on ARM builder only
%mvn_build -- -Dmaven.test.failure.ignore=true

%install
%mvn_install

%files -f .mfiles
%doc README.asciidoc
%license LICENSE

%files javadoc -f .mfiles-javadoc
%license LICENSE



%changelog
* Tue Sep 18 2018 umeabot <umeabot> 0.66.8-2.mga7
  (not released yet)
+ Revision: 1259531
- Mageia 7 Mass Rebuild

* Sat May 13 2017 neoclust <neoclust> 0.66.8-1.mga6
+ Revision: 1100855
- New version 0.66.8

* Wed Mar 02 2016 neoclust <neoclust> 0.33.7-5.mga6
+ Revision: 982404
- Second rebuild of the java stack

* Sun Feb 21 2016 neoclust <neoclust> 0.33.7-4.mga6
+ Revision: 975669
- First rebuild of the java stack
- sync package aesh with fedora
+ umeabot <umeabot>
- Mageia 6 Mass Rebuild

* Thu Dec 25 2014 pterjan <pterjan> 0.33.7-4.mga5
+ Revision: 805833
- Clean rebuild
- Restore
+ sander85 <sander85>
- Leaf package that depends on broken java stack

* Wed Oct 15 2014 umeabot <umeabot> 0.33.7-2.mga5
+ Revision: 750551
- Second Mageia 5 Mass Rebuild

* Sat Dec 28 2013 dmorgan <dmorgan> 0.33.7-1.mga5
+ Revision: 562788
- imported package aesh


* Wed Sep 11 2013 Marek Goldmann <mgoldman@redhat.com> - 0.33.7-1
- Upstream release 0.33.7

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Wed Jun 12 2013 Marek Goldmann <mgoldman@redhat.com> - 0.33.3-1
- Initial packaging