maven-shared/maven-shared.spec
2020-07-07 15:59:47 +08:00

32 lines
789 B
RPMSpec

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