]> git.pld-linux.org Git - packages/ant.git/commitdiff
- require log4j >= 1.2 (for org.apache.log4j.Logger); fixed apache_log4j bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jan 2007 13:01:36 +0000 (13:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ant.spec -> 1.73

ant.spec

index beb7a817c9b3197a38be8b069b03d37e346c5b70..5245f1eff0bcd897335a302b5ee4931b4e1daa6e 100644 (file)
--- a/ant.spec
+++ b/ant.spec
@@ -63,7 +63,7 @@ BuildRequires:        jpackage-utils
 %{?with_jsch:BuildRequires:    jsch >= 0.1.21}
 %{?with_junit:BuildRequires:   junit}
 %{?with_apache_bsf:BuildRequires:      jython}
-%{?with_apache_log4j:BuildRequires:    logging-log4j}
+%{?with_apache_log4j:BuildRequires:    logging-log4j >= 1.2}
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.300
 Requires:      jdk
@@ -231,7 +231,7 @@ Summary(fr):        Taches apache log4j optionelles pour %{name}
 Summary(pl):   Opcjonalne zadania apache log4j dla anta
 Group:         Development/Languages/Java
 Requires:      %{name} = %{version}-%{release}
-Requires:      logging-log4j
+Requires:      logging-log4j >= 1.2
 Provides:      ant-jakarta-log4j = %{version}-%{release}
 Obsoletes:     ant-jakarta-log4j
 Conflicts:     ant-optional-clean
@@ -350,7 +350,7 @@ Summary(fr):        Taches jsch optionelles pour %{name}
 Summary(pl):   Opcjonalne zadania jsch dla anta
 Group:         Development/Languages/Java
 Requires:      %{name} = %{version}-%{release}
-Requires:      jsch
+Requires:      jsch >= 0.1.21
 Conflicts:     ant-optional-clean
 Conflicts:     ant-optional-full
 
@@ -516,7 +516,7 @@ required_jars="jaxp_parser_impl"
 %{?with_commons_net:required_jars="$required_jars jakarta-commons-net"}
 %{?with_jai:required_jars="$required_jars jait"}
 %{?with_apache_bcel:required_jars="$required_jars bcel"}
-%{?with_log4j:required_jars="$required_jars log4j"}
+%{?with_apache_log4j:required_jars="$required_jars log4j"}
 %{?with_apache_oro:required_jars="$required_jars oro"}
 %{?with_apache_regexp:required_jars="$required_jars regexp"}
 %{?with_javamail:required_jars="$required_jars mailapi activation"}
This page took 0.075926 seconds and 4 git commands to generate.