1 |
# $Id: checkpassword-pam.spec 7981 2009-11-03 03:05:34Z dag $ |
2 |
# Authority: dag |
3 |
|
4 |
Summary: Provides a simple, uniform password-checking interface using PAM |
5 |
Name: checkpassword-pam |
6 |
Version: 0.99 |
7 |
Release: 1.3%{?dist} |
8 |
License: GPL |
9 |
Group: System Environment/Base |
10 |
URL: http://checkpasswd-pam.sourceforge.net/ |
11 |
|
12 |
Packager: Dag Wieers <dag@wieers.com> |
13 |
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ |
14 |
|
15 |
Source: http://dl.sf.net/checkpasswd-pam/checkpassword-pam-%{version}.tar.gz |
16 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
17 |
|
18 |
BuildRequires: pam-devel >= 0.59 |
19 |
|
20 |
%description |
21 |
checkpassword-pam provides a simple, uniform password-checking |
22 |
interface to all root applications using PAM. It is suitable for |
23 |
use by applications such as login, ftpd, and pop3d. |
24 |
|
25 |
There are checkpassword-compatible tools that support alternate |
26 |
password databases, secret login names, long passwords, subaccounts, |
27 |
one-time passwords, detailed accounting, and many other features. |
28 |
|
29 |
Applications that use the checkpassword interface will work with all |
30 |
of these tools. Several tools have been specifically designed to |
31 |
support POP toasters. |
32 |
|
33 |
%prep |
34 |
%setup |
35 |
|
36 |
%build |
37 |
%configure |
38 |
%{__make} %{?_smp_mflags} |
39 |
|
40 |
%install |
41 |
%{__rm} -rf %{buildroot} |
42 |
%makeinstall |
43 |
|
44 |
%clean |
45 |
%{__rm} -rf %{buildroot} |
46 |
|
47 |
%files |
48 |
%defattr(-, root, root, 0755) |
49 |
%doc AUTHORS ChangeLog COPYING interface.html NEWS README |
50 |
%doc %{_mandir}/man8/checkpassword-pam.8* |
51 |
%{_bindir}/checkpassword-pam |
52 |
|
53 |
%changelog |
54 |
* Fri Mar 18 2016 JP Pialasse <tests@pialasse.com> - 0.99-1.3.sme |
55 |
- Import to SME Server [SME:9322] |
56 |
|
57 |
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.99-1.2 - 7981/dag |
58 |
- Rebuild for Fedora Core 5. |
59 |
|
60 |
* Wed Sep 22 2004 Dag Wieers <dag@wieers.com> - 0.99-1 |
61 |
- Updated to release 0.99. |
62 |
|
63 |
* Wed Oct 01 2003 Dag Wieers <dag@wieers.com> - 0.98-0 |
64 |
- Updated to release 0.98. |
65 |
|
66 |
* Mon Aug 04 2003 Dag Wieers <dag@wieers.com> - 0.97-0 |
67 |
- Updated to release 0.97. |
68 |
|
69 |
* Sat Jul 12 2003 Dag Wieers <dag@wieers.com> - 0.96-0 |
70 |
- Initial package. (using DAR) |