35 lines
931 B
RPMSpec
35 lines
931 B
RPMSpec
Name: weld-parent
|
|
Version: 34
|
|
Release: 1
|
|
Summary: Parent POM for Weld
|
|
License: ASL 2.0
|
|
URL: http://weld.cdi-spec.org
|
|
Source0: https://github.com/weld/parent/archive/%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(org.apache.maven.plugins:maven-install-plugin)
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
|
|
%description
|
|
Parent POM for Weld
|
|
|
|
%prep
|
|
%setup -q -n parent-%{version}
|
|
%pom_remove_plugin ":maven-enforcer-plugin"
|
|
%pom_remove_plugin ":maven-remote-resources-plugin"
|
|
%pom_remove_plugin ":maven-eclipse-plugin"
|
|
%pom_remove_plugin ":buildnumber-maven-plugin"
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
|
|
%changelog
|
|
* Mon Aug 17 2020 maminjie <maminjie1@huawei.com> - 34-1
|
|
- package init
|