-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpamsms-1.0.spec
47 lines (39 loc) · 1.04 KB
/
pamsms-1.0.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Summary: The PAM module for the Strong Authentication via SMS.
Name: pamsms
Version: 1.0
Release: 1
License: Owned by Gruppo Reti S.p.A.
Group: System Environment/Base
Source0: %{name}-%{version}.tar.gz
URL: http://www.reti.it/
Vendor: Gruppo Reti S.p.A.
Packager: Andrea Biancini <[email protected]>
Distribution: Red Hat Linux or Fedora Linux
ExclusiveOS: Linux
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: make, gcc, glibc, pam, pam-devel
Requires: smsgateway, pam
%description
This package contains a PAM module that is able to authenticate a user
using his personal cellular phone.
It sends a unique random token to the user's cell-phone and waits for the
user to write it back.
%prep
%setup -q
%build
%{__make}
%install
%makeinstall
%preun
%{__rm} -f /etc/pam.d/retisms
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README
%config /etc/pam.d/retisms
/usr/lib/security/pam_retisms.so
/usr/bin/pamwrap
%changelog
* Mon Jul 12 2004 Andrea Biancini <[email protected]>
- Initial build for pamsms