Package init
This commit is contained in:
parent
059fd580ff
commit
8d9b29b4c1
BIN
maven-shared-components-22.tar.gz
Normal file
BIN
maven-shared-components-22.tar.gz
Normal file
Binary file not shown.
31
maven-shared.spec
Normal file
31
maven-shared.spec
Normal 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
5
maven-shared.yaml
Normal 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: "."
|
||||
Loading…
x
Reference in New Issue
Block a user