33 lines
859 B
RPMSpec
33 lines
859 B
RPMSpec
Name: sonatype-plugins-parent
|
|
Version: 8
|
|
Release: 1
|
|
Summary: Sonatype Plugins Parent POM
|
|
BuildArch: noarch
|
|
License: ASL 2.0
|
|
URL: https://github.com/sonatype/oss-parents
|
|
Source: https://github.com/sonatype/oss-parents/archive/plugins-parent-%{version}.tar.gz
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
BuildRequires: maven-local forge-parent
|
|
|
|
%description
|
|
This package provides Sonatype plugins parent POM used by other Sonatype packages.
|
|
|
|
%prep
|
|
%setup -q -n oss-parents-plugins-parent-%{version}
|
|
cp -p %{SOURCE1} LICENSE
|
|
|
|
%build
|
|
cd ./plugins-parent
|
|
%mvn_build
|
|
|
|
%install
|
|
cd ./plugins-parent
|
|
%mvn_install
|
|
|
|
%files -f plugins-parent/.mfiles
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Mon Aug 3 2020 leiju <leiju4@huawei.com> - 8-1
|
|
- Package init
|