[java-sig-commits] [plexus-archiver] plexus-maven-plugin removed (not needed)

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Sep 8 07:54:34 UTC 2011


commit 409195bf55040103953c0170246e349da253f8db
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Wed Jul 27 14:42:41 2011 +0200

    plexus-maven-plugin removed (not needed)

 plexus-archiver.spec |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/plexus-archiver.spec b/plexus-archiver.spec
index 8970eef..6582fac 100644
--- a/plexus-archiver.spec
+++ b/plexus-archiver.spec
@@ -30,7 +30,7 @@
 
 Name:           plexus-archiver
 Version:        1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Plexus Archiver Component
 License:        MIT and ASL 2.0
@@ -58,7 +58,6 @@ BuildRequires: maven-surefire-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-shared-reporting-impl
 BuildRequires: maven-doxia-sitetools
-BuildRequires: plexus-maven-plugin
 Requires:       classworlds >= 0:1.1
 Requires:       plexus-container-default 
 Requires:       plexus-utils 
@@ -84,7 +83,7 @@ Javadoc for %{name}.
 
 
 %prep
-%setup -q 
+%setup -q
 
 #remove not compilint tests
 rm -fr src/test/java/org/codehaus/plexus/archiver/DuplicateFilesTest.java
@@ -109,23 +108,19 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}.pom
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
-%post
-%update_maven_depmap
-
-%postun
-%update_maven_depmap
-
 %files
-%defattr(-,root,root,-)
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_mavendepmapfragdir}/*
 
 %files javadoc
-%defattr(-,root,root,-)
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed Jul 27 2011 Jaromir Capik <jcapik at redhat.com> - 0:1.2-2
+- Removal of plexus-maven-plugin dependency (not needed)
+- Minor spec file changes according to the latest guidelines
+
 * Tue May 17 2011 Alexander Kurtakov <akurtako at redhat.com> 0:1.2-1
 - Update to 1.2.
 


More information about the java-sig-commits mailing list