From 5be9e17bcb33a05e32f0d93dd53710ccbb7c008a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 4 Feb 2020 07:40:32 -0500 Subject: [PATCH] import ee4j-parent-1.0.1-1.module+el8.1.1+4667+9be46ba3 --- .ee4j-parent.metadata | 1 + .gitignore | 1 + SPECS/ee4j-parent.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 .ee4j-parent.metadata create mode 100644 .gitignore create mode 100644 SPECS/ee4j-parent.spec diff --git a/.ee4j-parent.metadata b/.ee4j-parent.metadata new file mode 100644 index 0000000..f1159f6 --- /dev/null +++ b/.ee4j-parent.metadata @@ -0,0 +1 @@ +93ad396242b482d59fafa9ddff2dffb6f520e24f SOURCES/1.0.1.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf2a609 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/1.0.1.tar.gz diff --git a/SPECS/ee4j-parent.spec b/SPECS/ee4j-parent.spec new file mode 100644 index 0000000..8795981 --- /dev/null +++ b/SPECS/ee4j-parent.spec @@ -0,0 +1,40 @@ +Name: ee4j-parent +Version: 1.0.1 +Release: 1%{?dist} +Summary: Parent POM file for Eclipse Enterprise for Java projects + +License: EPL-2.0 or GPLv2 with exceptions +URL: https://github.com/eclipse-ee4j/ee4j + +Source0: https://github.com/eclipse-ee4j/ee4j/archive/1.0.1.tar.gz + +BuildArch: noarch + +BuildRequires: maven-local + +%description +Eclipse Enterprise for Java (EE4J) is an open source initiative to create +standard APIs, implementations of those APIs, and technology compatibility kits +for Java run-times that enable development, deployment, and management of +server-side and cloud-native applications. + +%global tarball_name ee4j-%{version} + +%prep +%setup -q -n %{tarball_name} + +mv %{_builddir}/%{tarball_name}/parent/pom.xml %{_builddir}/%{tarball_name}/pom.xml +rm -r %{_builddir}/%{tarball_name}/parent/ + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc README.md + +%changelog +* Fri Sep 21 2018 Salman Siddiqui - 1.0.1-1 +- Initial packaging