This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
aesh/aesh.spec
Marek Goldmann 56897ea388 Initial import
2013-06-12 15:08:03 +02:00

55 lines
1.1 KiB
RPMSpec

Name: aesh
Version: 0.33.3
Release: 1%{dist}
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}
%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
* Wed Jun 12 2013 Marek Goldmann <mgoldman@redhat.com> - 0.33.3-1
- Initial packaging