]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- more s/with_docs/with_apidocs/ fixes.
authortwittner <twittner@pld-linux.org>
Sun, 22 Aug 2004 21:50:45 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.582

rpm.spec

index d8d48d25a80f6390d85dc040a4fef725c1236b4f..5c3f96cefefcab1559702a97fe7e682f21b0e39e 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -106,7 +106,7 @@ BuildRequires:      automake
 BuildRequires: beecrypt-devel >= %{beecrypt_ver}
 BuildRequires: bzip2-devel >= 1.0.1
 BuildRequires: db-devel >= %{reqdb_ver}
-%{?with_doc:BuildRequires:     doxygen}
+%{?with_apidocs:BuildRequires: doxygen}
 BuildRequires: elfutils-devel
 BuildRequires: findutils
 BuildRequires: gettext-devel >= 0.11.4-2
@@ -678,7 +678,7 @@ mv -f macros.tmp macros.in
        CPP="%{__newcpp}" \
        --enable-shared \
        --enable-static \
-       %{?with_doc:--with-apidocs} \
+       %{?with_apidoc:--with-apidocs} \
        %{?with_pkgnameinautoreq:--enable-adding-packages-names-in-autogenerated-dependancies} \
        %{?with_python:--with-python=auto} \
        %{!?with_python:--without-python} \
This page took 0.194789 seconds and 4 git commands to generate.