]> git.pld-linux.org Git - SPECS.git/blob - pcsc-proxy.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / pcsc-proxy.spec
1 Summary:        PC/SC Proxy for Linux
2 Summary(de.UTF-8):      PC/SC Proxy für Linux
3 Summary(pl.UTF-8):      Proxy PC/SC dla Linuksa
4 Name:           pcsc-proxy
5 Version:        2.0.1
6 Release:        1
7 License:        LGPL v2.1+
8 Group:          Libraries
9 # https://www.aquamaniac.de/sites/download/packages.php
10 Source0:        https://www.aquamaniac.de/sites/download/download.php?package=11&release=05&file=01&dummy=/%{name}-%{version}.tar.gz
11 # Source0-md5:  229b3c3e42af75960bc680e3f179803e
12 URL:            https://www.aquamaniac.de/sites/home/
13 BuildRequires:  autoconf >= 2.64
14 BuildRequires:  automake
15 BuildRequires:  gnutls-devel
16 BuildRequires:  libtool
17 BuildRequires:  pcsc-lite-devel
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 PC/SC Proxy for Linux.
23
24 %description -l de.UTF-8
25 PC/SC Proxy für Linux.
26
27 %description -l pl.UTF-8
28 Proxy PC/SC dla Linuksa.
29
30 %package client
31 Summary:        PC/SC Proxy for Linux - client library
32 Summary(de.UTF-8):      PC/SC Proxy für Linux - Client
33 Summary(pl.UTF-8):      Proxy PC/SC dla Linuksa - biblioteka kliencka
34 Group:          Libraries
35
36 %description client
37 PC/SC Proxy for Linux - client library.
38
39 %description client -l de.UTF-8
40 PC/SC Proxy für Linux - Client.
41
42 %description client -l pl.UTF-8
43 Proxy PC/SC dla Linuksa - biblioteka kliencka.
44
45 %package server
46 Summary:        PC/SC Proxy for Linux - server
47 Summary(de.UTF-8):      PC/SC Proxy für Linux - Server
48 Summary(pl.UTF-8):      Proxy PC/SC dla Linuksa - serwer
49 Group:          Daemons
50
51 %description server
52 PC/SC Proxy for Linux - server.
53
54 %description server -l de.UTF-8
55 PC/SC Proxy für Linux - Server.
56
57 %description server -l pl.UTF-8
58 Proxy PC/SC dla Linuksa - serwer.
59
60 %prep
61 %setup -q
62
63 %build
64 %{__libtoolize}
65 %{__aclocal} -I m4
66 %{__autoconf}
67 %{__autoheader}
68 %{__automake}
69 %configure \
70         --disable-static
71
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 # not for development
81 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libpcsclite.{la,so}
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %post   client -p /sbin/ldconfig
87 %postun client -p /sbin/ldconfig
88
89 %files client
90 %defattr(644,root,root,755)
91 %doc AUTHORS README
92 %attr(755,root,root) %{_libdir}/libpcsclite.so.*.*.*
93 %attr(755,root,root) %ghost %{_libdir}/libpcsclite.so.1
94
95 %files server
96 %defattr(644,root,root,755)
97 %doc AUTHORS README
98 %attr(755,root,root) %{_sbindir}/pcsc-proxy
This page took 0.142271 seconds and 3 git commands to generate.