[xpp3] Drop useless Requires.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Dec 9 09:50:00 UTC 2014


commit 9dd1dac4fafd9c42e6fdff6be23c8d63b3dfcf1f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Dec 9 11:50:06 2014 +0200

    Drop useless Requires.

 xpp3.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/xpp3.spec b/xpp3.spec
index 1f91403..55365b1 100644
--- a/xpp3.spec
+++ b/xpp3.spec
@@ -3,7 +3,7 @@
 Summary:        XML Pull Parser
 Name:           xpp3
 Version:        1.1.4
-Release:        3.c%{?dist}
+Release:        4.c%{?dist}
 License:        ASL 1.1
 URL:            http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html
 Source0:        http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz
@@ -16,7 +16,6 @@ BuildRequires:  javapackages-tools
 BuildRequires:  ant
 BuildRequires:  junit
 BuildRequires:  xml-commons-apis
-Requires:       junit
 Requires:       xml-commons-apis
 Requires:       java-headless
 
@@ -30,8 +29,6 @@ take best advantage of latest JIT JVMs such as Hotspot in JDK 1.4.
 
 %package minimal
 Summary:        Minimal XML Pull Parser
-Requires:       junit
-Requires:       xml-commons-apis
 Requires:       java-headless
 
 %description minimal
@@ -93,6 +90,9 @@ cp -pr doc/api/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Tue Dec 9 2014 Alexander Kurtakov <akurtako at redhat.com> 1.1.4-4.c
+- Drop useless Requires.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-3.c
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list