!1 package init

Merge pull request !1 from maminjie/master
This commit is contained in:
openeuler-ci-bot 2020-08-31 16:00:38 +08:00 committed by Gitee
commit 365dba3b61
3 changed files with 38 additions and 0 deletions

BIN
34.tar.gz Normal file

Binary file not shown.

34
weld-parent.spec Normal file
View 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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: weld/parent
tag_prefix: "^"
seperator: "."