]> git.pld-linux.org Git - packages/checkpassword.git/blob - checkpassword.spec
a17709e1cb3a00fbf203342524491f0258186aba
[packages/checkpassword.git] / checkpassword.spec
1 Summary:        The uniform password-checking interface
2 Summary(pl.UTF-8):      Jednolite międzymordzie do haseł
3 Name:           checkpassword
4 Version:        0.90
5 Release:        1
6 License:        Qmail
7 Group:          Applications/System
8 Source0:        http://cr.yp.to/checkpwd/%{name}-%{version}.tar.gz
9 # Source0-md5:  e75842e908f96571ae56c3da499ba1fc
10 Patch0:         http://www.qmail.org/%{name}-pam-0.90.diff.gz
11 # Patch0-md5:   fd45f13200262fb2cd06c16c1041f267
12 Patch1:         %{name}-pam-pld.patch
13 URL:            http://cr.yp.to/checkpwd.html
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 checkpassword provides a simple, uniform password-checking interface
18 to all root applications. It is suitable for use by applications such
19 as login, ftpd, and pop3d.
20
21 There are checkpassword-compatible tools that support alternate
22 password databases, secret login names, long passwords, subaccounts,
23 one-time passwords, detailed accounting, and many other features.
24 Applications that use the checkpassword interface will work with all
25 of these tools. Several tools have been specifically designed to
26 support POP toasters.
27
28 %description -l pl.UTF-8
29 Jednolite międzymordzie do haseł, do użycia przez serwery takie jak
30 ftpd, pop3, imapd, login. Wyposażone dodatkowo w łatkę umożliwiającą
31 współdziałanie z biblioteką PAM.
32
33 %prep
34 %setup -q
35
36 %patch0 -p1
37 %patch1
38
39 %build
40 echo '%{__cc} %{rpmcflags}' > conf-cc
41 echo '%{_prefix}' > conf-home
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47
48 install checkpassword $RPM_BUILD_ROOT%{_bindir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %attr(755,root,root) %{_bindir}/*
This page took 0.044783 seconds and 3 git commands to generate.