[takari-pom] Initial packaging

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Mar 12 19:09:28 UTC 2015


commit 9a9138a4b38a783460266ddc3bb1fd655b55363e
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Feb 20 13:24:47 2015 +0100

    Initial packaging

 sources         |  2 ++
 takari-pom.spec | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
---
diff --git a/sources b/sources
index e69de29..618aed8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+f95a3cf470022c5ac0d9f7d0fcdee768  takari-15.tar.gz
+d0fc088e4e5216422c217d39853d8601  epl-v10.html
diff --git a/takari-pom.spec b/takari-pom.spec
new file mode 100644
index 0000000..ded2b30
--- /dev/null
+++ b/takari-pom.spec
@@ -0,0 +1,37 @@
+Name:           takari-pom
+Version:        15
+Release:        1%{?dist}
+Summary:        Takari parent POM
+License:        EPL
+URL:            https://github.com/takari/takari-pom/
+BuildArch:      noarch
+
+Source0:        https://github.com/takari/takari-pom/archive/takari-%{version}.tar.gz
+# Requested upstream to include license text:
+# https://github.com/tesla/tesla-pom/pull/1
+Source1:        http://www.eclipse.org/legal/epl-v10.html
+
+BuildRequires:  maven-local
+
+%description
+Takari is a next generation development infrastructure framework.  This
+package provides Takari POM file to by used by Apache Maven.
+
+%prep
+%setup -q -n takari-pom-takari-%{version}
+cp -p %{SOURCE1} .
+%mvn_alias : io.tesla:tesla
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc epl-v10.html
+
+%changelog
+* Fri Feb 20 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 15-1
+- Initial packaging
+


More information about the scm-commits mailing list