[cli-parser] Initial import (#1026522).

gil gil at fedoraproject.org
Mon Sep 8 13:21:38 UTC 2014


commit 1aee217ca37c5e4ceef94661e681ab8770712c4c
Author: gil <puntogil at libero.it>
Date:   Mon Sep 8 15:21:26 2014 +0200

    Initial import (#1026522).

 .gitignore      |    1 +
 cli-parser.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6a1401d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cli-parser-1.1.2.tar.gz
diff --git a/cli-parser.spec b/cli-parser.spec
new file mode 100644
index 0000000..8eee0b6
--- /dev/null
+++ b/cli-parser.spec
@@ -0,0 +1,51 @@
+Name:          cli-parser
+Version:       1.1.2
+Release:       1%{?dist}
+Summary:       Command Line Interface Parser for Java
+License:       ASL 2.0
+URL:           http://code.google.com/p/cli-parser/
+Source0:       https://github.com/spullara/cli-parser/archive/%{name}-%{version}.tar.gz
+
+# Test deps
+BuildRequires: mvn(junit:junit)
+
+BuildRequires: maven-local
+
+BuildArch:     noarch
+
+%description
+An annotation-based command line interface parser.
+
+%package javadoc
+Summary:       Javadoc for %{name}
+
+%description javadoc
+This package contains javadoc for %{name}.
+
+%prep
+%setup -q -n %{name}-%{name}-%{version}
+find . -name "*.class" -print -delete
+find . -name "*.jar" -print -delete
+
+%pom_remove_plugin :maven-gpg-plugin
+
+%build
+
+%mvn_file : %{name}
+%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc README.md
+
+%files javadoc -f .mfiles-javadoc
+%doc README.md
+
+%changelog
+* Thu Jun 12 2014 gil cattaneo <puntogil at libero.it> 1.1.2-1
+- 1.1.2
+
+* Sun Nov 03 2013 gil cattaneo <puntogil at libero.it> 1.1.1-1
+- initial rpm
diff --git a/sources b/sources
index e69de29..695c2e0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b66c217853faa68846e20b7a819b5824  cli-parser-1.1.2.tar.gz


More information about the scm-commits mailing list