|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: pyscard
|
|
|
|
|
Version: 1.9.0
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 1.9.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A framework for building smart card aware applications in Python
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -9,7 +9,7 @@ Group: Development/Libraries
|
|
|
|
|
# and Synchronization.py, Observer.py (CC-BY-SA 3.0), according to
|
|
|
|
|
# http://sourceforge.net/p/pyscard/code/619/
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and Python and CC-BY-SA
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://sourceforge.net/projects/pyscard/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
@ -40,7 +40,7 @@ This is the python3 package.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
# license file is CRLF terminated -- prevent a rpmlint warning
|
|
|
|
|
sed -i 's/\r//' LICENSE
|
|
|
|
|
#sed -i 's/\r//' LICENSE
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__python2} setup.py build
|
|
|
|
|