Author: qboosh                       Date: Thu Jun 23 07:22:36 2005 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- fixed apidocs bcond inconsequence

---- Files affected:
SPECS:
   rpm.spec (1.555.2.81 -> 1.555.2.82) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.555.2.81 SPECS/rpm.spec:1.555.2.82
--- SPECS/rpm.spec:1.555.2.81   Wed Jun 22 18:07:22 2005
+++ SPECS/rpm.spec      Thu Jun 23 09:22:31 2005
@@ -8,8 +8,8 @@
 # 
 # Conditional build:
 %bcond_with    static          # build static rpmi (not supported at the 
moment)
-%bcond_without apidoc          # don't generate documentation with doxygen
-%bcond_without autoreqdep      # autogenerate package name deps in addition to 
sonames/perl(X)
+%bcond_without apidocs         # don't generate documentation with doxygen
+%bcond_without autoreqdep      # don't autogenerate package name deps in 
addition to sonames/perl(X)
 %bcond_without python          # don't build python bindings
 %bcond_without selinux         # build without selinux support
 %bcond_with    neon            # build with HTTP/WebDAV support (neon library)
@@ -109,7 +109,7 @@
 BuildRequires: beecrypt-devel >= %{beecrypt_ver}
 BuildRequires: bzip2-devel >= 1.0.2-17
 BuildRequires: db-devel >= %{reqdb_ver}
-%{?with_apidoc:BuildRequires:  doxygen}
+%{?with_apidocs:BuildRequires: doxygen}
 BuildRequires: elfutils-devel >= 0.108
 BuildRequires: findutils
 BuildRequires: gettext-devel >= 0.11.4-2
@@ -696,7 +696,7 @@
        CPP="%{__cpp}" \
        --enable-shared \
        --enable-static \
-       %{?with_apidoc:--with-apidocs} \
+       %{?with_apidocs:--with-apidocs} \
        
%{?with_autoreqdep:--enable-adding-packages-names-in-autogenerated-dependancies}
 \
        %{?with_python:--with-python=auto} \
        %{!?with_python:--without-python} \
@@ -1097,6 +1097,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.555.2.82  2005/06/23 07:22:31  qboosh
+- fixed apidocs bcond inconsequence
+
 Revision 1.555.2.81  2005/06/22 16:07:22  qboosh
 - require db >= 4.2.52-10 (to make sure it works on kernel24)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.555.2.81&r2=1.555.2.82&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to