|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: pyscard
|
|
|
|
Name: pyscard
|
|
|
|
Version: 1.9.7
|
|
|
|
Version: 2.0.3
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A framework for building smart card aware applications in Python
|
|
|
|
Summary: A framework for building smart card aware applications in Python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -9,8 +9,8 @@ Summary: A framework for building smart card aware applications in Python
|
|
|
|
# http://sourceforge.net/p/pyscard/code/619/
|
|
|
|
# http://sourceforge.net/p/pyscard/code/619/
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://sourceforge.net/projects/pyscard/
|
|
|
|
URL: https://github.com/LudovicRousseau/pyscard
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/LudovicRousseau/pyscard/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pcsc-lite-devel
|
|
|
|
BuildRequires: pcsc-lite-devel
|
|
|
@ -56,6 +56,10 @@ chmod 755 %{buildroot}%{python3_sitearch}/smartcard/scard/*.so
|
|
|
|
%{python3_sitearch}/%{name}-%{version}-py*.egg-info
|
|
|
|
%{python3_sitearch}/%{name}-%{version}-py*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 31 2022 Orion Poplawski <orion@nwra.com> - 2.0.3-1
|
|
|
|
|
|
|
|
- Update to 2.0.3
|
|
|
|
|
|
|
|
- New URL
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.7-14
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.7-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|