]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- updated ac/am BRs, use kerberos5 bcond in build
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 9 Dec 2003 11:15:23 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2 (1 is for Ra)

Changed files:
    cvs.spec -> 1.118

cvs.spec

index 2b6b5e0e733b9550b4f8fa2032140636b6516c5d..ede47da0c5b3c598982182954fafb4e3982306ff 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -14,7 +14,7 @@ Summary(uk):  
 Summary(zh_CN):        ²¢·¢µÄ°æ±¾¹ÜÀíϵͳCVS
 Name:          cvs
 Version:       1.11.10
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Version Control
 # new feature release: http://ftp.cvshome.org/release/feature/cvs-1.12.3/cvs-1.12.3.tar.bz2
@@ -31,10 +31,10 @@ Patch5:             %{name}-newnline.patch
 Patch6:                %{name}-no_libnsl.patch
 Patch7:                %{name}-info.patch
 URL:           http://www.cyclic.com/
-BuildRequires: autoconf >= 2.57
-BuildRequires: automake >= 1.5
-BuildRequires: zlib-devel
+BuildRequires: autoconf >= 2.58
+BuildRequires: automake >= 1.7.5
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
+BuildRequires: zlib-devel
 Obsoletes:     cvs-nserver-client
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -209,8 +209,9 @@ pserver.
 %configure \
        --enable-server \
        --enable-client \
-       --with-gssapi \
+       %{?with_kerberos5:--with-gssapi} \
        --with-tmpdir=/tmp
+
 %{__make}
 
 %install
This page took 0.101469 seconds and 4 git commands to generate.