plexus-maven-plugin removed (not needed)

This commit is contained in:
Jaromir Capik 2011-07-27 15:35:57 +02:00 committed by Stanislav Ochotnicky
parent 7fe18d7e76
commit dcc4757ca9

View File

@ -34,7 +34,7 @@
Name: %{parent}-%{subname}
Version: 1.0
Release: 0.5.a7%{?dist}
Release: 0.6.a7%{?dist}
Summary: Plexus Resource Manager
License: MIT
Group: Development/Tools
@ -62,7 +62,6 @@ BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin >= 1.3.5
BuildRequires: plexus-container-default
BuildRequires: plexus-utils
@ -108,12 +107,6 @@ install -pm 644 pom.xml \
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%post
%update_maven_depmap
%postun
%update_maven_depmap
%files
%{_javadir}/%{parent}/*
%{_mavenpomdir}/*
@ -123,6 +116,10 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%{_javadocdir}/%{name}
%changelog
* Wed Jul 27 2011 Jaromir Capik <jcapik@redhat.com> - 1.0-0.6.a7
- Removal of plexus-maven-plugin dependency (not needed)
- Minor spec file changes according to the latest guidelines
* Sun Jun 12 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.5.a7
- Build with maven 3.x