diff --git a/README.md b/README.md index 9847441..b161bea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # pcsc-tools -These tools are used to test a PC/SC driver, card or reader or send commands in a friendly environment (text or graphical user interface). +Thesetools are used to test a PC/SC driver, card or reader or send commands in a friendly environment (text or graphical user interface). diff --git a/pcsc-tools.spec b/pcsc-tools.spec index 95bfde2..2f9ab00 100644 --- a/pcsc-tools.spec +++ b/pcsc-tools.spec @@ -1,5 +1,5 @@ Name: pcsc-tools -Version: 1.6.1 +Version: 1.6.2 Release: 1mamba Summary: Tools used to test a PC/SC driver, card or reader Group: System/Tools @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ -Source: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-%{version}.tar.bz2 +Source: https://github.com/LudovicRousseau/pcsc-tools.git/%{version}/pcsc-tools-%{version}.tar.bz2 +#Source: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -19,11 +20,13 @@ BuildRequires: perl-devel ## AUTOBUILDREQ-END %description -These tools are used to test a PC/SC driver, card or reader or send commands in a friendly environment (text or graphical user interface). +Thesetools are used to test a PC/SC driver, card or reader or send commands in a friendly environment (text or graphical user interface). + +%debug_package %prep - %setup -q +./bootstrap %build %configure @@ -42,12 +45,15 @@ These tools are used to test a PC/SC driver, card or reader or send commands in %{_bindir}/gscriptor %{_bindir}/pcsc_scan %{_bindir}/scriptor -%{_mandir}/man1/*.1.gz -%{_mandir}/man1/*.1p.gz +%{_mandir}/man1/*.1* +%{_mandir}/man1/*.1p* %{_datadir}/pcsc/smartcard_list.txt %doc README %changelog +* Thu Mar 09 2023 Silvan Calarco 1.6.2-1mamba +- update to 1.6.2 + * Sat Dec 31 2022 Automatic Build System 1.6.1-1mamba - automatic version update by autodist