summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpawelz2009-08-13 12:26:19 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitec14c88ffe60c51cd2134c06654f416a6b0fa8e8 (patch)
treec56233e64b2d24bcd49390ba035f168702ea16f6
parentfd07ef0878887d73325f0d8295b5f8318cbb7558 (diff)
downloadtomcat-native-ec14c88ffe60c51cd2134c06654f416a6b0fa8e8.zip
tomcat-native-ec14c88ffe60c51cd2134c06654f416a6b0fa8e8.tar.gz
- BR: java-sun (gcj won't work because of JNI. Am I right?)
Changed files: tomcat-native.spec -> 1.3
-rw-r--r--tomcat-native.spec9
1 files changed, 1 insertions, 8 deletions
diff --git a/tomcat-native.spec b/tomcat-native.spec
index 97ad597..e29a746 100644
--- a/tomcat-native.spec
+++ b/tomcat-native.spec
@@ -1,10 +1,4 @@
-%if "%{pld_release}" == "ti"
-%bcond_without java_sun # build with gcj
-%else
-%bcond_with java_sun # build with java-sun
-%endif
-#
%include /usr/lib/rpm/macros.java
Summary: Native Tomcat Connector based on APR
@@ -21,8 +15,7 @@ BuildRequires: ant
BuildRequires: apr-devel
BuildRequires: autoconf
BuildRequires: automake
-%{!?with_java_sun:BuildRequires: java-gcj-compat-devel}
-%{?with_java_sun:BuildRequires: java-sun}
+BuildRequires: java-sun
BuildRequires: jpackage-utils
BuildRequires: libtool
BuildRequires: openssl-devel