Blame SPECS/ee4j-parent.spec

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