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