packages: dovecot/dovecot.spec - more build fixes (nfy)

arekm arekm at pld-linux.org
Thu Sep 9 09:13:25 CEST 2010


Author: arekm                        Date: Thu Sep  9 07:13:25 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more build fixes (nfy)

---- Files affected:
packages/dovecot:
   dovecot.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.139 packages/dovecot/dovecot.spec:1.140
--- packages/dovecot/dovecot.spec:1.139	Sat Aug 21 09:44:40 2010
+++ packages/dovecot/dovecot.spec	Thu Sep  9 09:13:19 2010
@@ -11,13 +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:	2.0.0
+Version:	2.0.2
 Release:	0.1
 Epoch:		1
 License:	MIT (libraries), LGPL v2.1 (the rest)
 Group:		Networking/Daemons
 Source0:	http://dovecot.org/releases/2.0/%{name}-%{version}.tar.gz
-# Source0-md5:	2ca3cbd523cac1cbd53a904255dcd4f8
+# Source0-md5:	e6386f44d027bd3f3f21400e162cf4f6
 Source1:	%{name}.pamd
 Source2:	%{name}.init
 Source3:	%{name}.sysconfig
@@ -152,6 +152,7 @@
 	--with-bzlib \
 	--with-libcap \
 	--with-ssl=openssl \
+	--with-moduledir=%{_libdir}/%{name}/plugins \
 	--with-ssldir=/var/lib/openssl \
 	--sysconfdir=/etc/%{name}
 
@@ -163,10 +164,9 @@
 install -d $RPM_BUILD_ROOT{/var/lib/dovecot,/var/run/dovecot/login}
 
 %{__make} install \
-	moduledir=%{_libdir}/%{name}/plugins \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/{dovecot-example.conf,dovecot.conf}
+mv -f $RPM_BUILD_ROOT%{_datadir}/doc/%{name}/example-config/* $RPM_BUILD_ROOT%{_sysconfdir}/dovecot
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
@@ -285,6 +285,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2010/09/09 07:13:19  arekm
+- more build fixes (nfy)
+
 Revision 1.139  2010/08/21 07:44:40  arekm
 - build passes; install needs fixes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.139&r2=1.140&f=u



More information about the pld-cvs-commit mailing list