[jboss-batch-1.0-api] Initial import

Marek Goldmann goldmann at fedoraproject.org
Fri Oct 25 12:25:14 UTC 2013


commit 8d608b6f363f55e579d8a20240709bd2e9b376f4
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Fri Oct 25 14:25:12 2013 +0200

    Initial import

 .gitignore               |    1 +
 jboss-batch-1.0-api.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..75e4f80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jboss-batch-api_1.0_spec-1.0.0.Final.tar.gz
diff --git a/jboss-batch-1.0-api.spec b/jboss-batch-1.0-api.spec
new file mode 100644
index 0000000..ea4b1e5
--- /dev/null
+++ b/jboss-batch-1.0-api.spec
@@ -0,0 +1,52 @@
+%global namedreltag .Final
+%global namedversion %{version}%{?namedreltag}
+
+Name:             jboss-batch-1.0-api
+Version:          1.0.0
+Release:          1%{?dist}
+Summary:          Batch Applications 1.0 API
+License:          ASL 2.0
+URL:              http://www.jboss.org
+Source0:          https://github.com/jboss/jboss-batch-api_spec/archive/jboss-batch-api_1.0_spec-%{namedversion}.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:    cdi-api
+
+BuildArch:        noarch
+
+%description
+JSR 352: Batch Applications for the Java Platform API classes
+
+%package javadoc
+Summary:          Javadocs for %{name}
+
+%description javadoc
+This package contains the API documentation for %{name}.
+
+%prep
+%setup -q -n jboss-batch-api_spec-jboss-batch-api_1.0_spec-%{namedversion}
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%dir %{_javadir}/%{name}
+%doc LICENSE.txt
+
+%files javadoc -f .mfiles-javadoc
+%doc LICENSE.txt
+
+%changelog
+* Thu Oct 24 2013 Marek Goldmann <mgoldman at redhat.com> - 1.0.0-1
+- Initial packaging
+
+
diff --git a/sources b/sources
index e69de29..2ed4150 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b0a95823e5996c6fcd034398c883a665  jboss-batch-api_1.0_spec-1.0.0.Final.tar.gz


More information about the scm-commits mailing list