[fop] - set BR on xmlgraphics-commons >= 1.4 - Add qdox classpath

Rüdiger Landmann rlandmann at fedoraproject.org
Tue Jan 4 02:00:51 UTC 2011


commit 00c2bd2395d535af3fb8b4db3cc35075c2de7bba
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Tue Jan 4 12:01:53 2011 +1000

    - set BR on xmlgraphics-commons >= 1.4
    - Add qdox classpath

 fop.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/fop.spec b/fop.spec
index 2d40ed9..8ae44a9 100644
--- a/fop.spec
+++ b/fop.spec
@@ -1,7 +1,7 @@
 Summary:        XSL-driven print formatter
 Name:           fop
 Version:        1.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        ASL 2.0
 Group:          Applications/Text
 Source0:        http://www.apache.org/dist/xmlgraphics/fop/source/%{name}-%{version}-src.tar.gz
@@ -30,7 +30,7 @@ BuildRequires:  java-javadoc >= 1:1.6.0
 BuildRequires:  apache-commons-logging
 BuildRequires:  apache-commons-io
 BuildRequires:  batik
-BuildRequires:  xmlgraphics-commons
+BuildRequires:  xmlgraphics-commons >= 1.4
 BuildRequires:  avalon-framework
 BuildRequires:  servlet
 BuildArch:      noarch
@@ -61,7 +61,7 @@ find -name '*.jar' -exec rm -f '{}' \;
 %patch0 -p0
 
 %build
-export CLASSPATH=$(build-classpath ant-nodeps xmlgraphics-commons avalon-framework batik-all xml-commons-apis xml-commons-apis-ext commons-logging commons-io servlet)
+export CLASSPATH=$(build-classpath ant-nodeps xmlgraphics-commons avalon-framework batik-all xml-commons-apis xml-commons-apis-ext commons-logging commons-io servlet qdox)
 ant clean jar-main transcoder-pkg javadocs
 
 %install
@@ -122,7 +122,11 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 
 
 %changelog
-* Fri Dec  3 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0-6
+* Tue Jan 4 2011 Rüdiger Landmann <r.landmann at redhat.com> - 1.0-7
+- set BR on xmlgraphics-commons >= 1.4
+- Add qdox classpath
+
+* Fri Dec 3 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0-6
 - Add LICENSE to javadoc sub-package
 - Few other tweaks according to new guidelines
 - Make jars and javadoc versionless


More information about the scm-commits mailing list