update to 1.6.1 [release 1.6.1-1mamba;Thu Jul 11 2024]
This commit is contained in:
parent
453b137bfe
commit
a09c43611b
@ -1,5 +1,5 @@
|
|||||||
Name: pcsclite-driver-ccid
|
Name: pcsclite-driver-ccid
|
||||||
Version: 1.5.5
|
Version: 1.6.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A generic USB CCID (Chip/Smart Card Interface Devices) driver
|
Summary: A generic USB CCID (Chip/Smart Card Interface Devices) driver
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://ccid.apdu.fr/
|
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
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
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}
|
%setup -q -n ccid-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 05 2024 Automatic Build System <autodist@openmamba.org> 1.5.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user