[jdf-stacks-client] Initial Commit

Gerard Ryan galileo at fedoraproject.org
Sat Jul 27 19:03:06 UTC 2013


commit 872c6c89eaa9e421390f8e99304c347e666b34e9
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Fri Jul 26 19:25:01 2013 +0100

    Initial Commit

 jdf-stacks-client.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/jdf-stacks-client.spec b/jdf-stacks-client.spec
new file mode 100644
index 0000000..4ecdd5b
--- /dev/null
+++ b/jdf-stacks-client.spec
@@ -0,0 +1,50 @@
+%global commit 35d75868aa98807b69ae72b9ab7ac8f85064861d
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
+Name:           jdf-stacks-client
+Version:        1.0.1
+Release:        1%{?dist}
+Summary:        JBoss Stacks Parser
+
+Group:          Development/Libraries
+License:        GNU Lesser General Public License, Version 2.1
+URL:            http://www.jboss.org
+Source0:        https://github.com/jboss-jdf/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
+BuildArch: noarch
+
+BuildRequires: maven-local
+BuildRequires: mvn(org.apache.httpcomponents:httpclient)
+BuildRequires: mvn(org.jboss.logging:jboss-logging)
+BuildRequires: mvn(org.yaml:snakeyaml)
+BuildRequires: mvn(junit:junit)
+
+%description
+This is project contains a full stacks client with parser capabilities and other features like download, proxy and local cache.
+
+%package javadoc
+Group:          Documentation
+Summary:        Javadoc for %{name}
+
+%description javadoc
+API documentation for %{name}.
+
+
+%prep
+%setup -qn %{name}-%{commit}
+
+%pom_remove_plugin org.codehaus.mojo:wagon-maven-plugin
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%dir %{_javadir}/%{name}
+
+%files javadoc -f .mfiles-javadoc
+
+%changelog
+* Fri Jul 26 2013 Gerard Ryan <galileo at fedoraproject.org> - 1.0.1-1
+- Initial package.


More information about the scm-commits mailing list