diff --git a/maven-shared-components-22.tar.gz b/maven-shared-components-22.tar.gz new file mode 100644 index 0000000..10ed762 Binary files /dev/null and b/maven-shared-components-22.tar.gz differ diff --git a/maven-shared.spec b/maven-shared.spec new file mode 100644 index 0000000..6ebfc97 --- /dev/null +++ b/maven-shared.spec @@ -0,0 +1,31 @@ +Name: maven-shared +Version: 22 +Release: 8 +Summary: Shared Components for maven +License: ASL 2.0 +URL: http://maven.apache.org/shared/ +Source0: https://github.com/apache/maven-shared/archive/%{name}-components-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: maven-local mvn(org.apache.maven:maven-parent:pom:) + +%description +The package is shared components for maven. + +%prep +%autosetup -n %{name}-%{name}-components-%{version} +chmod -R go=u-w * +%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE.txt NOTICE.txt + +%changelog +* Tue Jun 9 2020 leiju - 22-8 +- Package init diff --git a/maven-shared.yaml b/maven-shared.yaml new file mode 100644 index 0000000..91cb8e0 --- /dev/null +++ b/maven-shared.yaml @@ -0,0 +1,5 @@ +git_url: https://github.com/apache/maven-shared +version_control: github +src_repo: apache/maven-shared +tag_prefix: "maven-shared-components-" +seperator: "."