[jsoup] Removing maven from Requires

Jaromír Cápík jcapik at fedoraproject.org
Wed Apr 4 11:19:26 UTC 2012


commit 4553265d94dd430f3a1fafa40e2657fdfbf08ebe
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Wed Apr 4 13:19:19 2012 +0200

    Removing maven from Requires

 jsoup.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/jsoup.spec b/jsoup.spec
index 3dabccd..8f9b751 100644
--- a/jsoup.spec
+++ b/jsoup.spec
@@ -1,6 +1,6 @@
 Name:           jsoup
 Version:        1.6.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Java library for working with real-world HTML
 
 Group:          Development/Libraries
@@ -22,7 +22,6 @@ BuildRequires: maven-javadoc-plugin
 BuildRequires: maven-plugin-plugin
 BuildRequires: maven-jar-plugin
 BuildRequires: maven-surefire-provider-junit4
-Requires: maven
 Requires: jpackage-utils
 Requires: java
 
@@ -85,6 +84,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed Apr 04 2012 Jaromir Capik <jcapik at redhat.com> - 1.6.1-4
+- Removing maven from Requires
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list