Name: libcacard Version: 2.5.3.40 Release: 201808061505.bfc2.spice.nightly%{?dist} Summary: CAC (Common Access Card) library Group: Development/Libraries License: LGPLv2+ URL: https://www.spice-space.org/ Epoch: 3 Source0: libcacard-2.5.3.40-bfc2.tar.xz BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: nss-devel Conflicts: qemu-common < 2:2.5.0 %description This library provides emulation of smart cards to a virtual card reader running in a guest virtual machine. It implements DoD CAC standard with separate pki containers (compatible coolkey), using certificates read from NSS. %package tools Summary: CAC Emulation tools Group: Development/Libraries Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %description tools CAC emulation tools. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q -n libcacard-2.5.3.40-bfc2 %build %configure --disable-static sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool make %{?_smp_mflags} %install %make_install rm -f %{buildroot}%{_libdir}/*.la %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license COPYING %doc NEWS %{_libdir}/libcacard.so.* %{_bindir}/vscclient %files tools %{_bindir}/vscclient %files devel %{_includedir}/cacard %{_libdir}/libcacard.so %{_libdir}/pkgconfig/libcacard.pc %changelog * Mon Aug 6 2018 SPICE Development Team - 2.5.3.40-201808061505.bfc2.spice.nightly - Build from git commmit bfc2ba9f11d6a2c2bb3fd3d493b4c3c334d7483a in @spice/nightly copr