[tesla-pom] Initial packaging

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Jan 29 13:39:13 UTC 2014


commit 3e772d9361ca8a311c88caaf192b3f41ac43225d
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Jan 29 14:38:59 2014 +0100

    Initial packaging

 .gitignore     |    2 ++
 sources        |    2 ++
 tesla-pom.spec |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1098395 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/tesla-4.tar.gz
+/epl-v10.html
diff --git a/sources b/sources
index e69de29..a9ec05f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+5643c80ef98156a47a84aa5b931011d9  tesla-4.tar.gz
+d0fc088e4e5216422c217d39853d8601  epl-v10.html
diff --git a/tesla-pom.spec b/tesla-pom.spec
new file mode 100644
index 0000000..0c80dfe
--- /dev/null
+++ b/tesla-pom.spec
@@ -0,0 +1,33 @@
+Name:           tesla-pom
+Version:        4
+Release:        1%{?dist}
+Summary:        Tesla parent POM
+License:        EPL
+URL:            https://github.com/tesla/tesla-pom/
+BuildArch:      noarch
+
+Source0:        https://github.com/tesla/tesla-pom/archive/tesla-%{version}.tar.gz
+Source1:        http://www.eclipse.org/legal/epl-v10.html
+
+BuildRequires:  maven-local
+
+%description
+Tesla is a next generation development infrastructure framework.  This
+package provides Tesla POM file to by used by Apache Maven.
+
+%prep
+%setup -q -n tesla-pom-tesla-%{version}
+cp -p %{SOURCE1} .
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc epl-v10.html
+
+%changelog
+* Tue Jan 28 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 4-1
+- Initial packaging


More information about the scm-commits mailing list