- update to latest upstream, fixes a few bugs
This commit is contained in:
parent
f93a9d13bc
commit
0dbe47f77d
@ -1 +1 @@
|
|||||||
dovecot-1.0.rc15.tar.gz
|
dovecot-1.0.rc17.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Summary: Dovecot Secure imap server
|
Summary: Dovecot Secure imap server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 1.1.rc15%{?dist}
|
Release: 2.rc17%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
%define build_postgres 1
|
%define build_postgres 1
|
||||||
%define build_mysql 1
|
%define build_mysql 1
|
||||||
%define upstream 1.0.rc15
|
%define upstream 1.0.rc17
|
||||||
|
|
||||||
Source: %{name}-%{upstream}.tar.gz
|
Source: %{name}-%{upstream}.tar.gz
|
||||||
Source1: dovecot.init
|
Source1: dovecot.init
|
||||||
@ -78,7 +78,6 @@ in either of maildir or mbox formats.
|
|||||||
%build
|
%build
|
||||||
rm -f ./configure
|
rm -f ./configure
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
cp /usr/share/gettext/config.rpath .
|
|
||||||
autoreconf
|
autoreconf
|
||||||
%configure \
|
%configure \
|
||||||
INSTALL_DATA="install -c -p -m644" \
|
INSTALL_DATA="install -c -p -m644" \
|
||||||
@ -216,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 08 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-2.rc17
|
||||||
|
- update to latest upstream, fixes a few bugs
|
||||||
|
|
||||||
* Thu Dec 21 2006 Tomas Janousek <tjanouse@redhat.com> - 1.0-1.1.rc15
|
* Thu Dec 21 2006 Tomas Janousek <tjanouse@redhat.com> - 1.0-1.1.rc15
|
||||||
- reenabled GSSAPI (#220377)
|
- reenabled GSSAPI (#220377)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user