]> git.pld-linux.org Git - packages/cvs.git/blobdiff - cvs.spec
- updated to 1.11.9 and enabled GSSAPI support
[packages/cvs.git] / cvs.spec
index e39f55f86257b75dbfaf85ef292f85f54ea1bfcf..f821e04268d077a2bda299686e763222b09a7a57 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -9,27 +9,28 @@ Summary(tr):  S
 Summary(uk):   óÉÓÔÅÍÁ ËÅÒÕ×ÁÎÎÑ ×ÅÒÓ¦ÑÍÉ
 Summary(zh_CN):        ²¢·¢µÄ°æ±¾¹ÜÀíϵͳCVS
 Name:          cvs
-Version:       1.11.6
-Release:       0.2
+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-md5: 06a5bbcd93a780a3bbec788deb1cf35b
 Source0:       http://ftp.cvshome.org/release/stable/%{name}-%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 0e72f5de87f66c5fcd27d58b53fcbf43
 Source1:       %{name}.inetd
-Patch0:                %{name}-info.patch
 # based on:    http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/cvs-1.11.2-20020513-ipv6.patch.gz
-Patch1:                %{name}-ipv6.patch
-Patch2:                %{name}-zlib.patch
-Patch3:                %{name}-fixed_buffer.patch
-Patch4:                %{name}-cvspass.patch
-Patch5:                %{name}-home_etc.patch
-Patch6:                %{name}-newnline.patch
-Patch7:                %{name}-no_libnsl.patch
+Patch0:                %{name}-ipv6.patch
+Patch1:                %{name}-zlib.patch
+Patch2:                %{name}-fixed_buffer.patch
+Patch3:                %{name}-cvspass.patch
+Patch4:                %{name}-home_etc.patch
+Patch5:                %{name}-newnline.patch
+Patch6:                %{name}-no_libnsl.patch
+Patch7:                %{name}-info.patch
 URL:           http://www.cyclic.com/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: zlib-devel
+BuildRequires: heimdal-devel
 Obsoletes:     cvs-nserver-client
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -185,7 +186,6 @@ pserver.
 %patch7 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
@@ -193,6 +193,7 @@ rm -f missing
 %configure \
        --enable-server \
        --enable-client \
+       --with-gssapi \
        --with-tmpdir=/tmp
 %{__make}
 
This page took 0.030833 seconds and 4 git commands to generate.