plexus-pom/plexus-pom.spec

35 lines
952 B
RPMSpec
Raw Normal View History

2019-12-14 20:06:17 +08:00
Name: plexus-pom
Version: 5.0
Release: 4
Summary: Plexus Projects POM
License: ASL 2.0
URL: https://github.com/codehaus-plexus/plexus-pom
Source0: https://github.com/codehaus-plexus/plexus-pom/archive/plexus-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local maven-enforcer-plugin
%description
The Plexus-pom package contains POM for Plexus packages.It contains
a full software stack for executing and creating software projects.
%prep
%autosetup -n plexus-pom-plexus-%{version}
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
cp -p %{SOURCE1} LICENSE
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license LICENSE
%changelog
* Sat Dec 14 2019 zhujunhao <zhujunhao5@huawei.com> 5.0-4
- Package init