[fop] - We need servlet not jsp.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 1 08:17:15 UTC 2010


commit 566757eeac5574bf373627fc5b42ac02e6a2bda1
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Oct 1 11:16:46 2010 +0300

    - We need servlet not jsp.

 fop.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/fop.spec b/fop.spec
index ebc718b..c8fd022 100644
--- a/fop.spec
+++ b/fop.spec
@@ -1,7 +1,7 @@
 Summary:        XSL-driven print formatter
 Name:           fop
 Version:        1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        ASL 2.0
 Group:          Applications/Text
 Source0:        http://www.apache.org/dist/xmlgraphics/fop/source/%{name}-%{version}-src.tar.gz
@@ -32,7 +32,7 @@ BuildRequires:  apache-commons-io
 BuildRequires:  batik
 BuildRequires:  xmlgraphics-commons
 BuildRequires:  avalon-framework
-BuildRequires:  jsp
+BuildRequires:  servlet
 BuildArch:      noarch
 
 %description
@@ -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 jsp)
+export CLASSPATH=$(build-classpath ant-nodeps xmlgraphics-commons avalon-framework batik-all xml-commons-apis xml-commons-apis-ext commons-logging commons-io servlet)
 ant clean jar-main transcoder-pkg javadocs
 
 %install
@@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 1 2010 Alexander Kurtakov <akurtako at redhat.com> 1.0-5
+- We need servlet not jsp.
+
 * Fri Oct 1 2010 Alexander Kurtakov <akurtako at redhat.com> 1.0-4
 - BR jsp.
 


More information about the scm-commits mailing list