Remove BR on maven-release-plugin
This commit is contained in:
parent
7efadc4998
commit
4765179d37
@ -1,6 +1,6 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.22
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Plexus Interpolation API
|
||||
License: ASL 2.0 and ASL 1.1 and MIT
|
||||
URL: https://github.com/codehaus-plexus/plexus-interpolation
|
||||
@ -10,7 +10,6 @@ Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.t
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
||||
|
||||
%description
|
||||
@ -27,6 +26,7 @@ API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%pom_remove_plugin :maven-release-plugin
|
||||
|
||||
%build
|
||||
%mvn_file : plexus/interpolation
|
||||
@ -40,6 +40,9 @@ API documentation for %{name}.
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-6
|
||||
- Remove BR on maven-release-plugin
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user