220 lines
7.1 KiB
RPMSpec
220 lines
7.1 KiB
RPMSpec
#
|
|
# spec file for package pcsc-lite
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
|
%if ! %{defined _fillupdir}
|
|
%define _fillupdir /var/adm/fillup-templates
|
|
%endif
|
|
|
|
# FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
|
|
%define ifddir %{_libdir}/readers
|
|
%define PKG_USER scard
|
|
%define PKG_GROUP scard
|
|
Name: pcsc-lite
|
|
Version: 1.8.23
|
|
Release: 0
|
|
Summary: PCSC Smart Cards Library
|
|
License: BSD-3-Clause
|
|
Group: Productivity/Security
|
|
Url: http://pcsclite.alioth.debian.org/
|
|
Source: %{name}-%{version}.tar.bz2
|
|
Source1: %{name}.sysconfig
|
|
Source2: README.SUSE
|
|
Source4: baselibs.conf
|
|
Source6: pcsc-lite-reader-conf
|
|
Source7: %{name}-%{version}.tar.bz2.asc
|
|
Source8: %{name}.keyring
|
|
Patch0: systemd-service.patch
|
|
# PATCH-FEATURE-SLE pcsc-lite-python3.patch bsc1082129 sbrabec@suse.com -- Use python3.
|
|
Patch1: pcsc-lite-python3.patch
|
|
BuildRequires: gcc
|
|
BuildRequires: libtool
|
|
BuildRequires: pkg-config
|
|
BuildRequires: readline-devel
|
|
BuildRequires: pkgconfig(libsystemd)
|
|
Requires: libpcsclite1 = %{version}
|
|
Requires(post): %fillup_prereq
|
|
Requires(pre): pwdutils
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: polkit-devel
|
|
BuildRequires: systemd-rpm-macros
|
|
%{?systemd_requires}
|
|
|
|
%description
|
|
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in
|
|
a very small form factor for communication with smart cards and
|
|
readers. PCSC Lite can be compiled directly for a desired reader driver
|
|
or can be used to dynamically allocate/deallocate reader drivers at
|
|
runtime (the default behavior).
|
|
|
|
PCSC Lite uses the same winscard API as used in Windows(R).
|
|
|
|
Security aware people should read the SECURITY file for possible
|
|
vulnerabilities of pcsclite and how to fix them. For information on how
|
|
to install drivers please read the DRIVERS file.
|
|
|
|
Memory cards will be supported through the MCT specification, which is
|
|
an APDU like manner sent normally through the SCardTransmit() function.
|
|
This functionality is exercised in the driver.
|
|
|
|
%package -n libpcsclite1
|
|
Summary: PCSC Smart Card Library
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
Recommends: pcsc-lite >= %{version}
|
|
|
|
%description -n libpcsclite1
|
|
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in
|
|
a very small form factor for communication with smart cards and
|
|
readers. PCSC Lite can be compiled directly for a desired reader driver
|
|
or can be used to dynamically allocate/deallocate reader drivers at
|
|
runtime (the default behavior).
|
|
|
|
PCSC Lite uses the same winscard API as used in Windows(R).
|
|
|
|
Security aware people should read the SECURITY file for possible
|
|
vulnerabilities of pcsclite and how to fix them. For information on how
|
|
to install drivers please read the DRIVERS file.
|
|
|
|
Memory cards will be supported through the MCT specification, which is
|
|
an APDU like manner sent normally through the SCardTransmit() function.
|
|
This functionality is exercised in the driver.
|
|
|
|
%package -n libpcscspy0
|
|
Summary: PCSC Smart Card Library
|
|
License: GPL-3.0-or-later
|
|
Group: System/Libraries
|
|
|
|
%description -n libpcscspy0
|
|
Supporting library for the PC/SC spy tool.
|
|
|
|
%package devel
|
|
Summary: Development package for the MUSCLE project SmartCards library
|
|
License: BSD-3-Clause AND GPL-3.0-or-later
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{name} = %{version}
|
|
Requires: glibc-devel
|
|
Requires: libpcsclite1 = %{version}
|
|
Requires: libpcscspy0 = %{version}
|
|
|
|
%description devel
|
|
This package contains the development files for pcsc-lite. It allows to
|
|
compile plugins for the pcsc-lite package.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
cp -a %{SOURCE1} %{SOURCE2} %{SOURCE6} .
|
|
|
|
%build
|
|
%configure \
|
|
--disable-silent-rules \
|
|
--docdir=%{_docdir}/%{name} \
|
|
--enable-usbdropdir=%{ifddir} \
|
|
--with-systemdsystemunitdir=%{_unitdir} \
|
|
--enable-polkit \
|
|
--enable-filter \
|
|
--disable-static
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|
mkdir -p %{buildroot}%{ifddir}
|
|
mkdir -p %{buildroot}%{_sysconfdir}/reader.conf.d/
|
|
sed s:@ifddir@:%{ifddir}: <pcsc-lite-reader-conf >%{buildroot}%{_sysconfdir}/reader.conf.d/reader.conf
|
|
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcpcscd
|
|
mkdir -p %{buildroot}%{_fillupdir}
|
|
cp %{name}.sysconfig %{buildroot}%{_fillupdir}/sysconfig.pcscd
|
|
mkdir -p %{buildroot}%{_docdir}/%{name}
|
|
cp -a AUTHORS ChangeLog COPYING DRIVERS HELP NEWS README README.SUSE SECURITY TODO %{buildroot}%{_docdir}/%{name}
|
|
# Remove useless la files
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
%pre
|
|
getent group %{PKG_GROUP} >/dev/null || groupadd -r %{PKG_GROUP}
|
|
getent passwd %{PKG_USER} >/dev/null || useradd -r -g %{PKG_GROUP} -s %{_sbindir}/nologin -c "Smart Card Reader" -d %{_localstatedir}/run/pcscd %{PKG_USER}
|
|
%service_add_pre pcscd.service pcscd.socket
|
|
|
|
%post
|
|
%service_add_post pcscd.service pcscd.socket
|
|
%fillup_only -n pcscd
|
|
|
|
%preun
|
|
%service_del_preun pcscd.service pcscd.socket
|
|
|
|
%postun
|
|
%service_del_postun pcscd.service pcscd.socket
|
|
|
|
%post -n libpcsclite1 -p /sbin/ldconfig
|
|
|
|
%postun -n libpcsclite1 -p /sbin/ldconfig
|
|
|
|
%post -n libpcscspy0 -p /sbin/ldconfig
|
|
|
|
%postun -n libpcscspy0 -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%docdir %{_docdir}/%{name}
|
|
%dir %{_docdir}/%{name}
|
|
%{_docdir}/%{name}/AUTHORS
|
|
%{_docdir}/%{name}/COPYING
|
|
%{_docdir}/%{name}/DRIVERS
|
|
%{_docdir}/%{name}/HELP
|
|
%{_docdir}/%{name}/NEWS
|
|
%{_docdir}/%{name}/README
|
|
%{_docdir}/%{name}/README.DAEMON
|
|
%{_docdir}/%{name}/README.SUSE
|
|
%{_docdir}/%{name}/README.polkit
|
|
%{_docdir}/%{name}/SECURITY
|
|
%{_docdir}/%{name}/TODO
|
|
%doc %{_mandir}/man?/*.*
|
|
%{_sbindir}/*
|
|
%dir %{_sysconfdir}/reader.conf.d
|
|
%config(noreplace) %{_sysconfdir}/reader.conf.d/reader.conf
|
|
%{ifddir}
|
|
%{_unitdir}/*
|
|
%{_fillupdir}/sysconfig.pcscd
|
|
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
|
|
%{_libdir}/libpcsclite.so
|
|
%{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy
|
|
|
|
%files -n libpcsclite1
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libpcsclite.so.*
|
|
|
|
%files -n libpcscspy0
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libpcscspy.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%docdir %{_docdir}/%{name}
|
|
%dir %{_docdir}/%{name}
|
|
%{_docdir}/%{name}/Change*
|
|
%{_includedir}/*
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/*.so
|
|
%{_bindir}/*
|
|
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
|
|
%exclude %{_libdir}/libpcsclite.so
|
|
|
|
%changelog
|