[plexus-interpolation] plexus-maven-plugin removal

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Jul 27 11:59:36 UTC 2011


commit 923120451a5d6035236c6bed9252398aa7b9cca5
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Jul 26 19:47:55 2011 +0200

    plexus-maven-plugin removal

 plexus-interpolation.spec |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)
---
diff --git a/plexus-interpolation.spec b/plexus-interpolation.spec
index e0612c6..547d722 100644
--- a/plexus-interpolation.spec
+++ b/plexus-interpolation.spec
@@ -1,6 +1,6 @@
 Name:           plexus-interpolation
 Version:        1.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plexus Interpolation API
 
 Group:          Development/Libraries
@@ -24,7 +24,6 @@ BuildRequires: maven-surefire-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-shared-reporting-impl
 BuildRequires: maven-doxia-sitetools
-BuildRequires: plexus-maven-plugin
 
 %description
 Plexus interpolator is the outgrowth of multiple iterations of development
@@ -41,7 +40,7 @@ Requires:       jpackage-utils
 API documentation for %{name}.
 
 %prep
-%setup -q 
+%setup -q
 
 %build
 mvn-rpmbuild install javadoc:javadoc
@@ -62,23 +61,19 @@ 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,-)
 %{_javadir}/plexus/*.jar
 %{_mavenpomdir}/*
 %{_mavendepmapfragdir}/*
 
 %files javadoc
-%defattr(-,root,root,-)
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jul 26 2011 Jaromir Capik <jcapik at redhat.com> - 1.14-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> 1.14-1
 - Update to upstream 1.14 version.
 - Adapt to current guidelines.
@@ -92,4 +87,3 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
 * Tue Dec 22 2009 Alexander Kurtakov <akurtako at redhat.com> 1.13-1
 - Initial package.
 
-


More information about the scm-commits mailing list