]> git.pld-linux.org Git - packages/checkpassword-pam.git/blame - checkpassword-pam.spec
- converted to UTF-8
[packages/checkpassword-pam.git] / checkpassword-pam.spec
CommitLineData
3b27e01b 1Summary: The uniform PAM password-checking interface
14afe952 2Summary(pl.UTF-8): Jednolity interfejs do sprawdzania haseł przez PAM
3b27e01b 3Name: checkpassword-pam
374d49ca 4Version: 0.99
93b5b19f 5Release: 2
3b27e01b 6License: GPL
7Group: Applications/System
41412fc4 8Source0: http://dl.sourceforge.net/checkpasswd-pam/%{name}-%{version}.tar.gz
374d49ca 9# Source0-md5: 47db7b71f281115b030d4947f09f4374
3b27e01b 10URL: http://checkpasswd-pam.sourceforge.net/
6c2db5cd 11BuildRequires: pam-devel
95a1c71e 12BuildRequires: rpmbuild(macros) >= 1.177
3b27e01b 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
307d1f84
JB
18as login, ftpd, and pop3d. checkpassword-pam uses PAM library to check
19passwords.
3b27e01b 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
14afe952
JR
28%description -l pl.UTF-8
29checkpassword udostępnia prosty, jednolity interfejs do sprawdzania
30haseł we wszystkich aplikacjach z prawami roota. Może być używany w
31aplikacjach takich jak login, ftpd i pop3d. checkpassword-pam używa
32biblioteki PAM do sprawdzania haseł.
307d1f84 33
14afe952
JR
34Dostępne są narzędzia kompatybilne z checkpassword obsługujące
35alternatywne bazy haseł, ukryte nazwy użytkowników, długie hasła,
36podkonta, hasła jednorazowe, szczegółowy accounting i wiele innych
37możliwości. Aplikacje używające interfejsu checkpassword będą działać
38z dowolnym z tych narzędzi. Kilka narzędzi zostało zaprojektowanych do
39obsługi POP.
3b27e01b 40
41%prep
42%setup -q
43
44%build
45%configure
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
95a1c71e
ER
51install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man8}
52install checkpassword-pam $RPM_BUILD_ROOT%{_sbindir}
3b27e01b 53install checkpassword-pam.8 $RPM_BUILD_ROOT%{_mandir}/man8
54
93b5b19f
ER
55# compat
56ln -s ../sbin/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
57
3b27e01b 58%clean
59rm -rf $RPM_BUILD_ROOT
60
93b5b19f
ER
61%triggerpostun -- %{name} < 0.99-2
62ln -sf %{_sbindir}/%{name} %{_bindir}/%{name}
95a1c71e 63%banner %{name} -e <<EOF
95a1c71e 64The %{name} binary was moved to %{_sbindir}, please update your
93b5b19f
ER
65configuration! I've created compat symlink so you don't feel so much
66pain of that change.
95a1c71e
ER
67EOF
68
3b27e01b 69%files
3b27e01b 70%defattr(644,root,root,755)
95a1c71e 71%doc AUTHORS README NEWS
93b5b19f 72%ghost %{_bindir}/*
95a1c71e 73%attr(755,root,root) %{_sbindir}/*
2975e2d2 74%{_mandir}/man8/*
This page took 0.037945 seconds and 4 git commands to generate.