diff --git a/34.tar.gz b/34.tar.gz new file mode 100644 index 0000000..36c2fca Binary files /dev/null and b/34.tar.gz differ diff --git a/weld-parent.spec b/weld-parent.spec new file mode 100644 index 0000000..a2c751c --- /dev/null +++ b/weld-parent.spec @@ -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 - 34-1 +- package init diff --git a/weld-parent.yaml b/weld-parent.yaml new file mode 100644 index 0000000..70b4594 --- /dev/null +++ b/weld-parent.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: weld/parent +tag_prefix: "^" +seperator: "."