delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:13:35 +08:00
parent 044a024046
commit 173877cd65
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,13 +1,13 @@
Name: pcsc-lite
Version: 1.9.0
Release: 2
Release: 3
Summary: Middleware to access a smart card using SCard API (PC/SC)
License: BSD
URL: https://pcsclite.apdu.fr/
Source0: https://pcsclite.apdu.fr/files/%{name}-%{version}.tar.bz2
BuildRequires: systemd-devel polkit-devel gettext-devel
BuildRequires: perl-podlators doxygen gnupg2 gcc git python3
BuildRequires: perl-podlators doxygen gnupg2 gcc python3
Requires(post): systemd
Requires(preun): systemd
@ -48,7 +48,7 @@ Obsoletes: %{name}-doc
This package includes documentation for PC/SC Lite.
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
for file in ChangeLog; do
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
@ -116,6 +116,9 @@ mkdir -p %{buildroot}/%{_localstatedir}/run/pcscd
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.9.0-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Oct 29 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.9.0-2
- backport some patches to solve some upstream problems