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