delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
85082844eb
commit
e63e256b67
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ccid
|
Name: ccid
|
||||||
Version: 1.4.33
|
Version: 1.4.33
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Provide a generic USB CCID driver and ICCD
|
Summary: Provide a generic USB CCID driver and ICCD
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://ccid.apdu.fr/files/
|
URL: https://ccid.apdu.fr/files/
|
||||||
@ -16,7 +16,7 @@ Patch4: 0004-IFDHSetProtocolParameters-handle-ATR_GetConvention-e.patc
|
|||||||
Patch5: 0005-PPS_Match-fix-potential-read-of-uninitialized-buffer.patch
|
Patch5: 0005-PPS_Match-fix-potential-read-of-uninitialized-buffer.patch
|
||||||
Patch6: 0006-dw2i-fix-potential-integer-overflow.patch
|
Patch6: 0006-dw2i-fix-potential-integer-overflow.patch
|
||||||
|
|
||||||
BuildRequires: perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc git
|
BuildRequires: perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc
|
||||||
BuildRequires: pcsc-lite-devel >= 1.8.9
|
BuildRequires: pcsc-lite-devel >= 1.8.9
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -31,7 +31,7 @@ Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices).See the
|
|||||||
USB CCID and ICCD specifications from the USB working group.
|
USB CCID and ICCD specifications from the USB working group.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n ccid-%{version} -p1 -S git
|
%autosetup -n ccid-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-twinserial
|
%configure --enable-twinserial
|
||||||
@ -55,6 +55,9 @@ cp -p src/openct/LICENSE LICENSE.openct
|
|||||||
%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin
|
%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.4.33-3
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Fri Oct 30 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.4.33-2
|
* Fri Oct 30 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.4.33-2
|
||||||
- backport some patches to fix some problems.
|
- backport some patches to fix some problems.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user