- dovecot and pigeonhole updated
- dict quota didn't always decrease quota when messages were expunged - Shared INBOX wasn't always listed with FS layout
This commit is contained in:
parent
547c8ca87b
commit
7275edc473
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ dovecot-2.0.rc4.tar.gz
|
|||||||
pigeonhole-snapcac6acdc4d0e.tar.bz2
|
pigeonhole-snapcac6acdc4d0e.tar.bz2
|
||||||
dovecot-2.0.rc5.tar.gz
|
dovecot-2.0.rc5.tar.gz
|
||||||
pigeonhole-snap0592366457df.tar.bz2
|
pigeonhole-snap0592366457df.tar.bz2
|
||||||
|
/dovecot-2.0.0.tar.gz
|
||||||
|
/pigeonhole-snap1ae9569b0383.tar.bz2
|
||||||
|
19
dovecot.spec
19
dovecot.spec
@ -1,10 +1,8 @@
|
|||||||
%global betasuffix .rc5
|
|
||||||
|
|
||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0
|
Version: 2.0.0
|
||||||
Release: 0.21%{?betasuffix}%{?dist}
|
Release: 1%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||||
License: MIT and LGPLv2
|
License: MIT and LGPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -12,12 +10,12 @@ Group: System Environment/Daemons
|
|||||||
%define pigeonhole_version 20100516
|
%define pigeonhole_version 20100516
|
||||||
|
|
||||||
URL: http://www.dovecot.org/
|
URL: http://www.dovecot.org/
|
||||||
Source: http://www.dovecot.org/releases/2.0/rc/%{name}-%{version}%{?betasuffix}.tar.gz
|
Source: http://www.dovecot.org/releases/2.0/%{name}-%{version}.tar.gz
|
||||||
Source1: dovecot.init
|
Source1: dovecot.init
|
||||||
Source2: dovecot.pam
|
Source2: dovecot.pam
|
||||||
#Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
|
#Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
|
||||||
#we use this ^^^ repository snapshost just renamed to contain last commit in name
|
#we use this ^^^ repository snapshost just renamed to contain last commit in name
|
||||||
%global phsnap 0592366457df
|
%global phsnap 1ae9569b0383
|
||||||
Source8: pigeonhole-snap%{phsnap}.tar.bz2
|
Source8: pigeonhole-snap%{phsnap}.tar.bz2
|
||||||
Source9: dovecot.sysconfig
|
Source9: dovecot.sysconfig
|
||||||
|
|
||||||
@ -101,7 +99,7 @@ Group: Development/Libraries
|
|||||||
This package provides the development files for dovecot.
|
This package provides the development files for dovecot.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{betasuffix} -a 8
|
%setup -q -a 8
|
||||||
%patch1 -p1 -b .default-settings
|
%patch1 -p1 -b .default-settings
|
||||||
%patch2 -p1 -b .mkcert-permissions
|
%patch2 -p1 -b .mkcert-permissions
|
||||||
%patch3 -p1 -b .mkcert-paths
|
%patch3 -p1 -b .mkcert-paths
|
||||||
@ -156,7 +154,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
#move doc dir back to build dir so doc macro in files section can use it
|
#move doc dir back to build dir so doc macro in files section can use it
|
||||||
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} %{_builddir}/%{name}-%{version}%{?betasuffix}/docinstall
|
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} %{_builddir}/%{name}-%{version}/docinstall
|
||||||
|
|
||||||
install -p -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initddir}/dovecot
|
install -p -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initddir}/dovecot
|
||||||
|
|
||||||
@ -361,6 +359,11 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-1
|
||||||
|
- dovecot and pigeonhole updated
|
||||||
|
- dict quota didn't always decrease quota when messages were expunged
|
||||||
|
- Shared INBOX wasn't always listed with FS layout
|
||||||
|
|
||||||
* Wed Aug 11 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.21.rc5
|
* Wed Aug 11 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.21.rc5
|
||||||
- dovecot and pigeonhole updated
|
- dovecot and pigeonhole updated
|
||||||
- Using more than 2 plugins could have caused broken behavior
|
- Using more than 2 plugins could have caused broken behavior
|
||||||
|
Loading…
Reference in New Issue
Block a user