2015-11-18 14:27:23 +00:00
|
|
|
Name: libcacard
|
2019-07-22 16:53:27 +00:00
|
|
|
Version: 2.7.0
|
2020-01-29 08:42:00 +00:00
|
|
|
Release: 4%{?dist}
|
2015-11-18 14:27:23 +00:00
|
|
|
Summary: CAC (Common Access Card) library
|
|
|
|
License: LGPLv2+
|
2018-08-08 13:52:44 +00:00
|
|
|
URL: https://gitlab.freedesktop.org/spice/libcacard
|
2015-11-18 14:27:23 +00:00
|
|
|
Source0: http://www.spice-space.org/download/libcacard/%{name}-%{version}.tar.xz
|
2019-07-22 16:53:27 +00:00
|
|
|
Source1: http://www.spice-space.org/download/libcacard/%{name}-%{version}.tar.xz.asc
|
|
|
|
Source2: gpgkey-15B5C33D.gpg
|
2019-08-29 12:31:16 +00:00
|
|
|
# https://gitlab.freedesktop.org/spice/libcacard/merge_requests/5
|
|
|
|
Patch0: %{name}-2.7.0-caching-keys.patch
|
2015-11-18 14:27:23 +00:00
|
|
|
Epoch: 3
|
|
|
|
|
2018-07-09 17:06:47 +00:00
|
|
|
BuildRequires: gcc
|
2015-11-18 14:27:23 +00:00
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: nss-devel
|
2019-07-22 16:53:27 +00:00
|
|
|
BuildRequires: softhsm
|
|
|
|
BuildRequires: opensc
|
|
|
|
BuildRequires: gnutls-utils
|
|
|
|
BuildRequires: nss-tools
|
|
|
|
BuildRequires: openssl
|
|
|
|
BuildRequires: lcov
|
|
|
|
BuildRequires: gnupg2
|
2015-11-18 14:27:23 +00:00
|
|
|
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 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
|
2019-07-22 16:53:27 +00:00
|
|
|
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
2015-11-18 14:27:23 +00:00
|
|
|
%setup -q
|
2019-08-29 12:31:16 +00:00
|
|
|
%patch0 -p1
|
2015-11-18 14:27:23 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2019-07-22 16:53:27 +00:00
|
|
|
%check
|
|
|
|
# Do not run the tests on s390x, which fails
|
|
|
|
%ifnarch s390x
|
|
|
|
sed -i "s!/usr/lib64/!%{_libdir}/!" tests/setup-softhsm2.sh
|
|
|
|
make check
|
|
|
|
%endif
|
|
|
|
|
2015-11-18 14:27:23 +00:00
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
2019-01-22 17:39:34 +00:00
|
|
|
%ldconfig_scriptlets
|
2015-11-18 14:27:23 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc NEWS
|
|
|
|
%{_libdir}/libcacard.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/cacard
|
|
|
|
%{_libdir}/libcacard.so
|
|
|
|
%{_libdir}/pkgconfig/libcacard.pc
|
|
|
|
|
|
|
|
%changelog
|
2020-01-29 08:42:00 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.7.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-08-29 12:33:33 +00:00
|
|
|
* Thu Aug 29 2019 Jakub Jelen <jjelen@redhat.com> - 2.7.0-3
|
|
|
|
- Backport an upstream patch to unbreak testing
|
|
|
|
|
2019-07-25 12:53:46 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 06:46:21 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.6.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-31 08:57:32 +00:00
|
|
|
* Fri Aug 31 2018 Christophe Fergeau <cfergeau@redhat.com> - 2.6.1-1
|
|
|
|
- Update to new upstream release
|
|
|
|
|
2018-08-08 13:52:44 +00:00
|
|
|
* Wed Aug 8 2018 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.6.0-1
|
|
|
|
- Update to release v2.6.0
|
|
|
|
- remove vscclient, drop libcacard-tools
|
|
|
|
|
2018-07-13 07:52:27 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 21:17:27 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 01:14:26 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:35:42 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-03-01 16:15:11 +00:00
|
|
|
* Wed Mar 01 2017 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.5.3-1
|
|
|
|
- new upstream release 2.5.3
|
|
|
|
|
2017-02-10 18:26:02 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 02:57:09 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-08 15:00:47 +00:00
|
|
|
* Tue Dec 8 2015 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.5.2-1
|
|
|
|
- Update to latest libcacard's release (2.5.2)
|
|
|
|
|
2015-11-25 22:40:32 +00:00
|
|
|
* Wed Nov 25 2015 Fabiano Fidêncio <fidencio@redhat.com> - 3:2.5.1-1
|
|
|
|
- Update to latest libcacard's release (2.5.1)
|
|
|
|
|
2015-11-18 14:27:23 +00:00
|
|
|
* Wed Sep 23 2015 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.5.0-1
|
|
|
|
- Initial standalone libcacard package.
|