]> git.pld-linux.org Git - packages/heimdal.git/blame - heimdal.spec
- rewrited with new functions
[packages/heimdal.git] / heimdal.spec
CommitLineData
11e40c5a
AM
1Summary: Heimdal implementation of Kerberos V5 system
2Summary(pl): Implementacja Heimdal systemu Kerberos V5
3Name: heimdal
c52bba62 4Version: 0.2m
5Release: 1
6Copyright: Free
7Group: Networking
8Group(pl): Sieciowe
9Source0: ftp://kerberos.tele.su.se/pub/kerberos/source/heimdal/%{name}-%{version}.tar.gz
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
11e40c5a 18Patch0: heimdal-paths.patch
c52bba62 19URL: http://www.pdc.kth.se/heimdal/
11e40c5a
AM
20BuildRoot: /tmp/%{name}-%{version}-root
21Conflicts: krb5-lib
ddaf230a 22Requires: rc-scripts
11e40c5a 23
5459024d 24%define _libexecdir %{_sbindir}
87a2a408 25%define _localstatedir /var/%{name}
26%define _sysconfdir /etc/%{name}
5459024d 27
11e40c5a
AM
28%description
29Heimdal is a free implementation of Kerberos 5. The goals are to:
30 * have an implementation that can be freely used by anyone
31 * be protocol compatible with existing implementations and, if not in
32 conflict, with RFC 1510 (and any future updated RFC)
33 * be reasonably compatible with the M.I.T Kerberos V5 API
34 * have support for Kerberos V5 over GSS-API (RFC1964)
35 * include the most important and useful application programs (rsh,
36 telnet, popper, etc.)
37 * include enough backwards compatibility with Kerberos V4
38 * IPv6 support
39
40%description -l pl
41