]> git.pld-linux.org Git - packages/heimdal.git/blame - heimdal.spec
- up to 1.2.1
[packages/heimdal.git] / heimdal.spec
CommitLineData
e3590bff 1#
7d3ffee7 2# TODO:
0484bab0 3# - create init script for kcm
7d3ffee7 4#
e3590bff
JB
5# Conditional build:
6%bcond_without x11 # without X11-based utilities
7#
11e40c5a 8Summary: Heimdal implementation of Kerberos V5 system
13ef1022 9Summary(pl.UTF-8): Implementacja Heimdal systemu Kerberos V5
11e40c5a 10Name: heimdal
14679f30
AM
11Version: 1.2.1
12Release: 1
845f767b 13License: Free
c52bba62 14Group: Networking
6dfaff75 15Source0: http://www.h5l.org/dist/src/%{name}-%{version}.tar.gz
14679f30 16# Source0-md5: 6e5028077e2a6b101a4a72801ba71b9e
87a2a408 17Source1: %{name}.init
18Source2: %{name}.logrotate
19Source3: %{name}.sysconfig
20Source4: %{name}-krb5.conf
21Source5: %{name}-ftpd.inetd
22Source6: %{name}-rshd.inetd
23Source7: %{name}-telnetd.inetd
24Source8: %{name}-kadmind.inetd
36488e42 25Source9: %{name}-kpasswdd.init
26Source10: %{name}-kpasswdd.sysconfig
1a35405d 27Patch0: %{name}-paths.patch
7d3ffee7
JR
28Patch1: %{name}-am_man_fixes.patch
29Patch2: %{name}-amfix.patch
30Patch3: %{name}-dbpaths.patch
31Patch4: %{name}-no-editline.patch
efe41ff4
JB
32Patch5: %{name}-db4.patch
33Patch6: %{name}-libadd.patch
34Patch7: %{name}-signal.patch
35Patch8: %{name}-ldap.patch
36Patch9: %{name}-info.patch
6dfaff75 37URL: http://www.h5l.org/
fcf46cfe 38BuildRequires: autoconf
39BuildRequires: automake
ba5a356d 40BuildRequires: bison
1ead67f5 41BuildRequires: db-devel
568e3a79 42BuildRequires: flex
e17a9266 43BuildRequires: libcom_err-devel >= 1.34-5
fcf46cfe 44BuildRequires: libtool
568e3a79 45BuildRequires: mawk
9e40ad90 46BuildRequires: ncurses-devel >= 5.1
cfba6343 47BuildRequires: openldap-devel >= 2.4.6
814af20d 48BuildRequires: openssl-devel >= 0.9.8b
f5268247 49BuildRequires: readline-devel >= 5.0
f3e12399 50BuildRequires: rpmbuild(macros) >= 1.268
e2e4c2a7 51BuildRequires: texinfo
e62b205e 52%{?with_x11:BuildRequires: xorg-lib-libXt-devel}
7c2ce0a1 53Requires: %{name}-libs = %{version}-%{release}
11e40c5a 54Conflicts: krb5-lib
e2e4c2a7 55BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11e40c5a 56
5459024d 57%define _libexecdir %{_sbindir}
c7b87187 58%define _localstatedir /var/lib/%{name}
87a2a408 59%define _sysconfdir /etc/%{name}
5459024d 60
11e40c5a
AM
61%description
62Heimdal is a free implementation of Kerberos 5. The goals are to:
f3e12399
ER
63- have an implementation that can be freely used by anyone
64- be protocol compatible with existing implementations and, if not in
65 conflict, with RFC 1510 (and any future updated RFC)
66- be reasonably compatible with the M.I.T Kerberos V5 API
67- have support for Kerberos V5 over GSS-API (RFC1964)
68- include the most important and useful application programs (rsh,
69 telnet, popper, etc.)
70- include enough backwards compatibility with Kerberos V4
71- IPv6 support
11e40c5a 72
0fbef91b
JR
73%description -l pl.UTF-8
74Heimdal jest darmową implementacją Kerberosa 5. Główne zalety to:
75- implementacja, która może być używana przez każdego
76- kompatybilność na poziomie protokołu z istniejącymi implementacjami
77- racjonalna kompatybilność z M.I.T Kerberos V5 API
f3e12399 78- wsparcie dla Kerberosa 5 poprzez GSS-API (RFC1964)
0fbef91b 79- zawiera większość istotnych i użytecznych aplikacji (rsh, telnet,
f3e12399 80 popper, etc.)
0fbef91b 81- zawiera wystarczającą kompatybilność z Kerberos V4
f3e12399 82- wsparcie dla IPv6
11e40c5a 83
0484bab0
JB
84%package libs
85Summary: Heimdal shared libraries
86Summary(pl.UTF-8): Biblioteki współdzielone dla heimdal
87Group: Libraries
88Requires(post,postun): /sbin/ldconfig
89
90%description libs
91Package contains shared libraries required by several of the other
92heimdal packages.
93
94%description libs -l pl.UTF-8
95Pakiet zawiera biblioteki współdzielone dla heimdal.
96
97%package ldap
98Summary: LDAP HDB plugin
99Summary(pl.UTF-8): Wtyczka HDB LDAP
100Group: Libraries
101Requires: %{name}-libs = %{version}-%{release}
102
103%description ldap
104LDAP HDB plugin.
105
106%description ldap -l pl.UTF-8
107Wtyczka HDB LDAP.
108
109%package devel
110Summary: Header files for heimdal
111Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do bibliotek heimdal
112Group: Development/Libraries
113Requires: %{name}-libs = %{version}-%{release}
114Requires: db-devel
115Requires: libcom_err-devel >= 1.34-5
116Requires: openssl-devel
117
118%description devel
119contains files needed to compile and link software using the kerberos
120libraries.
121
122%description devel -l pl.UTF-8
123Pliki nagłówkowe i dokumentacja do bibliotek heimdal.
124
125%package static
126Summary: Static heimdal libraries
127Summary(pl.UTF-8): Biblioteki statyczne heimdal
128Group: Development/Libraries
129Requires: %{name}-devel = %{version}-%{release}
130
131%description static
132Satatic heimdal libraries.
133
134%description static -l pl.UTF-8
135Biblioteki statyczne heimdal.
136
5459024d 137%package server
2d0d93d3 138Summary: Kerberos Server
13ef1022 139Summary(pl.UTF-8): Serwer Kerberosa
5459024d 140Group: Networking
c7b87187 141Requires(post,preun): /sbin/chkconfig
7c2ce0a1 142Requires: %{name}-libs = %{version}-%{release}
a39a46c8 143Requires: rc-scripts
5459024d 144
145%description server
146Master KDC.
147
0fbef91b
JR
148%description server -l pl.UTF-8
149Główne centrum dystrybucji kluczy (KDC).
5459024d 150
0484bab0
JB
151%package kcm
152Summary: KCM - credencial cache daemon for Kerberos tickets
153Summary(pl.UTF-8): KCM - demon zapamiętujący dane uwierzytelniające dla biletów Kerberosa
154Group: Daemons
155Requires: %{name}-libs = %{version}-%{release}
5459024d 156
0484bab0
JB
157%description kcm
158KCM is a credencial cache daemon for Kerberos tickets.
5459024d 159
0484bab0
JB
160%description kcm -l pl.UTF-8
161KCM to demon zapamiętujący dane uwierzytelniające dla biletów
162Kerberosa.
5459024d 163
568e3a79 164%package login
165Summary: login is used when signing onto a system
13ef1022 166Summary(pl.UTF-8): Narzędzie do logowania w systemie
568e3a79 167Group: Applications/Networking
7c2ce0a1 168Requires: %{name}-libs = %{version}-%{release}
05bbea69 169#Provides: login
170#Obsoletes: login
72e056e8 171Conflicts: shadow < 1:4.0.16
568e3a79 172
173%description login
c358392a 174login is used when signing onto a system. It can also be used to
175switch from one user to another at any time (most modern shells have
176support for this feature built into them, however). This package
177contain kerberized version login program.
568e3a79 178
0fbef91b
JR
179%description login -l pl.UTF-8
180login jest używany przy logowaniu do systemu. Może być także użyty do
181przełączenia z jednego użytkownika na innego w dowolnej chwili
182(większość współczesnych shelli ma wbudowaną obsługę tego). Ten pakiet
183zawiera skerberyzowaną wersję programu login.
845f767b 184
5459024d 185%package ftp
186Summary: The standard UNIX FTP (file transfer protocol) client
13ef1022 187Summary(pl.UTF-8): Klient protokołu FTP
5459024d 188Group: Applications/Networking
7c2ce0a1 189Requires: %{name}-libs = %{version}-%{release}
2fad34ce 190Obsoletes: ftp
f3e12399 191Conflicts: heimdal-clients
5459024d 192
193%description ftp
6ce2a862 194The FTP package provides the standard UNIX command-line FTP client
c358392a 195with kerberos authentication support. FTP is the file transfer
196protocol, which is a widely used Internet protocol for transferring
197files and for archiving files.
5459024d 198
0fbef91b
JR
199%description ftp -l pl.UTF-8
200Ten pakiet dostarcza standardowego klienta FTP z wbudowaną obsługą
201kerberosa. FTP jest protokołem do przesyłania plików szeroko
845f767b
JB
202rozpowszechnionym w Internecie.
203
5459024d 204%package rsh
568e3a79 205Summary: Clients for remote access commands (rsh, rlogin, rcp)
13ef1022 206Summary(pl.UTF-8): Klient zdalnego dostępu (rsh, rlogin, rcp)
5459024d 207Group: Applications/Networking
7c2ce0a1 208Requires: %{name}-libs = %{version}-%{release}
5459024d 209Obsoletes: rsh
c7b87187 210Conflicts: heimdal-clients
5459024d 211
87a2a408 212%description rsh
213The rsh package contains a set of programs which allow users to run
845f767b 214commands on remote machines, login to other machines and copy files
c358392a 215between machines (rsh, rlogin and rcp). All three of these commands
216use rhosts style authentication. This package contains the clients
87a2a408 217needed for all of these services.
218
0fbef91b
JR
219%description rsh -l pl.UTF-8
220Ten pakiet zawiera zestaw narzędzi pozwalających na wykonywanie
221poleceń na zdalnych maszynach, logowanie na inne maszyny oraz
222kopiowanie plików pomiędzy maszynami (rsh, rlogin, rcp).
845f767b 223
5459024d 224%package telnet
568e3a79 225Summary: Client for the telnet remote login
13ef1022 226Summary(pl.UTF-8): Klient usługi telnet
5459024d 227Group: Applications/Networking
7c2ce0a1 228Requires: %{name}-libs = %{version}-%{release}
047e3d79 229Provides: telnet
f3e12399 230Obsoletes: telnet
c7b87187 231Conflicts: heimdal-clients
5459024d 232
87a2a408 233%description telnet
c358392a 234Telnet is a popular protocol for remote logins across the Internet.
235This package provides a command line telnet client.
87a2a408 236
0fbef91b
JR
237%description telnet -l pl.UTF-8
238Telnet jest popularnym protokołem zdalnego logowania. Ten pakiet
239zawiera klienta tej usługi.
845f767b 240
5459024d 241%package ftpd
87a2a408 242Summary: The standard UNIX FTP (file transfer protocol) server
13ef1022 243Summary(pl.UTF-8): Serwer FTP
5459024d 244Group: Networking/Daemons
7c2ce0a1 245Requires: %{name}-libs = %{version}-%{release}
a39a46c8 246Requires: rc-inetd >= 0.8.1
5459024d 247Obsoletes: ftpd
248
87a2a408 249%description ftpd
c358392a 250FTP is the file transfer protocol, which is a widely used Internet
87a2a408 251protocol for transferring files and for archiving files.
252
0fbef91b
JR
253%description ftpd -l pl.UTF-8
254FTP jest protokołem transmisji plików szeroko rozpowszechnionym w
2f6bc7c9 255Internecie.
845f767b 256
5459024d 257%package rshd
568e3a79 258Summary: Server for remote access commands (rsh, rlogin, rcp)
13ef1022 259Summary(pl.UTF-8): Serwer zdalnego dostępu (rsh, rlogin, rcp)
5459024d 260Group: Networking/Daemons
7c2ce0a1 261Requires: %{name}-libs = %{version}-%{release}
a39a46c8 262Requires: rc-inetd >= 0.8.1
5459024d 263Obsoletes: rshd
264
87a2a408 265%description rshd
266The rsh package contains a set of programs which allow users to run
267commmands on remote machines, login to other machines and copy files
268between machines (rsh, rlogin and rcp). All three of these commands
c358392a 269use rhosts style authentication. This package contains servers needed
87a2a408 270for all of these services.
271
0fbef91b
JR
272%description rshd -l pl.UTF-8
273Ten pakiet zawiera zestaw serwerów pozwalających na wykonywanie
274poleceń na zdalnych maszynach, logowanie na inne maszyny oraz
275kopiowanie plików pomiędzy maszynami (rsh, rlogin, rcp).
845f767b 276
5459024d 277%package telnetd
568e3a79 278Summary: Server for the telnet remote login
13ef1022 279Summary(pl.UTF-8): Serwer protokołu telnet
5459024d 280Group: Networking/Daemons
7c2ce0a1 281Requires: %{name}-libs = %{version}-%{release}
a39a46c8 282Requires: rc-inetd >= 0.8.1
5459024d 283Obsoletes: telnetd
284
87a2a408 285%description telnetd
c358392a 286Telnet is a popular protocol for remote logins across the Internet.
287This package provides a telnet daemon which allows remote logins into
288the machine it is running on.
87a2a408 289
0fbef91b
JR
290%description telnetd -l pl.UTF-8
291Telnet jest popularnym protokołem zdalnego logowania. Ten pakiet
292zawiera serwer pozwalający na zdalne logowanie się klientów na maszynę
293na której działa.
845f767b 294
c52bba62 295%package daemons
11e40c5a 296Summary: Kerberos daemons programs for use on servers
13ef1022 297Summary(pl.UTF-8): Serwery popularnych usług, autoryzujące przy pomocy kerberosa
11e40c5a 298Group: Networking
7c2ce0a1 299Requires: %{name}-libs = %{version}-%{release}
11e40c5a
AM
300
301%description daemons
302Kerberos Daemons.
303
0fbef91b
JR
304%description daemons -l pl.UTF-8
305Demony korzystające z systemu Kerberos do autoryzacji dostępu.
11e40c5a 306
11e40c5a 307%prep
0484bab0 308%setup -q
11e40c5a 309%patch0 -p1
493e3b85 310%patch1 -p1
3674519b 311%patch2 -p1
c7b87187
JB
312%patch3 -p1
313%patch4 -p1
314%patch5 -p1
ed59b63e 315%patch6 -p1
38d4a713 316%patch7 -p1
55199c96 317%patch8 -p1
0484bab0 318%patch9 -p1
9e485d0a 319
11e40c5a 320%build
3f986b36 321rm -f acinclude.m4
fcf46cfe 322%{__libtoolize}
323%{__aclocal} -I cf
324%{__autoconf}
325%{__automake}
5459024d 326%configure \
6dfaff75
JB
327 --enable-hdb-openldap-module \
328 --enable-kcm \
329 --enable-pthread-support \
11e40c5a
AM
330 --enable-shared \
331 --enable-static \
332 --enable-new-des3-code \
6dfaff75
JB
333 --with-hdbdir=%{_localstatedir} \
334 --with-ipv6 \
6c033d21 335 --with-openldap=/usr \
4469f316 336 --with-readline=/usr \
6dfaff75 337 --with%{!?with_x11:out}-x
11e40c5a 338
14a9b13c 339%{__make}
11e40c5a
AM
340
341%install
342rm -rf $RPM_BUILD_ROOT
87a2a408 343install -d $RPM_BUILD_ROOT{%{_localstatedir},%{_sysconfdir}} \
344 $RPM_BUILD_ROOT/etc/{sysconfig/rc-inetd,logrotate.d,rc.d/init.d}
11e40c5a 345
a297a2ea
JB
346%{__make} install \
347 DESTDIR=$RPM_BUILD_ROOT
5459024d 348
7d3ffee7
JR
349mv $RPM_BUILD_ROOT%{_bindir}/su $RPM_BUILD_ROOT%{_bindir}/ksu
350mv $RPM_BUILD_ROOT%{_mandir}/man1/su.1 $RPM_BUILD_ROOT%{_mandir}/man1/ksu.1
9987dc73 351
568e3a79 352install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/krb5.conf
87a2a408 353
568e3a79 354install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
355install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
356install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
11e40c5a 357
568e3a79 358install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/ftpd
359install %{SOURCE6} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/rshd
360install %{SOURCE7} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/telnetd
361install %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/kadmind
11e40c5a 362
36488e42 363install %{SOURCE9} $RPM_BUILD_ROOT/etc/rc.d/init.d/kpasswdd
364install %{SOURCE10} $RPM_BUILD_ROOT/etc/sysconfig/kpasswdd
365
0484bab0
JB
366# just a test plugin
367rm -f $RPM_BUILD_ROOT%{_libdir}/windc.*
368# not needed for plugin
369rm -f $RPM_BUILD_ROOT%{_libdir}/hdb_ldap.{la,a}
4469f316 370# other implementation exists in e2fsprogs (conflict with e2fsprogs-devel)
0484bab0 371rm -rf $RPM_BUILD_ROOT{%{_libdir}/libss.{so,la,a},%{_includedir}/ss,%{_bindir}/mk_cmds}
4469f316
JB
372# this is created because glibc's <glob.h> has no GLOB_LIMIT and GLOB_QUOTE
373rm -f $RPM_BUILD_ROOT%{_includedir}/glob.h
0f06dc21
JB
374# resolve heimdal-libs/krb5-libs conflict
375mv -f $RPM_BUILD_ROOT%{_mandir}/man5/{krb5.conf.5,krb5.conf.5h}
0484bab0
JB
376# resolve conflict with gss
377mv -f $RPM_BUILD_ROOT%{_bindir}/{gss,gsscmd}
87a2a408 378
379touch $RPM_BUILD_ROOT{%{_sysconfdir}/krb5.keytab,%{_localstatedir}/kadmind.acl}
11e40c5a 380
845f767b
JB
381%clean
382rm -rf $RPM_BUILD_ROOT
383
87a2a408 384%post server
71148af2 385/sbin/chkconfig --add heimdal
f3e12399 386%service heimdal restart "heimdal daemon"
71148af2 387
36488e42 388/sbin/chkconfig --add kpasswdd
f3e12399 389%service kpasswdd restart "heimdal password changing daemon"
36488e42 390
f3e12399 391%service -q rc-inetd reload
87a2a408 392
87a2a408 393%preun server
71148af2 394if [ "$1" = "0" ]; then
f3e12399 395 %service heimdal stop
71148af2 396 /sbin/chkconfig --del heimdal
71148af2 397
f3e12399 398 %service kpasswdd stop
36488e42 399 /sbin/chkconfig --del kpasswdd
36488e42 400
f3e12399 401 %service -q rc-inetd reload
71148af2 402fi
2d0d93d3 403
5459024d 404%post ftpd
f3e12399 405%service -q rc-inetd reload
11e40c5a 406
5459024d 407%postun ftpd
f3e12399
ER
408if [ "$1" = "0" ]; then
409 %service -q rc-inetd reload
71148af2 410fi
5459024d 411
412%post rshd
f3e12399 413%service -q rc-inetd reload
11e40c5a 414
5459024d 415%postun rshd
f3e12399
ER
416if [ "$1" = "0" ]; then
417 %service -q rc-inetd reload
71148af2 418fi
56afe882 419
5459024d 420%post telnetd
f3e12399 421%service -q rc-inetd reload
11e40c5a 422
5459024d 423%postun telnetd
f3e12399
ER
424if [ "$1" = "0" ]; then
425 %service -q rc-inetd reload
71148af2 426fi
11e40c5a 427
87a2a408 428%post libs
429/sbin/ldconfig
71148af2 430[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
87a2a408 431
2d0d93d3 432%postun libs
87a2a408 433/sbin/ldconfig
71148af2 434[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
87a2a408 435
c7b87187
JB
436%files
437%defattr(644,root,root,755)
0484bab0 438%doc ChangeLog NEWS README TODO
c7b87187 439%attr(755,root,root) %{_bindir}/afslog
0484bab0 440%attr(755,root,root) %{_bindir}/gsscmd
7d3ffee7 441%attr(755,root,root) %{_bindir}/hxtool
c7b87187
JB
442%attr(755,root,root) %{_bindir}/kauth
443%attr(755,root,root) %{_bindir}/kdestroy
444%attr(755,root,root) %{_bindir}/kf
445%attr(755,root,root) %{_bindir}/kgetcred
446%attr(755,root,root) %{_bindir}/kinit
447%attr(755,root,root) %{_bindir}/klist
448%attr(755,root,root) %{_bindir}/kpasswd
6230cc94 449%attr(755,root,root) %{_bindir}/kswitch
c7b87187
JB
450%attr(755,root,root) %{_bindir}/pagsh
451%attr(755,root,root) %{_bindir}/pfrom
c7b87187 452%attr(755,root,root) %{_bindir}/string2key
c7b87187
JB
453%attr(755,root,root) %{_bindir}/otpprint
454%attr(755,root,root) %{_bindir}/verify_krb5_conf
0484bab0 455%attr(755,root,root) %{_sbindir}/kdigest
7d3ffee7 456%attr(755,root,root) %{_sbindir}/kimpersonate
64e90bd4 457%attr(755,root,root) %{_sbindir}/ktutil
665da1cc
AM
458%if %{with x11}
459%attr(755,root,root) %{_bindir}/kx
460%attr(755,root,root) %{_bindir}/tenletxr
c7b87187 461%attr(755,root,root) %{_bindir}/xnlock
665da1cc
AM
462%attr(755,root,root) %{_bindir}/rxtelnet
463%attr(755,root,root) %{_bindir}/rxterm
464%endif
c7b87187 465%attr(4755,root,root) %{_bindir}/otp
c7b87187 466%attr(4755,root,root) %{_bindir}/ksu
c7b87187 467%{_mandir}/man1/afslog.1*
c7b87187
JB
468%{_mandir}/man1/kdestroy.1*
469%{_mandir}/man1/kf.1*
470%{_mandir}/man1/kgetcred.1*
7d3ffee7 471%{_mandir}/man1/kimpersonate.1*
c7b87187
JB
472%{_mandir}/man1/kinit.1*
473%{_mandir}/man1/klist.1*
474%{_mandir}/man1/kpasswd.1*
9987dc73 475%{_mandir}/man1/ksu.1*
c7b87187
JB
476%{_mandir}/man1/otp.1*
477%{_mandir}/man1/otpprint.1*
9987dc73 478%{_mandir}/man1/pagsh.1*
c7b87187 479%{_mandir}/man1/pfrom.1*
64e90bd4 480%{_mandir}/man8/ktutil.8*
c7b87187
JB
481%{_mandir}/man8/string2key.8*
482%{_mandir}/man8/verify_krb5_conf.8*
665da1cc
AM
483%if %{with x11}
484%{_mandir}/man1/kx.1*
485%{_mandir}/man1/tenletxr.1*
486%{_mandir}/man1/xnlock.1*
487%{_mandir}/man1/rxtelnet.1*
488%{_mandir}/man1/rxterm.1*
489%endif
490
0484bab0 491%files libs
11e40c5a 492%defattr(644,root,root,755)
0484bab0
JB
493%dir %{_sysconfdir}
494%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/krb5.conf
495%attr(400,root,root) %ghost %{_sysconfdir}/krb5.keytab
496%attr(755,root,root) %{_libdir}/libasn1.so.*.*.*
72e056e8 497%attr(755,root,root) %ghost %{_libdir}/libasn1.so.8
0484bab0 498%attr(755,root,root) %{_libdir}/libgssapi.so.*.*.*
72e056e8 499%attr(755,root,root) %ghost %{_libdir}/libgssapi.so.2
0484bab0 500%attr(755,root,root) %{_libdir}/libhdb.so.*.*.*
72e056e8 501%attr(755,root,root) %ghost %{_libdir}/libhdb.so.9
0484bab0 502%attr(755,root,root) %{_libdir}/libheimntlm.so.*.*.*
72e056e8 503%attr(755,root,root) %ghost %{_libdir}/libheimntlm.so.0
0484bab0 504%attr(755,root,root) %{_libdir}/libhx509.so.*.*.*
14679f30 505%attr(755,root,root) %ghost %{_libdir}/libhx509.so.4
0484bab0 506%attr(755,root,root) %{_libdir}/libkadm5clnt.so.*.*.*
72e056e8 507%attr(755,root,root) %ghost %{_libdir}/libkadm5clnt.so.7
0484bab0 508%attr(755,root,root) %{_libdir}/libkadm5srv.so.*.*.*
72e056e8 509%attr(755,root,root) %ghost %{_libdir}/libkadm5srv.so.8
0484bab0 510%attr(755,root,root) %{_libdir}/libkafs.so.*.*.*
72e056e8 511%attr(755,root,root) %ghost %{_libdir}/libkafs.so.0
0484bab0 512%attr(755,root,root) %{_libdir}/libkdc.so.*.*.*
72e056e8 513%attr(755,root,root) %ghost %{_libdir}/libkdc.so.2
0484bab0 514%attr(755,root,root) %{_libdir}/libkrb5.so.*.*.*
fdc02fd1 515%attr(755,root,root) %ghost %{_libdir}/libkrb5.so.25
0484bab0 516%attr(755,root,root) %{_libdir}/libotp.so.*.*.*
72e056e8 517%attr(755,root,root) %ghost %{_libdir}/libotp.so.0
0484bab0 518%attr(755,root,root) %{_libdir}/libroken.so.*.*.*
fdc02fd1 519%attr(755,root,root) %ghost %{_libdir}/libroken.so.18
0484bab0 520%attr(755,root,root) %{_libdir}/libsl.so.*.*.*
72e056e8 521%attr(755,root,root) %ghost %{_libdir}/libsl.so.0
6230cc94 522%attr(755,root,root) %{_libdir}/libwind.so.*.*.*
fdc02fd1 523%attr(755,root,root) %ghost %{_libdir}/libwind.so.0
0484bab0
JB
524%{_infodir}/heimdal.info*
525%{_infodir}/hx509.info*
526%{_mandir}/man5/krb5.conf.5*
6dfaff75 527%{_mandir}/man5/mech.5*
0484bab0 528%{_mandir}/man8/kerberos.8*
11e40c5a 529
0484bab0
JB
530%files ldap
531%defattr(644,root,root,755)
532%attr(755,root,root) %{_libdir}/hdb_ldap.so
11e40c5a 533
0484bab0
JB
534%files devel
535%defattr(644,root,root,755)
536%attr(755,root,root) %{_bindir}/krb5-config
537%attr(755,root,root) %{_libdir}/libasn1.so
538%attr(755,root,root) %{_libdir}/libgssapi.so
539%attr(755,root,root) %{_libdir}/libhdb.so
540%attr(755,root,root) %{_libdir}/libheimntlm.so
541%attr(755,root,root) %{_libdir}/libhx509.so
542%attr(755,root,root) %{_libdir}/libkadm5clnt.so
543%attr(755,root,root) %{_libdir}/libkadm5srv.so
544%attr(755,root,root) %{_libdir}/libkafs.so
545%attr(755,root,root) %{_libdir}/libkdc.so
546%attr(755,root,root) %{_libdir}/libkrb5.so
547%attr(755,root,root) %{_libdir}/libotp.so
548%attr(755,root,root) %{_libdir}/libroken.so
549%attr(755,root,root) %{_libdir}/libsl.so
6230cc94 550%attr(755,root,root) %{_libdir}/libwind.so
0484bab0
JB
551%{_libdir}/libasn1.la
552%{_libdir}/libgssapi.la
553%{_libdir}/libhdb.la
554%{_libdir}/libheimntlm.la
555%{_libdir}/libhx509.la
556%{_libdir}/libkadm5clnt.la
557%{_libdir}/libkadm5srv.la
558%{_libdir}/libkafs.la
559%{_libdir}/libkdc.la
560%{_libdir}/libkrb5.la
561%{_libdir}/libotp.la
562%{_libdir}/libroken.la
563%{_libdir}/libsl.la
6230cc94 564%{_libdir}/libwind.la
0484bab0
JB
565%{_includedir}/*.h
566%{_includedir}/gssapi
567%{_includedir}/kadm5
568%{_includedir}/krb5
569%{_includedir}/roken
6dfaff75 570%{_pkgconfigdir}/heimdal-gssapi.pc
0484bab0
JB
571%{_mandir}/man1/krb5-config.1*
572%{_mandir}/man3/*
11e40c5a 573
0484bab0
JB
574%files static
575%defattr(644,root,root,755)
576%{_libdir}/libasn1.a
577%{_libdir}/libgssapi.a
578%{_libdir}/libhdb.a
579%{_libdir}/libheimntlm.a
580%{_libdir}/libhx509.a
581%{_libdir}/libkadm5clnt.a
582%{_libdir}/libkadm5srv.a
583%{_libdir}/libkafs.a
584%{_libdir}/libkdc.a
585%{_libdir}/libkrb5.a
586%{_libdir}/libotp.a
587%{_libdir}/libroken.a
588%{_libdir}/libsl.a
6230cc94 589%{_libdir}/libwind.a
0484bab0
JB
590
591%files kcm
592%defattr(644,root,root,755)
593%attr(755,root,root) %{_sbindir}/kcm
594%{_mandir}/man8/kcm.8*
595
596%files server
597%defattr(644,root,root,755)
11e40c5a 598%attr(755,root,root) %{_sbindir}/kadmin
c7b87187 599%attr(755,root,root) %{_sbindir}/kfd
11e40c5a 600%attr(755,root,root) %{_sbindir}/kstash
11e40c5a
AM
601%attr(755,root,root) %{_sbindir}/hprop
602%attr(755,root,root) %{_sbindir}/hpropd
7d3ffee7 603%attr(755,root,root) %{_sbindir}/iprop-log
11e40c5a
AM
604%attr(755,root,root) %{_sbindir}/ipropd-master
605%attr(755,root,root) %{_sbindir}/ipropd-slave
606%attr(755,root,root) %{_sbindir}/kadmind
607%attr(755,root,root) %{_sbindir}/kdc
11e40c5a 608%attr(755,root,root) %{_sbindir}/kpasswdd
c7b87187 609%attr(755,root,root) %{_sbindir}/push
665da1cc 610%{?with_x11:%attr(755,root,root) %{_sbindir}/kxd}
0484bab0
JB
611%attr(754,root,root) /etc/rc.d/init.d/%{name}
612%attr(754,root,root) /etc/rc.d/init.d/kpasswdd
613%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/*
614%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/heimdal
615%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/kpasswdd
616%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/kadmind
617%attr(700,root,root) %dir %{_localstatedir}
618%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/*
9987dc73 619%{_mandir}/man8/iprop.8*
7d3ffee7 620%{_mandir}/man8/iprop-log.8*
5459024d 621%{_mandir}/man8/hprop.8*
622%{_mandir}/man8/hpropd.8*
fcf46cfe 623%{_mandir}/man8/kadmin.8*
624%{_mandir}/man8/kadmind.8*
5459024d 625%{_mandir}/man8/kdc.8*
c7b87187 626%{_mandir}/man8/kfd.8*
5459024d 627%{_mandir}/man8/kpasswdd.8*
fcf46cfe 628%{_mandir}/man8/kstash.8*
c7b87187 629%{_mandir}/man8/push.8*
0484bab0 630%{?with_x11:%{_mandir}/man8/kxd.8*}
5459024d 631
568e3a79 632%files login
c358392a 633%defattr(644,root,root,755)
568e3a79 634%attr(755,root,root) %{_bindir}/login
c7b87187 635%{_mandir}/man1/login.1*
72e056e8 636%{_mandir}/man5/login.access.5*
568e3a79 637
5459024d 638%files ftp
c358392a 639%defattr(644,root,root,755)
5459024d 640%attr(755,root,root) %{_bindir}/ftp
c358392a 641%{_mandir}/man1/ftp.1*
5459024d 642
643%files rsh
c358392a 644%defattr(644,root,root,755)
fcf46cfe 645%attr(755,root,root) %{_bindir}/rcp
6dfaff75
JB
646%attr(755,root,root) %{_bindir}/rsh
647%{_mandir}/man1/rcp.1*
fcf46cfe 648%{_mandir}/man1/rsh.1*
5459024d 649
650%files telnet
c358392a 651%defattr(644,root,root,755)
5459024d 652%attr(755,root,root) %{_bindir}/telnet
c358392a 653%{_mandir}/man1/telnet.1*
5459024d 654
655%files ftpd
c358392a 656%defattr(644,root,root,755)
a39a46c8 657%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/ftpd
5459024d 658%attr(755,root,root) %{_sbindir}/ftpd
c358392a 659%{_mandir}/man5/ftpusers.5*
660%{_mandir}/man8/ftpd.8*
5459024d 661
662%files rshd
c358392a 663%defattr(644,root,root,755)
a39a46c8 664%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/rshd
5459024d 665%attr(755,root,root) %{_sbindir}/rshd
fcf46cfe 666%{_mandir}/man8/rshd.8*
5459024d 667
668%files telnetd
c358392a 669%defattr(644,root,root,755)
a39a46c8 670%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/telnetd
5459024d 671%attr(755,root,root) %{_sbindir}/telnetd
c358392a 672%{_mandir}/man8/telnetd.8*
5459024d 673
11e40c5a
AM
674%files daemons
675%defattr(644,root,root,755)
9e485d0a 676%attr(755,root,root) %{_sbindir}/popper
c7b87187 677%{_mandir}/man8/popper.8*
This page took 0.13425 seconds and 4 git commands to generate.