|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: pyscard
|
|
|
|
|
Version: 1.9.5
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: A framework for building smart card aware applications in Python
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -32,6 +32,7 @@ Summary: %summary
|
|
|
|
|
Requires: pcsc-lite
|
|
|
|
|
%{?python_provide:%python_provide python2-%{name}}
|
|
|
|
|
# Remove before F30
|
|
|
|
|
Provides: pyscard = %{version}-%{release}
|
|
|
|
|
Provides: pyscard%{?_isa} = %{version}-%{release}
|
|
|
|
|
Obsoletes: pyscard < %{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -78,6 +79,9 @@ chmod 755 %{buildroot}%{python3_sitearch}/smartcard/scard/*.so
|
|
|
|
|
%{python3_sitearch}/%{name}-%{version}-py*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.5-6
|
|
|
|
|
- Add Provides for the old name without %%_isa
|
|
|
|
|
|
|
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.5-5
|
|
|
|
|
- Python 2 binary package renamed to python2-pyscard
|
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|