]> git.pld-linux.org Git - packages/ckermit.git/commitdiff
- rel 4 auto/th/ckermit-8_0_211-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Jul 2009 13:39:21 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disabled kerberos support due to usage of ancient heimdal api

Changed files:
    ckermit.spec -> 1.35

ckermit.spec

index 7ea46574bf209a15e49bc57463fd3662017a1336..076cad635be8a892ab6c52af424342e8deb7b518 100644 (file)
@@ -1,8 +1,12 @@
+#
+# Conditional build:
+%bcond_with    kerberos5       # build with kerberos5 support
+#
 Summary:       The quintessential all-purpose communications program
 Summary(pl.UTF-8):     Kwintesencja programów komunikacyjnych
 Name:          ckermit
 Version:       8.0.211
 Summary:       The quintessential all-purpose communications program
 Summary(pl.UTF-8):     Kwintesencja programów komunikacyjnych
 Name:          ckermit
 Version:       8.0.211
-Release:       3
+Release:       4
 License:       Special (see Copyright Notice)
 Group:         Applications/Communications
 Source0:       ftp://kermit.columbia.edu/kermit/archives/cku211.tar.gz
 License:       Special (see Copyright Notice)
 Group:         Applications/Communications
 Source0:       ftp://kermit.columbia.edu/kermit/archives/cku211.tar.gz
@@ -15,7 +19,7 @@ Patch0:               cku-makefile.patch
 Patch1:                %{name}-gcc4.patch
 Patch2:                %{name}-openssl-clash.patch
 URL:           http://www.columbia.edu/kermit/
 Patch1:                %{name}-gcc4.patch
 Patch2:                %{name}-openssl-clash.patch
 URL:           http://www.columbia.edu/kermit/
-BuildRequires: heimdal-devel
+%{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
@@ -44,7 +48,11 @@ komunikacyjnych.
 %patch2 -p1
 
 %build
 %patch2 -p1
 
 %build
-%{__make} linux-PLD+krb5+openssl+zlib+pam+shadow \
+%if %{with kerberos5}
+%{__make} linux-PLD+krb5heimdal+openssl+zlib+pam+shadow \
+%else
+%{__make} linux-PLD+openssl+zlib+pam+shadow \
+%endif
        OPT="%{rpmcflags}" \
        LNKFLAGS="%{rpmldflags}"
 
        OPT="%{rpmcflags}" \
        LNKFLAGS="%{rpmldflags}"
 
This page took 0.068345 seconds and 4 git commands to generate.