Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 384ae66cad31d46471f88afa334c00b1 > files > 2

aesh-0.33.7-4.mga5.src.rpm

Name:       aesh
Version:    0.33.7
Release:    %mkrel 4
Group:      Development/Java
Summary:    Another Extendable SHell
License:    EPL
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

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}
Group:   Documentation

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

%prep
%setup -q -n aesh-%{version}

%build
%mvn_build

%install
%mvn_install

%files -f .mfiles
%dir %{_javadir}/%{name}
%doc license.txt
%doc README.md

%files javadoc -f .mfiles-javadoc
%doc license.txt



%changelog
* 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