]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- use %pld_release macro for Titanium specific changes
authorhawk <hawk@pld-linux.org>
Sat, 24 May 2008 14:29:06 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.315

postfix.spec

index 64c6b84a9d82b9ea4f0c7bfec756ea95a6594d58..f743fc809d439be5f66b296e41a16baa86fc40c3 100644 (file)
@@ -6,7 +6,11 @@
 %bcond_without sasl    # without SMTP AUTH support
 %bcond_without ssl     # without SSL/TLS support
 %bcond_without cdb     # without cdb map support
+%if "%{pld_release}" == "th"
+%bcond_with    vda     # without VDA patch
+%else
 %bcond_without vda     # without VDA patch
+%endif
 %bcond_with    hir     # with Beeth's header_if_reject patch
 %bcond_with    tcp     # with unofficial tcp: lookup table
 %bcond_without epoll   # disable epoll for 2.4 kernels
@@ -61,6 +65,7 @@ BuildRequires:        glibc-devel >= 6:2.3.4
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7l}
 BuildRequires: pcre-devel
 %{?with_pgsql:BuildRequires:   postgresql-devel}
+BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: sed >= 4.0
 %{?with_cdb:BuildRequires:     tinycdb-devel}
This page took 0.054569 seconds and 4 git commands to generate.