[aesh] Initial import

Marek Goldmann goldmann at fedoraproject.org
Wed Jun 12 13:08:15 UTC 2013


commit 56897ea3885f877a71b949863e4ffc2ee0455711
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Wed Jun 12 15:08:03 2013 +0200

    Initial import

 .gitignore |    1 +
 aesh.spec  |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4145f60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/0.33.3.tar.gz
diff --git a/aesh.spec b/aesh.spec
new file mode 100644
index 0000000..a3f70c4
--- /dev/null
+++ b/aesh.spec
@@ -0,0 +1,55 @@
+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 at redhat.com> - 0.33.3-1
+- Initial packaging
+
+
+
diff --git a/sources b/sources
index e69de29..f830088 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5edbda0cae549e8e69d9757dc6fdfeab  0.33.3.tar.gz


More information about the scm-commits mailing list