[znerd-oss-parent] Initial import (#861548)

gil gil at fedoraproject.org
Wed Oct 10 12:54:37 UTC 2012


commit 1e2b47d61ef64d289ff8b378ce4d021e005d8d74
Author: gil <puntogil at libero.it>
Date:   Wed Oct 10 14:54:25 2012 +0200

    Initial import (#861548)

 .gitignore            |    1 +
 sources               |    1 +
 znerd-oss-parent.spec |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..494def3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/znerd-oss-parent-3-src-git.tar.xz
diff --git a/sources b/sources
index e69de29..873513b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e45d454825f090d08b7e7af3a8d2e1b3  znerd-oss-parent-3-src-git.tar.xz
diff --git a/znerd-oss-parent.spec b/znerd-oss-parent.spec
new file mode 100644
index 0000000..9dbcd73
--- /dev/null
+++ b/znerd-oss-parent.spec
@@ -0,0 +1,48 @@
+Name:          znerd-oss-parent
+Version:       3
+Release:       2%{?dist}
+Summary:       Znerd.org OSS Parent
+Group:         Development/Libraries
+License:       BSD
+URL:           https://github.com/znerd/znerd-oss-parent
+# git clone git://github.com/znerd/znerd-oss-parent.git znerd-oss-parent-3
+# (cd znerd-oss-parent-3/ && git archive --format=tar --prefix=znerd-oss-parent-3/ znerd-oss-parent-3 | xz > ../znerd-oss-parent-3-src-git.tar.xz)
+Source0:       %{name}-%{version}-src-git.tar.xz
+
+BuildRequires: java-devel
+BuildRequires: jpackage-utils
+
+BuildRequires: maven
+BuildRequires: maven-enforcer-plugin
+
+Requires:      jpackage-utils
+BuildArch:     noarch
+
+%description
+Parent for znerd.org OSS Projects.
+
+%prep
+%setup -q
+
+%build
+# Nothing to do
+%install
+
+mkdir -p %{buildroot}%{_mavenpomdir}
+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-parent.pom
+%add_maven_depmap JPP.%{name}-parent.pom
+
+%check
+mvn-rpmbuild verify
+
+%files
+%{_mavenpomdir}/JPP.%{name}-parent.pom
+%{_mavendepmapfragdir}/%{name}
+%doc CHANGES.txt COPYRIGHT.txt README.txt
+
+%changelog
+* Wed Oct 10 2012 gil cattaneo <puntogil at libero.it> 3-2
+- remove improper requires
+
+* Sat Sep 29 2012 gil cattaneo <puntogil at libero.it> 3-1
+- initial rpm
\ No newline at end of file


More information about the scm-commits mailing list