Name: ee4j Version: 1.0.1 Release: 1%{?dist} Summary: Parent POM file for Eclipse Enterprise for Java projects License: EPL-2.0 URL: https://github.com/eclipse-ee4j/ee4j Source0: https://github.com/eclipse-ee4j/ee4j/archive/1.0.1.tar.gz BuildArch: noarch 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. %prep %autosetup -n ee4j-1.0.1 mv %{_builddir}/%{name}-%{version}/parent/pom.xml %{_builddir}/%{name}-%{version}/pom.xml rm -r %{_builddir}/%{name}-%{version}/parent/ %build %mvn_build %install %mvn_install %files -f .mfiles %doc README.md %changelog * Fri Sep 21 2018 Salman Siddiqui - 1.0.1-1 - Initial packaging