]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- up to 2.2.15; run test suite (well, fails after finishing currently) auto/th/dovecot-2.2.15-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Oct 2014 13:39:43 +0000 (15:39 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Oct 2014 13:39:43 +0000 (15:39 +0200)
dovecot.spec

index 87af737566c45e0441570e91b217c9bc96536b8b..4e57ab24f507d06fb75e60bbd1889716faf536dd 100644 (file)
@@ -6,17 +6,18 @@
 %bcond_without pgsql   # without PostgreSQL auth
 %bcond_without sqlite  # without SQLite3 auth
 %bcond_without sasl    # without SASL auth
+%bcond_without tests   # tests
 
 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.2.14
+Version:       2.2.15
 Release:       1
 Epoch:         1
 License:       MIT (libraries), LGPL v2.1 (the rest)
 Group:         Networking/Daemons
 Source0:       http://dovecot.org/releases/2.2/%{name}-%{version}.tar.gz
-# Source0-md5: 03315255920ee1c4b11039945246a8af
+# Source0-md5: c6c176943bd832c780fbb5d2f8850952
 Source1:       %{name}.pamd
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
@@ -178,6 +179,8 @@ touch config.rpath
 
 %{__make}
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,security} \
This page took 0.050637 seconds and 4 git commands to generate.