]> git.pld-linux.org Git - packages/cvs.git/blobdiff - cvs.spec
- bcond for kerberos support /changes by Pawel Sikora/
[packages/cvs.git] / cvs.spec
index bd97f34311b9ff9538ca201f7d2292ca66a6e5b2..d4578f06b3568069e52b0a025f03c395cd395b78 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without kerberos5       # disable kerberos5 support
+
 Summary:       Concurrent Versioning System
 Summary(de):   Concurrent-Versioning-System
 Summary(es):   Control de versiones en modo concurrente
@@ -9,13 +13,13 @@ Summary(tr): S
 Summary(uk):   óÉÓÔÅÍÁ ËÅÒÕ×ÁÎÎÑ ×ÅÒÓ¦ÑÍÉ
 Summary(zh_CN):        ²¢·¢µÄ°æ±¾¹ÜÀíϵͳCVS
 Name:          cvs
-Version:       1.11.8
+Version:       1.11.9
 Release:       1
 License:       GPL
 Group:         Development/Version Control
 # new feature release: http://ftp.cvshome.org/release/feature/cvs-1.12.1/cvs-1.12.1.tar.bz2
 Source0:       http://ftp.cvshome.org/release/stable/%{name}-%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: e878928d534d7bd9e60e4d97807dd888
+# Source0-md5: 0e72f5de87f66c5fcd27d58b53fcbf43
 Source1:       %{name}.inetd
 # based on:    http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/cvs-1.11.2-20020513-ipv6.patch.gz
 Patch0:                %{name}-ipv6.patch
@@ -30,6 +34,7 @@ URL:          http://www.cyclic.com/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: zlib-devel
+%{?with_kerberos5:BuildRequires:       heimdal-devel}
 Obsoletes:     cvs-nserver-client
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -192,6 +197,7 @@ pserver.
 %configure \
        --enable-server \
        --enable-client \
+       --with-gssapi \
        --with-tmpdir=/tmp
 %{__make}
 
This page took 0.025611 seconds and 4 git commands to generate.