[takari-lifecycle] Initial packaging

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Mar 12 16:40:47 UTC 2015


commit 0f19be7e2be67bf567e554a2debf39f5dd8fb364
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Feb 20 13:08:59 2015 +0100

    Initial packaging

 sources               |  1 +
 takari-lifecycle.spec | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)
---
diff --git a/sources b/sources
index e69de29..caccb52 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4ec0b554d7ab9a073a6cff2f087b42f6  takari-lifecycle-1.10.2.tar.gz
diff --git a/takari-lifecycle.spec b/takari-lifecycle.spec
new file mode 100644
index 0000000..58821a9
--- /dev/null
+++ b/takari-lifecycle.spec
@@ -0,0 +1,40 @@
+Name:           takari-lifecycle
+Version:        1.10.2
+Release:        1%{?dist}
+Summary:        Takari Maven Lifecycle
+License:        EPL
+URL:            https://github.com/takari/%{name}
+BuildArch:      noarch
+
+Source0:        https://github.com/takari/%{name}/archive/%{name}-%{version}.tar.gz
+
+BuildRequires:  maven-local
+
+%description
+Takari Maven Lifecycle includes an optimized replacement for the Maven
+default lifecycle.  The Takari Lifecycle Plugin is a Maven plugin with
+a small set of dependencies that provides equivalent functionality to
+five plugins with a large set of transitive dependencies.  This
+reduces the download times to retrieve the needed components as well
+as the storage space requirements in your repositories.
+
+%prep
+%setup -q -n %{name}-%{name}-%{version}
+
+# XXX skip ITs for now
+%pom_disable_module takari-lifecycle-plugin-its
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%license LICENSE.txt
+%doc README.md
+
+%changelog
+* Fri Feb 20 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.10.2-1
+- Initial packaging
+


More information about the scm-commits mailing list