Package init

This commit is contained in:
lei_ju 2020-07-07 15:59:47 +08:00
parent 059fd580ff
commit 8d9b29b4c1
3 changed files with 36 additions and 0 deletions

Binary file not shown.

31
maven-shared.spec Normal file
View File

@ -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 <leiju4@huawei.com> - 22-8
- Package init

5
maven-shared.yaml Normal file
View File

@ -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: "."