]> git.pld-linux.org Git - packages/courier-imap.git/blobdiff - courier-imap.spec
- changed to _without_pgsql (more universal),
[packages/courier-imap.git] / courier-imap.spec
index 2864f93744112e3e73a84b4dd184cafc3fa91468..7aee9bdebd213a06a92a713fa7bffffe870b541c 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 # _without_ldap - without LDAP support
 # _without_mysql - without MySQL support
-# _without_postgresql - without PostgreSQL support
+# _without_pgsql - without PostgreSQL support
 Summary:       Courier-IMAP server
 Summary(pl):   Serwer Courier-IMAP
 Name:          courier-imap
@@ -21,7 +21,7 @@ Source7:      %{name}-pop3.sysconfig
 Source8:       %{name}-authdaemon.sysconfig
 Patch0:                ftp://ftp.pld.org.pl/people/siefca/patches/courier/%{name}-%{version}-myownquery.patch
 URL:           http://www.inter7.com/courierimap/
-%{!?_without_postgresql:BuildRequires: postgresql-devel}
+%{!?_without_pgsql:BuildRequires:      postgresql-devel}
 %{!?_without_mysql:BuildRequires:      mysql-devel}
 %{!?_without_mysql:BuildRequires:      zlib-devel}
 %{!?_without_ldap:BuildRequires:       openldap-devel}
@@ -164,8 +164,8 @@ IMAP.
        --with-authdaemonvar=/var/lib/authdaemon \
        %{!?_without_mysql:--with-mysql-libs=%{_libdir} --with-mysql-includes=%{_includedir}/mysql} \
        %{?_without_mysql:--without-authmysql} \
-       %{!?_without_postgresql:--with-pgsql-libs=%{_libdir} --with-pgsql-includes=%{_includedir}/postgresql} \
-       %{?_without_postgresql:--without-authpgsql} \
+       %{!?_without_pgsql:--with-pgsql-libs=%{_libdir} --with-pgsql-includes=%{_includedir}/postgresql} \
+       %{?_without_pgsql:--without-authpgsql} \
        %{?_without_ldap:--without-authldap}
 
 %{__make}
@@ -219,7 +219,7 @@ echo ".so authlib.8"        >$RPM_BUILD_ROOT%{_mandir}/man8/authuserdb.8
 echo ".so authlib.8"   >$RPM_BUILD_ROOT%{_mandir}/man8/authvchkpw.8
 echo ".so authlib.8"   >$RPM_BUILD_ROOT%{_mandir}/man8/authdaemon.8
 echo ".so authlib.8"   >$RPM_BUILD_ROOT%{_mandir}/man8/authdaemond.8
-%{!?_without_postgresql:echo ".so authlib.8"   >$RPM_BUILD_ROOT%{_mandir}/man8/authpgsql.8}
+%{!?_without_pgsql:echo ".so authlib.8"        >$RPM_BUILD_ROOT%{_mandir}/man8/authpgsql.8}
 %{!?_without_mysql:echo ".so authlib.8"        >$RPM_BUILD_ROOT%{_mandir}/man8/authmysql.8}
 %{!?_without_ldap:echo ".so authlib.8" >$RPM_BUILD_ROOT%{_mandir}/man8/authldap.8}
 echo ".so makeuserdb.8"        >$RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8
@@ -415,7 +415,7 @@ fi
 %{_mandir}/man8/authmysql*
 %endif
 
-%if %{?_without_postgresql:0}%{!?_without_postgresql:1}
+%if %{?_without_pgsql:0}%{!?_without_pgsql:1}
 %files authpgsql
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authpgsqlrc
This page took 0.048782 seconds and 4 git commands to generate.