SPECS: dovecot.spec - up to 1.0.alpha5 (recommended stable version)
aredridel
aredridel at pld-linux.org
Tue Dec 27 10:22:24 CET 2005
Author: aredridel Date: Tue Dec 27 09:22:24 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.0.alpha5 (recommended stable version)
---- Files affected:
SPECS:
dovecot.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/dovecot.spec
diff -u SPECS/dovecot.spec:1.18 SPECS/dovecot.spec:1.19
--- SPECS/dovecot.spec:1.18 Thu Oct 27 19:39:26 2005
+++ SPECS/dovecot.spec Tue Dec 27 10:22:19 2005
@@ -9,16 +9,17 @@
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: 0.99.14
-Release: 2
+Version: 1.0.alpha5
+Release: 1
License: LGPL v2.1
Group: Networking/Daemons
Source0: http://dovecot.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: a12e26fd378a46c31ec3a81ab7b55b5b
+# Source0-md5: a3277835f04d73485ff5ce3cc3daeea7
Source1: %{name}.pamd
Source2: %{name}.init
Source3: %{name}.sysconfig
Patch0: %{name}-config.patch
+Patch1: %{name}-gssapi.patch
URL: http://dovecot.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -104,6 +105,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -125,8 +127,10 @@
%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}
%{__make} install \
+ moduledir=%{_libdir}/%{name}/plugins \
DESTDIR=$RPM_BUILD_ROOT
mv -f $RPM_BUILD_ROOT%{_sysconfdir}/{dovecot-example.conf,dovecot.conf}
@@ -161,6 +165,7 @@
# COPYING contains some notes, not actual LGPL text
%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/*.txt doc/*.c*f
%attr(755,root,root) %{_sbindir}/%{name}
+%attr(755,root,root) %{_sbindir}/%{name}pw
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/%{name}
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.imap
@@ -174,6 +179,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/12/27 09:22:19 aredridel
+- up to 1.0.alpha5 (recommended stable version)
+
Revision 1.18 2005/10/27 17:39:26 arekm
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dovecot.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list