[plexus-mail-sender] Add maven-site-plugin to BR

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Sep 8 14:04:51 UTC 2010


commit 5f40d18e8d4516919a92ffb4a79d6a18a8341bcd
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Sep 8 16:04:26 2010 +0200

    Add maven-site-plugin to BR
    
    - Update maven-plugin BR names

 plexus-mail-sender.spec |   33 +++++++++++++++++++--------------
 1 files changed, 19 insertions(+), 14 deletions(-)
---
diff --git a/plexus-mail-sender.spec b/plexus-mail-sender.spec
index 06e9b28..7fa390c 100644
--- a/plexus-mail-sender.spec
+++ b/plexus-mail-sender.spec
@@ -28,11 +28,11 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-%define namedversion 1.0-alpha-2
+%global namedversion 1.0-alpha-2
 
 Name:           plexus-mail-sender
 Version:        1.0
-Release:        0.a2.14%{?dist}
+Release:        0.a2.15%{?dist}
 Epoch:          0
 Summary:        Plexus Mail Sender
 License:        MIT and ASL 1.1
@@ -54,12 +54,13 @@ Patch0:         %{name}-clarifylicense.patch
 
 BuildRequires:  jpackage-utils >= 0:1.6
 BuildRequires:  maven2 >= 0:2.0.4
-BuildRequires:  maven2-plugin-resources
-BuildRequires:  maven2-plugin-compiler
-BuildRequires:  maven-surefire-maven-plugin
-BuildRequires:  maven2-plugin-jar
-BuildRequires:  maven2-plugin-install
-BuildRequires:  maven2-plugin-javadoc
+BuildRequires:  maven-compiler-plugin
+BuildRequires:  maven-install-plugin
+BuildRequires:  maven-jar-plugin
+BuildRequires:  maven-javadoc-plugin
+BuildRequires:  maven-resources-plugin
+BuildRequires:  maven-site-plugin
+BuildRequires:  maven-surefire-plugin
 BuildRequires:  maven-doxia-sitetools
 BuildRequires:  dumbster
 BuildRequires:  saxon
@@ -71,12 +72,12 @@ BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
-The Plexus project seeks to create end-to-end developer tools for 
-writing applications. At the core is the container, which can be 
-embedded or for a full scale application server. There are many 
-reusable components for hibernate, form processing, jndi, i18n, 
-velocity, etc. Plexus also includes an application server which 
-is like a J2EE application server, without all the baggage.  This 
+The Plexus project seeks to create end-to-end developer tools for
+writing applications. At the core is the container, which can be
+embedded or for a full scale application server. There are many
+reusable components for hibernate, form processing, jndi, i18n,
+velocity, etc. Plexus also includes an application server which
+is like a J2EE application server, without all the baggage.  This
 Plexus component provides SMTP transport.
 
 %package javadoc
@@ -152,6 +153,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/*
 
 %changelog
+* Wed Sep  8 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.0-0.a2.15
+- Add maven-site-plugin to BR
+- Update maven-plugin BR names
+
 * Mon Feb 15 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.0-0.a2.14
 - Remove dummy things from the depmap.
 - Remove workaround for old javadoc plugin.


More information about the scm-commits mailing list