Author: charles Date: Sat Jan 28 14:29:04 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.beta2 - added SQLite3 support - added /var/run/dovecot* dirs
---- Files affected: SPECS: dovecot.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/dovecot.spec diff -u SPECS/dovecot.spec:1.21 SPECS/dovecot.spec:1.22 --- SPECS/dovecot.spec:1.21 Wed Jan 18 07:50:54 2006 +++ SPECS/dovecot.spec Sat Jan 28 15:28:57 2006 @@ -4,22 +4,23 @@ %bcond_without ldap # without LDAP auth %bcond_without mysql # without MySQL auth %bcond_without pgsql # without PostgreSQL auth +%bcond_without sqlite # without SQLite3 auth %bcond_without sasl # without SASL auth # Summary: IMAP and POP3 server written with security primarily in mind Summary(pl): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie Name: dovecot -Version: 1.0.beta1 +Version: 1.0.beta2 Release: 1 License: LGPL v2.1 Group: Networking/Daemons Source0: http://dovecot.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: 8472078e61859bfc27fdfece8190875d +# Source0-md5: a68f623b04876815d6522ac9d7bac869 Source1: %{name}.pamd Source2: %{name}.init Source3: %{name}.sysconfig Patch0: %{name}-config.patch -Patch1: %{name}-gssapi.patch +Patch1: %{name}-gssapi.patch URL: http://dovecot.org/ BuildRequires: autoconf BuildRequires: automake @@ -32,6 +33,7 @@ BuildRequires: pam-devel BuildRequires: pkgconfig %{?with_pgsql:BuildRequires: postgresql-devel} +%{?with_sqlite:BuildRequires: sqlite3-devel} Requires(post,preun): /sbin/chkconfig Requires: pam >= 0.79.0 Provides: imapdaemon @@ -119,6 +121,7 @@ %{?with_mysql:--with-mysql} \ %{?with_pgsql:--with-pgsql} \ %{?with_sasl:--with-cyrus-sasl2} \ + %{?with_sqlite:--with-sqlite} \ --with-notify=dnotify \ --with-ssl=openssl \ --with-ssl-dir=/var/lib/openssl @@ -128,7 +131,7 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,security} -install -d $RPM_BUILD_ROOT/{%{_libdir},%{_bindir} +install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir},/var/run/dovecot/login} %{__make} install \ moduledir=%{_libdir}/%{name}/plugins \ @@ -173,6 +176,8 @@ %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} %attr(754,root,root) /etc/rc.d/init.d/%{name} %attr(755,root,root) %{_libdir}/%{name} +%attr(700,root,root) %dir /var/run/dovecot +%attr(755,root,root) %dir /var/run/dovecot/login %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -180,6 +185,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2006/01/28 14:28:57 charles +- updated to 1.0.beta2 +- added SQLite3 support +- added /var/run/dovecot* dirs + Revision 1.21 2006/01/18 06:50:54 aredridel - up to beta1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dovecot.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
