36 lines
974 B
RPMSpec
36 lines
974 B
RPMSpec
|
|
Name: plexus-components-pom
|
||
|
|
Version: 1.3.1
|
||
|
|
Release: 14
|
||
|
|
Summary: Plexus Components parent POM
|
||
|
|
License: ASL 2.0
|
||
|
|
URL: https://github.com/codehaus-plexus/plexus-components
|
||
|
|
Source0: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/%{version}/plexus-components-%{version}.pom
|
||
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||
|
|
|
||
|
|
BuildArch: noarch
|
||
|
|
BuildRequires: maven-local mvn(org.codehaus.plexus:plexus:pom:)
|
||
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||
|
|
|
||
|
|
%description
|
||
|
|
The plexus-components-pom package provides Plexus Components parent
|
||
|
|
POM used by different Plexus packages.
|
||
|
|
|
||
|
|
%prep
|
||
|
|
%autosetup -c -T -p1
|
||
|
|
cp -p %{SOURCE0} %{SOURCE1} ./
|
||
|
|
mv plexus-components-*.pom pom.xml
|
||
|
|
mv LICENSE-*.txt LICENSE
|
||
|
|
|
||
|
|
%build
|
||
|
|
%mvn_build
|
||
|
|
|
||
|
|
%install
|
||
|
|
%mvn_install
|
||
|
|
|
||
|
|
%files -f .mfiles
|
||
|
|
%doc LICENSE
|
||
|
|
|
||
|
|
%changelog
|
||
|
|
* Fri Feb 14 2020 Ling Yang <lingyang2@huawei.com> - 1.3.1-14
|
||
|
|
- Package init
|