]> git.pld-linux.org Git - packages/checkpassword-pam.git/blob - checkpassword-pam.spec
1b2bc45d6875c90efc37893424428bbf73d64d2b
[packages/checkpassword-pam.git] / checkpassword-pam.spec
1 Summary:        The uniform PAM password-checking interface
2 Summary(pl):    Jednolite miêdzymordzie do hase³ PAM
3 Name:           checkpassword-pam
4 Version:        0.95
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://belnet.dl.sourceforge.net/sourceforge/checkpasswd-pam/%{name}-%{version}.tar.gz
9 URL:            http://checkpasswd-pam.sourceforge.net/
10 BuildRequires:  pam-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 checkpassword provides a simple, uniform password-checking interface
15 to all root applications. It is suitable for use by applications such
16 as login, ftpd, and pop3d.
17
18 There are checkpassword-compatible tools that support alternate
19 password databases, secret login names, long passwords, subaccounts,
20 one-time passwords, detailed accounting, and many other features.
21 Applications that use the checkpassword interface will work with all
22 of these tools. Several tools have been specifically designed to
23 support POP toasters.
24
25 %description -l pl
26 Jednolite miêdzymordzie do hase³ umo¿liwiaj±ce wspó³dzia³anie z
27 bibliotek± PAM, do u¿ycia przez serwery takie jak ftpd, pop3, imapd,
28 login.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
41 install checkpassword-pam $RPM_BUILD_ROOT%{_bindir}
42 install checkpassword-pam.8 $RPM_BUILD_ROOT%{_mandir}/man8
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README
50 %attr(755,root,root) %{_bindir}/*
51 %attr(644,root,root) %{_mandir}/man8/*
This page took 0.076199 seconds and 2 git commands to generate.