Import rpm: 8f3dc540a5aeec33b68d131de504cb6661e59dcd
This commit is contained in:
commit
9efdf4b3d6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/1.0.1.tar.gz
|
44
ee4j-parent.spec
Normal file
44
ee4j-parent.spec
Normal file
@ -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 <almacdon@redhat.com> - 1.0.1-1
|
||||
- Add ExclusiveArch: x86_64
|
||||
|
||||
* Fri Sep 21 2018 Salman Siddiqui <sasiddiq@redhat.com> - 1.0.1-1
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user