[tuscany-parent] Initial import (#809533).

gil gil at fedoraproject.org
Thu Jun 14 16:34:36 UTC 2012


commit 767617360bd386d3cefac170cdfc709aa7662d59
Author: gil <puntogil at libero.it>
Date:   Thu Jun 14 16:36:42 2012 +0200

    Initial import (#809533).

 .gitignore          |    1 +
 sources             |    1 +
 tuscany-parent.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b8b6007 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tuscany-parent-2-src-svn.tar.gz
diff --git a/sources b/sources
index e69de29..cdcfda2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7f684969b6dd9ba49e578c51beb561a3  tuscany-parent-2-src-svn.tar.gz
diff --git a/tuscany-parent.spec b/tuscany-parent.spec
new file mode 100644
index 0000000..6887917
--- /dev/null
+++ b/tuscany-parent.spec
@@ -0,0 +1,49 @@
+
+Name:          tuscany-parent
+Version:       2
+Release:       1%{?dist}
+Summary:       Apache Tuscany Project Parent
+Group:         Development/Libraries
+License:       ASL 2.0
+Url:           http://tuscany.apache.org/
+# svn export http://svn.apache.org/repos/asf/tuscany/tags/java/pom/parent/2 tuscany-parent-2
+# tar czf tuscany-parent-2-src-svn.tar.gz tuscany-parent-2
+Source0:       %{name}-%{version}-src-svn.tar.gz
+
+BuildRequires: java-devel >= 1:1.6.0
+BuildRequires: jpackage-utils
+
+BuildRequires: maven
+BuildRequires: maven-install-plugin
+
+Requires:      maven-checkstyle-plugin
+Requires:      maven-compiler-plugin
+Requires:      maven-pmd-plugin
+
+Requires:      jpackage-utils
+Requires:      java
+BuildArch:     noarch
+
+%description
+Parent POM defining settings that can be used across Tuscany.
+
+%prep
+%setup -q
+
+%build
+
+mvn-rpmbuild install
+
+%install
+
+mkdir -p %{buildroot}%{_mavenpomdir}
+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
+%add_maven_depmap JPP-%{name}.pom
+
+%files
+%{_mavenpomdir}/JPP-%{name}.pom
+%{_mavendepmapfragdir}/%{name}
+
+%changelog
+* Wed Feb 01 2012 gil cattaneo <puntogil at libero.it> 2-1
+- initial rpm
\ No newline at end of file


More information about the scm-commits mailing list