From dd263137ea1dd1cfc3af34d64f552e7df29f4446 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Wed, 27 Jul 2011 15:12:57 +0200 Subject: [PATCH] plexus-maven-plugin removed (not needed) --- plexus-io.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/plexus-io.spec b/plexus-io.spec index 3dfb8fc..e7a618b 100644 --- a/plexus-io.spec +++ b/plexus-io.spec @@ -1,6 +1,6 @@ Name: plexus-io Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plexus IO Components Group: Development/Libraries @@ -25,7 +25,6 @@ BuildRequires: maven-javadoc-plugin BuildRequires: maven-surefire-plugin BuildRequires: maven-surefire-provider-junit BuildRequires: maven-doxia-sitetools -BuildRequires: plexus-maven-plugin Requires: jpackage-utils Requires: plexus-utils Requires: plexus-container-default @@ -68,24 +67,21 @@ install -pm 644 pom.xml \ install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/ -%post -%update_maven_depmap - -%postun -%update_maven_depmap %files -%defattr(-,root,root,-) %doc NOTICE.txt %{_javadir}/plexus/*.jar %{_mavenpomdir}/* %{_mavendepmapfragdir}/* %files javadoc -%defattr(-,root,root,-) %{_javadocdir}/%{name} %changelog +* Wed Jul 27 2011 Jaromir Capik - 1.0.1-2 +- Removal of plexus-maven-plugin dependency (not needed) +- Minor spec file changes according to the latest guidelines + * Tue May 17 2011 Alexander Kurtakov 1.0.1-1 - Update to upstream 1.0.1. - Adapt to current guidelines.