Blame SPECS/ee4j-parent.spec

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