[packages/cyrus-imapd] - unified doc bcond name
qboosh
qboosh at pld-linux.org
Mon May 11 19:08:34 CEST 2020
commit e04fcab6b1545354a7a908382444fea2fe184a5a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon May 11 19:09:02 2020 +0200
- unified doc bcond name
cyrus-imapd.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec
index 2d46abd..05e04ff 100644
--- a/cyrus-imapd.spec
+++ b/cyrus-imapd.spec
@@ -2,7 +2,7 @@
#
# Conditional build:
-%bcond_without docs # don't regenerate docs
+%bcond_without doc # don't regenerate docs
%bcond_without http # build without http support
%bcond_without ldap # build without ldap support
%bcond_without lmdb # build without lmdb backend support
@@ -60,14 +60,14 @@ BuildRequires: net-snmp-devel
%{?with_ldap:BuildRequires: openldap-devel}
BuildRequires: openssl-devel >= 0.9.7d
BuildRequires: patchutils
-%{?with_docs:BuildRequires: perl-Pod-POM-View-Restructured}
+%{?with_doc:BuildRequires: perl-Pod-POM-View-Restructured}
%{?with_perl:BuildRequires: perl-devel >= 1:5.8.0}
%{?with_pgsql:BuildRequires: postgresql-devel}
%{?with_perl:BuildRequires: rpm-perlprov}
BuildRequires: rpmbuild(macros) >= 1.527
%{?with_http:BuildRequires: shapelib-devel >= 1.4.1}
%{?with_http:BuildRequires: sqlite3-devel >= 3}
-%{?with_docs:BuildRequires: sphinx-pdg-3}
+%{?with_doc:BuildRequires: sphinx-pdg-3}
%{?with_xapian:BuildRequires: xapian-core-devel}
BuildRequires: zlib-devel
Requires(post,preun): /sbin/chkconfig
@@ -235,7 +235,7 @@ cp -p %{SOURCE1} %{SOURCE2} %{SOURCE4} %{SOURCE5} .
%{__with_without mysql} \
%{__with_without perl perl %{__perl}} \
%{__with_without pgsql} \
- %{__with_without docs sphinx-build}
+ %{__with_without doc sphinx-build}
%{__make} -j1 \
INSTALLDIRS=vendor \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cyrus-imapd.git/commitdiff/e04fcab6b1545354a7a908382444fea2fe184a5a
More information about the pld-cvs-commit
mailing list