|
|
|
@ -2,23 +2,25 @@
|
|
|
|
|
|
|
|
|
|
Name: %{short_name}-pom
|
|
|
|
|
Version: 1.3.1
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: Plexus Components POM
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://github.com/codehaus-plexus/plexus-components
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
Source0: http://repo.maven.apache.org/maven2/org/codehaus/plexus/%{short_name}/%{version}/%{short_name}-%{version}.pom
|
|
|
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: plexus-pom
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package provides Plexus Components parent POM used by different
|
|
|
|
|
Plexus packages.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -qcT
|
|
|
|
|
cp -p %{SOURCE0} pom.xml
|
|
|
|
|
cp -p %{SOURCE1} LICENSE
|
|
|
|
|
|
|
|
|
@ -32,6 +34,9 @@ cp -p %{SOURCE1} LICENSE
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.1-7
|
|
|
|
|
- Regenerate build-requires
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|