]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- updated to 1.0.rc21
authorKarol Krenski <charles@pld-linux.org>
Sat, 3 Feb 2007 02:22:53 +0000 (02:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated -config.patch; fixed paths; use %{_libdir} instead of /usr/libexec

Changed files:
    dovecot.spec -> 1.43

dovecot.spec

index 1a23044a5c1a055fb9bb4476f84d69f8b08434b2..990001fd9ef27903d39649fe3dbd7c2af164a1ee 100644 (file)
@@ -9,12 +9,12 @@
 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.rc19
+Version:       1.0.rc21
 Release:       1
 License:       LGPL v2.1 and MIT
 Group:         Networking/Daemons
 Source0:       http://dovecot.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: f2c1df951f3e9bd61aa51890ab158ab7
+# Source0-md5: b42be5947e641909918a863da3249951
 Source1:       %{name}.pamd
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
@@ -33,6 +33,7 @@ BuildRequires:        openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
 BuildRequires: pkgconfig
 %{?with_pgsql:BuildRequires:   postgresql-devel}
+BuildRequires: sed >= 4.0
 %{?with_sqlite:BuildRequires:  sqlite3-devel}
 Requires(post,preun):  /sbin/chkconfig
 Requires(postun):      /usr/sbin/groupdel
@@ -116,6 +117,7 @@ Stan:
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%{__sed} -i 's,/usr/libexec,%{_libdir},g' dovecot-example.conf
 
 %build
 touch config.rpath
This page took 0.039483 seconds and 4 git commands to generate.