Author: charles Date: Wed May 14 14:47:56 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - up to rc5 - Epoch 1 (sync with HEAD) - add with_gssapi bcond - -devel R: openssl-devel
---- Files affected: SPECS: dovecot.spec (1.66.2.7 -> 1.66.2.8) ---- Diffs: ================================================================ Index: SPECS/dovecot.spec diff -u SPECS/dovecot.spec:1.66.2.7 SPECS/dovecot.spec:1.66.2.8 --- SPECS/dovecot.spec:1.66.2.7 Mon Mar 10 08:36:48 2008 +++ SPECS/dovecot.spec Wed May 14 16:47:51 2008 @@ -1,6 +1,7 @@ # $Revision$, $Date$ # # Conditional build: +%bcond_with gssapi # with GSSAPI suport %bcond_without ldap # without LDAP auth %bcond_without mysql # without MySQL auth %bcond_without pgsql # without PostgreSQL auth @@ -10,12 +11,13 @@ Summary: IMAP and POP3 server written with security primarily in mind Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie Name: dovecot -Version: 1.1.rc3 +Version: 1.1.rc5 Release: 1 +Epoch: 1 License: LGPL v2.1 and MIT Group: Networking/Daemons Source0: http://dovecot.org/releases/1.1/rc/%{name}-%{version}.tar.gz -# Source0-md5: eed10a2f5142ebdf88276c0a82f548e1 +# Source0-md5: e79b2622bda179fabd126f165aa7863c Source1: %{name}.pamd Source2: %{name}.init Source3: %{name}.sysconfig @@ -26,7 +28,7 @@ BuildRequires: automake %{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.0} BuildRequires: gettext-devel -#BuildRequires: krb5-devel +%{?with_gssapi:BuildRequires: krb5-devel} BuildRequires: libtool %{?with_mysql:BuildRequires: mysql-devel} %{?with_ldap:BuildRequires: openldap-devel >= 2.3.0} @@ -115,6 +117,7 @@ Summary: Libraries and headers for Dovecot Group: Development/Libraries Requires: %name = %{version}-%{release} +Requires: openssl-devel >= 0.9.7d %description devel This package contains development files for linking against %{name}. @@ -139,7 +142,7 @@ %{?with_pgsql:--with-pgsql} \ %{?with_sasl:--with-cyrus-sasl2} \ %{?with_sqlite:--with-sqlite} \ - --with-gssapi \ + %{?with_gssapi:--with-gssapi} \ --with-ssl=openssl \ --with-ssl-dir=/var/lib/openssl \ --sysconfdir=/etc/%{name} @@ -270,6 +273,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.66.2.8 2008-05-14 14:47:51 charles +- up to rc5 +- Epoch 1 (sync with HEAD) +- add with_gssapi bcond +- -devel R: openssl-devel + Revision 1.66.2.7 2008-03-10 07:36:48 aredridel - 1.1.rc3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dovecot.spec?r1=1.66.2.7&r2=1.66.2.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
