SPECS: apache-mod_perl.spec - use correct bcond syntax
baggins
baggins at pld-linux.org
Wed Jan 18 10:52:04 CET 2006
Author: baggins Date: Wed Jan 18 09:52:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use correct bcond syntax
---- Files affected:
SPECS:
apache-mod_perl.spec (1.127 -> 1.128)
---- Diffs:
================================================================
Index: SPECS/apache-mod_perl.spec
diff -u SPECS/apache-mod_perl.spec:1.127 SPECS/apache-mod_perl.spec:1.128
--- SPECS/apache-mod_perl.spec:1.127 Wed Jan 18 10:46:29 2006
+++ SPECS/apache-mod_perl.spec Wed Jan 18 10:51:58 2006
@@ -42,7 +42,7 @@
BuildRequires: expat-devel
BuildRequires: gdbm-devel
BuildRequires: openldap-devel >= 2.3.0
-%if !%{with internal_test}
+%if %{without internal_test}
BuildRequires: perl-Apache-Test = %{apache_test_version}
%endif
BuildRequires: perl-devel >= 1:5.8.2
@@ -53,7 +53,7 @@
Provides: apache(mod_perl)
# What's this mod_perl_hooks for?
Provides: perl(mod_perl_hooks)
-%if !%{with internal_test}
+%if %{without internal_test}
# not sure is this neccessary
Requires: perl-Apache-Test = %{apache_test_version}
%endif
@@ -211,7 +211,7 @@
%setup -q -n mod_perl-%{version}
%patch0 -p1
-%if !%{with internal_test}
+%if %{without internal_test}
system=$(%{__perl} -MApache::Test -e 'print Apache::Test->VERSION')
bundled=$(%{__perl} -IApache-Test/lib -MApache::Test -e 'print Apache::Test->VERSION')
if [ "$system" != "$bundled" ]; then
@@ -300,6 +300,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.128 2006/01/18 09:51:58 baggins
+- use correct bcond syntax
+
Revision 1.127 2006/01/18 09:46:29 baggins
- release 6
- reverse bcond to proper value for correct rebuild
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache-mod_perl.spec?r1=1.127&r2=1.128&f=u
More information about the pld-cvs-commit
mailing list