[java-sig-commits] [maven-doxia] Add forgotten missing requires

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri May 6 13:46:54 UTC 2011


commit 1145e6ad462ef7939ea02ccc8f33208ccddec395
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri May 6 15:45:58 2011 +0200

    Add forgotten missing requires

 maven-doxia.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/maven-doxia.spec b/maven-doxia.spec
index ac837e3..f3d543c 100644
--- a/maven-doxia.spec
+++ b/maven-doxia.spec
@@ -30,7 +30,7 @@
 
 Name:           maven-doxia
 Version:        1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Content generation framework
 License:        ASL 2.0
@@ -121,6 +121,11 @@ Requires:       velocity
 Requires:	fop
 Requires:       httpcomponents-client
 Requires:       httpcomponents-project
+Requires:       geronimo-jms
+Requires:       javamail
+# should be in geronimo-jms but that would pull maven even for ant use
+# of library so we don't add it there
+Requires:       geronimo-parent-poms
 
 Requires:         java >= 1:1.6.0
 Requires:         jpackage-utils
@@ -220,6 +225,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Fri May  6 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.2-2
+- Add forgotten missing requires
+
 * Fri May  6 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.2-1
 - Update to latest upstream (1.2)
 - Use maven 3 to build


More information about the java-sig-commits mailing list