[datanucleus-maven-parent] Initial import (#1109884)

Peter MacKinnon pmackinn at fedoraproject.org
Thu Jun 19 23:58:38 UTC 2014


commit 5845c2928f3ded51afef7bd9da8a20ca9ca2b104
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Thu Jun 19 23:58:16 2014 +0000

    Initial import (#1109884)

 .gitignore                    |    1 +
 datanucleus-maven-parent.spec |   45 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..982e05c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/datanucleus-maven-parent-8e55762cef51784b0308ed4cdcfeceaadb03e1d6.tar.gz
diff --git a/datanucleus-maven-parent.spec b/datanucleus-maven-parent.spec
new file mode 100644
index 0000000..2ed04d0
--- /dev/null
+++ b/datanucleus-maven-parent.spec
@@ -0,0 +1,45 @@
+%global commit 8e55762cef51784b0308ed4cdcfeceaadb03e1d6
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
+Name:           datanucleus-maven-parent
+Version:        3.3
+Release:        1%{?dist}
+Summary:        DataNucleus Maven parent project 
+
+License:        ASL 2.0
+URL:            https://github.com/datanucleus/datanucleus-maven-parent
+Source:         https://github.com/datanucleus/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
+
+# jira opened for missing ASL file
+# http://www.datanucleus.org/servlet/jira/browse/NUCACCESS-130
+Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt 
+
+BuildArch: noarch
+
+BuildRequires:  maven-local
+BuildRequires:  maven-clean-plugin
+
+%description
+Datanucleus Maven parent pom used by other datanucleus packages.
+
+%prep
+%setup -q -n %{name}-%{commit}
+cp -p %{SOURCE1} LICENSE
+%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
+
+%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-ssh-external']]"
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc LICENSE
+
+%changelog
+* Thu Jun 12 2014 Pete MacKinnon <pmackinn at redhat.com> - 3.3-1
+- Initial version
+- remove wagon-ssh-external
+- git commit for src
diff --git a/sources b/sources
index e69de29..456426d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+de8271f21209b0746fffe6c37d243bbf  datanucleus-maven-parent-8e55762cef51784b0308ed4cdcfeceaadb03e1d6.tar.gz


More information about the scm-commits mailing list