[ehcache-parent] Initial Import

David Nalley ke4qqq at fedoraproject.org
Thu Jan 19 14:07:29 UTC 2012


commit 793eb42131794d4eb9e317dedf2e740ec933f20a
Author: David Nalley <david at gnsa.us>
Date:   Thu Jan 19 09:05:40 2012 -0500

    Initial Import

 .gitignore          |    1 +
 ehcache-parent.spec |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5070763 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ehcache-parent-2.3-src-svn.tar.gz
diff --git a/ehcache-parent.spec b/ehcache-parent.spec
new file mode 100644
index 0000000..e7cadfa
--- /dev/null
+++ b/ehcache-parent.spec
@@ -0,0 +1,52 @@
+Name:          ehcache-parent
+Version:       2.3
+Release:       2%{?dist}
+Summary:       Ehcache Parent
+Group:         Development/Libraries
+License:       ASL 2.0
+URL:           http://www.terracotta.org/
+# svn export http://svn.terracotta.org/svn/ehcache/tags/ehcache-parent-2.3
+# tar czf ehcache-parent-2.3-src-svn.tar.gz ehcache-parent-2.3
+Source0:       ehcache-parent-2.3-src-svn.tar.gz
+BuildRequires: java-devel
+BuildRequires: jpackage-utils
+BuildRequires: maven-compiler-plugin
+BuildRequires: maven-gpg-plugin
+BuildRequires: maven-idea-plugin
+BuildRequires: maven-javadoc-plugin
+BuildRequires: maven-plugin-cobertura
+BuildRequires: maven-pmd-plugin
+BuildRequires: maven-source-plugin
+BuildRequires: maven-release-plugin
+BuildRequires: maven-surefire-plugin
+Requires: jpackage-utils
+Requires: java
+BuildArch: noarch
+
+
+%description
+Ehcache is a widely used, pure Java, in-process, distributed cache.
+
+%prep
+
+%setup -q -n ehcache-parent-%{version}
+
+%build
+
+%install
+install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
+install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
+%add_maven_depmap JPP-%{name}.pom
+
+
+%files
+%{_mavenpomdir}/*
+%{_mavendepmapfragdir}/*
+
+%changelog
+* Wed Jan 18 2012 David Nalley <david at gnsa.us> - 2.3-2
+- removing antiquated maven2 stylings
+- fixing BR so this actually builds. 
+
+* Mon Jan 16 2012 David Nalley <david at gnsa.us> - 2.3-1 
+- Initial rpm build - spec modified from mageia's version of same
diff --git a/sources b/sources
index e69de29..51bbd08 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5c7e9cd094a18d921e0d324ef6c48789  ehcache-parent-2.3-src-svn.tar.gz


More information about the scm-commits mailing list