]> git.pld-linux.org Git - packages/heimdal.git/blame - heimdal.spec
- allow building with system libcomm_err
[packages/heimdal.git] / heimdal.spec
CommitLineData
11e40c5a
AM
1Summary: Heimdal implementation of Kerberos V5 system
2Summary(pl): Implementacja Heimdal systemu Kerberos V5
3Name: heimdal
c7b87187 4Version: 0.6
a529a316 5Release: 2
845f767b 6License: Free
c52bba62 7Group: Networking
4f5ac586 8Source0: ftp://ftp.pdc.kth.se/pub/heimdal/src/%{name}-%{version}.tar.gz
c7b87187 9# Source0-md5: e68c260181f2ee58e01215b8d03c35ba
87a2a408 10Source1: %{name}.init
11Source2: %{name}.logrotate
12Source3: %{name}.sysconfig
13Source4: %{name}-krb5.conf
14Source5: %{name}-ftpd.inetd
15Source6: %{name}-rshd.inetd
16Source7: %{name}-telnetd.inetd
17Source8: %{name}-kadmind.inetd
1a35405d 18Patch0: %{name}-paths.patch
493e3b85 19Patch1: %{name}-info.patch
fcf46cfe 20Patch2: %{name}-am_man_fixes.patch
c7b87187
JB
21Patch3: %{name}-amfix.patch
22Patch4: %{name}-gcc33.patch
23Patch5: %{name}-db41.patch
ed59b63e 24Patch6: %{name}-dbpaths.patch
38d4a713 25Patch7: %{name}-system-comm_err.patch
c52bba62 26URL: http://www.pdc.kth.se/heimdal/
fcf46cfe 27BuildRequires: XFree86-devel
28BuildRequires: autoconf
29BuildRequires: automake
ba5a356d 30BuildRequires: bison
c7b87187 31BuildRequires: db-devel
568e3a79 32BuildRequires: flex
fcf46cfe 33BuildRequires: libtool
568e3a79 34BuildRequires: mawk
9e40ad90 35BuildRequires: ncurses-devel >= 5.1
c7b87187 36BuildRequires: openssl-devel
38d4a713 37BuildRequires: libcomm_err-devel >= 1.34-5
feb9c06b 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11e40c5a
AM
39Conflicts: krb5-lib
40
5459024d 41%define _libexecdir %{_sbindir}
c7b87187 42%define _localstatedir /var/lib/%{name}
87a2a408 43%define _sysconfdir /etc/%{name}
5459024d 44
11e40c5a
AM
45%description
46Heimdal is a free implementation of Kerberos 5. The goals are to:
c358392a 47 - have an implementation that can be freely used by anyone
48 - be protocol compatible with existing implementations and, if not in
11e40c5a 49 conflict, with RFC 1510 (and any future updated RFC)
c358392a 50 - be reasonably compatible with the M.I.T Kerberos V5 API
51 - have support for Kerberos V5 over GSS-API (RFC1964)
52 - include the most important and useful application programs (rsh,
11e40c5a 53 telnet, popper, etc.)
c358392a 54 - include enough backwards compatibility with Kerberos V4
55 - IPv6 support
11e40c5a
AM
56
57%description -l pl
58