[fop] - Add more BRs.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 1 07:47:11 UTC 2010


commit 57719457cb0d4fc142e6aab7072786c04ea27c64
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Oct 1 10:46:36 2010 +0300

    - Add more BRs.

 fop.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/fop.spec b/fop.spec
index 78831a7..9787386 100644
--- a/fop.spec
+++ b/fop.spec
@@ -1,7 +1,7 @@
 Summary:        XSL-driven print formatter
 Name:           fop
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        ASL 2.0
 Group:          Applications/Text
 Source0:        http://www.apache.org/dist/xmlgraphics/fop/source/%{name}-%{version}-src.tar.gz
@@ -27,6 +27,11 @@ BuildRequires:  ant
 BuildRequires:  ant-nodeps
 BuildRequires:  java-devel >= 1:1.6.0
 BuildRequires:  java-javadoc >= 1:1.6.0
+BuildRequires:  apache-commons-logging
+BuildRequires:  apache-commons-io
+BuildRequires:  batik
+BuildRequires:  xmlgraphics-commons
+BuildRequires:  avalon-framework
 BuildArch:      noarch
 
 %description
@@ -40,6 +45,7 @@ XT) SAX events.
 %package        javadoc
 Summary:        Javadoc for %{name}
 Group:          Documentation
+Requires:       jpackage-utils
 
 %description    javadoc
 Javadoc for %{name}.
@@ -54,7 +60,7 @@ find -name '*.jar' -exec rm -f '{}' \;
 %patch0 -p0
 
 %build
-export CLASSPATH=$(build-classpath xmlgraphics-commons batik-all xml-commons-apis xml-commons-apis-ext)
+export CLASSPATH=$(build-classpath ant-nodeps xmlgraphics-commons avalon-framework batik-all xml-commons-apis xml-commons-apis-ext commons-logging commons-io)
 ant clean jar-main transcoder-pkg javadocs
 
 %install
@@ -117,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 1 2010 Alexander Kurtakov <akurtako at redhat.com> 1.0-3
+- Add more BRs.
+
 * Fri Oct 1 2010 Alexander Kurtakov <akurtako at redhat.com> 1.0-2
 - BR ant-nodeps.
 


More information about the scm-commits mailing list