From 7e19a60d9616ed628193eaca00da3be64bdf7bfb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 05 2021 06:34:22 +0000 Subject: import ee4j-parent-1.0.1-2.module+el8.4.0+10229+75da8244 --- 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..7fd75e4 --- /dev/null +++ b/SPECS/ee4j-parent.spec @@ -0,0 +1,44 @@ +Name: ee4j-parent +Version: 1.0.1 +Release: 2%{?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 +ExclusiveArch: x86_64 + +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 +* Thu Mar 04 2021 Alex Macdonald - 1.0.1-1 +- Add ExclusiveArch: x86_64 + +* Fri Sep 21 2018 Salman Siddiqui - 1.0.1-1 +- Initial packaging