package init
This commit is contained in:
parent
39762e7dfe
commit
37e54afad8
34
weld-parent.spec
Normal file
34
weld-parent.spec
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
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
|
||||||
4
weld-parent.yaml
Normal file
4
weld-parent.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: weld/parent
|
||||||
|
tag_prefix: "^"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user