Blame SPECS/ee4j-parent.spec

7e19a6
Name:		ee4j-parent
7e19a6
Version:	1.0.1
8f3dc5
Release:	2%{?dist}
7e19a6
Summary:	Parent POM file for Eclipse Enterprise for Java projects
7e19a6
7e19a6
License:	EPL-2.0 or GPLv2 with exceptions
7e19a6
URL:		https://github.com/eclipse-ee4j/ee4j
7e19a6
7e19a6
Source0:	https://github.com/eclipse-ee4j/ee4j/archive/1.0.1.tar.gz
7e19a6
7e19a6
BuildArch:	noarch
8f3dc5
ExclusiveArch: x86_64
7e19a6
7e19a6
BuildRequires:	maven-local
7e19a6
7e19a6
%description
7e19a6
Eclipse Enterprise for Java (EE4J) is an open source initiative to create 
7e19a6
standard APIs, implementations of those APIs, and technology compatibility kits
7e19a6
for Java run-times that enable development, deployment, and management of 
7e19a6
server-side and cloud-native applications.
7e19a6
7e19a6
%global tarball_name ee4j-%{version}
7e19a6
7e19a6
%prep
7e19a6
%setup -q -n %{tarball_name}
7e19a6
7e19a6
mv %{_builddir}/%{tarball_name}/parent/pom.xml %{_builddir}/%{tarball_name}/pom.xml
7e19a6
rm -r %{_builddir}/%{tarball_name}/parent/
7e19a6
7e19a6
%build
7e19a6
%mvn_build
7e19a6
7e19a6
%install
7e19a6
%mvn_install
7e19a6
7e19a6
%files -f .mfiles
7e19a6
%doc README.md
7e19a6
7e19a6
%changelog
8f3dc5
* Thu Mar 04 2021 Alex Macdonald <almacdon@redhat.com> - 1.0.1-1
8f3dc5
- Add ExclusiveArch: x86_64
8f3dc5
7e19a6
* Fri Sep 21 2018 Salman Siddiqui <sasiddiq@redhat.com> - 1.0.1-1
7e19a6
- Initial packaging