File: pam_alreadyloggedin.spec

package info (click to toggle)
libpam-alreadyloggedin 0.3-6
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 188 kB
  • ctags: 101
  • sloc: ansic: 497; python: 240; makefile: 112
file content (76 lines) | stat: -rw-r--r-- 2,350 bytes parent folder | download | duplicates (5)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Name: pam_alreadyloggedin
Version: 0.3
Release: alt1

%define pamconfdir   %_sysconfdir/pam.d
%define pamlibdir    /lib/security
%define mydocdir     %_docdir/%name-%version
%define examples_dir %mydocdir/examples

Summary: Skip password authorization if user is already logged in
License: relaxed BSD and (L)GPL-compatible
Group: System/Base
Url: http://ilya-evseev.narod.ru/posix/%name
Source: %url/%name-%version.tar.gz
BuildPreReq: libpam-devel

Summary(ru_RU.KOI8-R):     ,       

%description
Based on the appropriate module from FreeBSD project source tree,
%name is a PAM module which allows you to skip
authorization stuff (like password entering, etc.),
if you are already logged in on the another console.
See using example in %pamconfdir/login.sso file.

%description -l ru_RU.KOI8-R
%name   PAM,   
      ,
    ۣ     .

       ;
  PAM      
%examples_dir.

%prep
%setup -q -c

%build
%make_build

%install
%make_install install FAKEROOT=%buildroot MAN8DIR=%_man8dir
install -pD -m644 login.sso %buildroot%examples_dir/login

%ifdef add_findprov_lib_path
%add_findprov_lib_path %pamlibdir
%endif

%files
%pamlibdir/%name.so
%examples_dir/login
# %pamconfdir/login.sso
%_man8dir/%name.8.gz

%changelog
* Sun Nov 28 2004 Ilya G. Evseev <evseev@altlinux.ru> 0.3-alt1
- version 0.3: patch from Luca Benini <lbenini@csr.unibo.it>
  for skipping some checks no more actual for Linux

* Wed Aug  4 2004 Ilya G. Evseev <evseev@altlinux.ru> 0.2-alt4
- added add_findprov_lib_path macro
- login.sso is moved from /etc/pam.d to docdir/examples,
  comments are no more needed.

* Tue Jul  6 2004 Ilya G. Evseev <evseev@altlinux.ru> 0.2-alt3
- fixups in login.sso for preventing invalid RPM requirements
- source archive format is changed from ZIP to tar.gz

* Fri Jul  2 2004 Ilya G. Evseev <evseev@altlinux.ru> 0.2-alt2
- specfile cleanups before adding to ALTLinux Sisyphus repository
- added russian summary and description

* Wed Jan 28 2004 Ilya G. Evseev <ilya_evseev@mail.ru> 0.2-1
- Initial build, based on the FreeBSD's module version 0.2

## EOF ##