]> git.pld-linux.org Git - packages/courier.git/commitdiff
- updated to 0.52.1 auto/ac/courier-0_52_1-1
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Thu, 13 Oct 2005 08:57:28 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: {gettext,pcre,authldap}-devel
- disabled make check (bcond with)

Changed files:
    courier.spec -> 1.118

courier.spec

index d6e77cefbb3cbae192c506136d985d039e312306..72797f9f5a7622d74e56af0389d7983e50802efd 100644 (file)
@@ -1,16 +1,18 @@
 #
 # Conditional build:
 %bcond_without fam             # with fam support
+%bcond_with    tests           # without tests
 #
 Summary:       Courier mail server
 Summary(pl):   Serwer poczty Courier
 Name:          courier
-Version:       0.52.0
+Version:       0.52.1
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: 6046be4fb3392bd0f9da3a71628a14ef
+#Source0:      http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
+Source0:       http://heanet.dl.sourceforge.net/sourceforge/courier/%{name}-%{version}.tar.bz2
+# Source0-md5: 98005b9bacd44fa9e1a2b2100907522a
 Patch0:                %{name}-openssl-path.patch
 Patch1:                %{name}-withoutfam.patch
 Patch2:                %{name}-maildir.patch
@@ -23,12 +25,15 @@ BuildRequires:      autoconf
 BuildRequires: automake
 BuildRequires: courier-authlib-devel >= 0.57
 BuildRequires: expect
+BuildRequires: gettext-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: mailcap
+BuildRequires: openldap-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: openssl-tools >= 0.9.7d
 BuildRequires: openssl-tools-perl >= 0.9.7d
+BuildRequires: pcre-devel
 BuildRequires: pam-devel
 BuildRequires: perl-devel
 BuildRequires: sed >= 4.0
@@ -296,7 +301,7 @@ done
        --with-mailgid=2
 
 %{__make}
-%{__make} check
+%{!?with_tests:%{__make} check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.084249 seconds and 4 git commands to generate.