update to 1.6.1 [release 1.6.1-1mamba;Thu Jul 11 2024]

This commit is contained in:
Silvan Calarco 2024-07-22 10:39:29 +02:00
parent 453b137bfe
commit a09c43611b

View File

@ -1,5 +1,5 @@
Name: pcsclite-driver-ccid
Version: 1.5.5
Version: 1.6.1
Release: 1mamba
Summary: A generic USB CCID (Chip/Smart Card Interface Devices) driver
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://ccid.apdu.fr/
Source: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
Source: https://ccid.apdu.fr/files/ccid-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -24,13 +24,13 @@ This package provides the source code for a generic USB CCID (Chip/Smart Card In
%setup -q -n ccid-%{version}
%build
%configure
%meson
%make
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -42,6 +42,9 @@ This package provides the source code for a generic USB CCID (Chip/Smart Card In
%doc AUTHORS COPYING
%changelog
* Thu Jul 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.1-1mamba
- update to 1.6.1
* Fri Jan 05 2024 Automatic Build System <autodist@openmamba.org> 1.5.5-1mamba
- automatic version update by autodist