]> git.pld-linux.org Git - packages/pcsc-lite.git/blob - pcsc-lite.spec
-first milestep in road to passwordless workstation :)
[packages/pcsc-lite.git] / pcsc-lite.spec
1 Summary:        Muscle PCSC Framework for Linux
2 Name:           pcsc-lite
3 Version:        1.1.1
4 Release:        1
5 License:        BSD
6 Group:          System Environment/Daemons
7 Source0:        %{name}-%{version}.tar.gz
8 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9
10 %description
11 pcscd is the daemon program for PC/SC Lite. It is a resource manager
12 that coorinates communications with Smart Card readers and Smart Cards
13 that are connected to the system. The purpose of PCSC Lite is to
14 provide a Windows(R) SCard interface in a very small form factor for
15 communicating to smartcards and readers. PCSC Lite uses the same
16 winscard api as used under Windows(R)
17
18 %description -l pl
19 Pcscd jest demonem dla  PC/SC Lite. Koordynuje on komunikacjê z 
20 czytnikami Smart Card. Celem pcscd jest udostêpnienie interfejsu
21 zgodnego z  Windows(R) SCard. Demon ten u¿ywa winscard api, tak
22 jak Microsoft[TM] Windows(R).
23
24
25 %prep
26 %setup -q
27
28 %build
29
30 %{configure2_13}
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36 #install -m 755 etc/pcscd.startup /etc/init.d/pcscd
37 #ln -sf /etc/init.d/pcscd /etc/rc.d/rc0.d/K81pcscd
38 #ln -sf /etc/init.d/pcscd /etc/rc.d/rc1.d/K81pcscd
39 #ln -sf /etc/init.d/pcscd /etc/rc.d/rc2.d/S21pcscd
40 #ln -sf /etc/init.d/pcscd /etc/rc.d/rc3.d/S21pcscd
41 #ln -sf /etc/init.d/pcscd /etc/rc.d/rc4.d/S21pcscd
42 #ln -sf /etc/init.d/pcscd /etc/rc.d/rc5.d/S21pcscd
43 #ln -sf /etc/init.d/pcscd /etc/rc.d/rc6.d/K81pcscd
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/reader.conf
51 %attr(755,root,root) %{_sbindir}/pcscd
52 %attr(755,root,root) %{_bindir}/bundleTool
53
54 %doc doc/*
55 %doc AUTHORS   DRIVERS         NEWS  HELP            README SECURITY
56
57 %{_libdir}/*
58 %{_includedir}/*
59 #/etc/init.d/pcscd
60 #/etc/rc.d/rc0.d/K81pcscd
61 #/etc/rc.d/rc1.d/K81pcscd
62 #/etc/rc.d/rc2.d/S21pcscd
63 #/etc/rc.d/rc3.d/S21pcscd
64 #/etc/rc.d/rc4.d/S21pcscd
65 #/etc/rc.d/rc5.d/S21pcscd
66 #/etc/rc.d/rc6.d/K81pcscd
67 %{_mandir}/man1/bundleTool.1.gz
68 %{_mandir}/man8/pcscd.8.gz
This page took 0.034665 seconds and 4 git commands to generate.