]> git.pld-linux.org Git - packages/courier.git/commitdiff
- updated to 0.44.2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 30 Nov 2003 15:22:09 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new bcond (without_tests), that skips "make check" in %%build

Changed files:
    courier.spec -> 1.41

courier.spec

index a09edba5a5b9448256d6a0de834565dd40458c26..049d757e1db64a88479fb48c70cb862d398eab4e 100644 (file)
@@ -1,12 +1,14 @@
+%bcond_without tests   # don't perform "make check"
+
 Summary:       Courier mail server
 Summary(pl):   Serwer poczty Courier
 Name:          courier
-Version:       0.44.0
+Version:       0.44.2
 Release:       0.1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: acf6721a56f94791adf4fd7f56ba3e38
+# Source0-md5: 8c607c70a692d8f8ccb769a3f96d2f28
 Patch0:        %{name}-openssl-path.patch
 URL:           http://www.courier-mta.org/
 BuildRequires: autoconf
@@ -229,7 +231,7 @@ rm -f missing
        --with-db=db
 
 %{__make}
-%{__make} check
+%{?with_tests:%{__make} check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.11744 seconds and 4 git commands to generate.