Browse Source

dovecot-2.2.13-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8761 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
25449a8b46
1 changed files with 8 additions and 2 deletions
  1. 8 2
      d/dovecot/dovecot-vl.spec

+ 8 - 2
d/dovecot/dovecot-vl.spec

@@ -2,7 +2,7 @@ Summary: Dovecot Secure imap server
 Summary(ja): Dovecot セキュア IMAP サーバ
 Name: dovecot
 Version: 2.2.13
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
@@ -52,6 +52,7 @@ BuildRequires: bzip2-devel, libcap-devel
 BuildRequires: libtool autoconf automake, gettext-devel
 BuildRequires: pkgconfig
 BuildRequires: krb5-devel
+BuildRequires: tcp_wrappers
 
 # Package includes an initscript service file, 
 # needs to require initscripts package
@@ -67,7 +68,7 @@ BuildRequires: libpq-devel
 %endif
 
 %if %{build_mysql}
-BuildRequires: mysql-devel
+BuildRequires: libmysqlclient-devel
 %endif
 
 %if %{build_sqlite}
@@ -202,6 +203,7 @@ cp %{SOURCE110} .
     --with-ssl=openssl           \
     --with-ssldir=%{ssldir}      \
     --with-libcap                \
+    --with-libwrap               \
     --with-zlib                  \
 %if %{build_ldap}
     --with-ldap=plugin		 \
@@ -479,6 +481,10 @@ make check
 %{_datadir}/aclocal/dovecot.m4
 
 %changelog
+* Tue Jul  8 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.13-2
+- replaced "BR:mysql-devel" to "BR:libmysqlclient-devel".
+- enabled libwrap.
+
 * Sat Jun 14 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.2.13-1
 - new upstream release 2.2.13, pigeonhole 0.4.3 
 - replace BR: libpq-devel from postgresql-devel