]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- rel 10 auto/aidath/cvs-1_12_13-10 auto/th/cvs-1_12_13-10 auto/ti/cvs-1_12_13-10
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Jul 2009 22:20:30 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- switch to heimdal kerberos
- rename krb5 bcond to kerberos5

Changed files:
    cvs.spec -> 1.190

cvs.spec

index 7a55b4a24fbedbf7b88ffa900f4656378c24e415..aa8ca47ff6f3ced8291363373ceb8774d13a21cb 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without krb5    # disable krb5 support
+%bcond_without kerberos5       # disable kerberos V support
 #
 Summary:       Concurrent Versioning System
 Summary(de.UTF-8):     Concurrent-Versioning-System
@@ -14,7 +14,7 @@ Summary(uk.UTF-8):    Система керування версіями
 Summary(zh_CN.UTF-8):  并发的版本管理系统CVS
 Name:          cvs
 Version:       1.12.13
-Release:       9
+Release:       10
 License:       GPL
 Group:         Development/Version Control
 Source0:       ftp://ftp.gnu.org/non-gnu/cvs/source/feature/%{version}/%{name}-%{version}.tar.bz2
@@ -60,7 +60,7 @@ Patch122:     %{name}-debian-rsc2log.patch
 URL:           http://www.nongnu.org/cvs/
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1:1.7.9
-%{?with_krb5:BuildRequires:    krb5-devel}
+%{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: texinfo
 BuildRequires: zlib-devel
@@ -283,7 +283,7 @@ rm aclocal.m4
        --enable-server \
        --enable-client \
        --enable-rootcommit \
-       --with%{!?with_krb5:out}-gssapi \
+       --with%{!?with_kerberos5:out}-gssapi \
        --with-tmpdir=/tmp \
        --with-rsh=%{_bindir}/ssh \
        --with-editor=/bin/vi
This page took 0.103183 seconds and 4 git commands to generate.