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