[maven-idea-plugin] Add dom4j to BRs

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Sep 7 16:02:33 UTC 2010


commit 4f641feef7d6f5b6bc70141dca4cb947e4188e37
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Sep 7 18:02:26 2010 +0200

    Add dom4j to BRs

 maven-idea-plugin.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/maven-idea-plugin.spec b/maven-idea-plugin.spec
index c25286b..36e7b8b 100644
--- a/maven-idea-plugin.spec
+++ b/maven-idea-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-idea-plugin
 Version:        2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Maven IDEA Plugin
 
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/%{name}
 # svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.2
 # tar caf maven-idea-plugin-2.2.tar.xz maven-idea-plugin-2.2
-Source0:        %{name}-%{version}.tar.xz 
+Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -28,12 +28,13 @@ BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-jar-plugin
 BuildRequires: maven-javadoc-plugin
 BuildRequires: maven-shared-plugin-testing-harness
+BuildRequires: dom4j
 Requires: ant-nodeps
 Requires: maven2
 Requires: jpackage-utils
 Requires: java
 Requires(post): jpackage-utils
-Requires(postun): jpackage-utils 
+Requires(postun): jpackage-utils
 
 Obsoletes: maven2-plugin-idea <= 0:2.0.8
 Provides: maven2-plugin-idea = 1:%{version}-%{release}
@@ -106,5 +107,8 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Sep  7 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.2-2
+- Add dom4j to BRs
+
 * Fri May 28 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.2-1
 - Initial package


More information about the scm-commits mailing list