diff --git a/README.md b/README.md index b161bea..9847441 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # pcsc-tools -Thesetools are used to test a PC/SC driver, card or reader or send commands in a friendly environment (text or graphical user interface). +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). diff --git a/pcsc-tools.spec b/pcsc-tools.spec index 2f9ab00..987db2a 100644 --- a/pcsc-tools.spec +++ b/pcsc-tools.spec @@ -1,6 +1,6 @@ Name: pcsc-tools -Version: 1.6.2 -Release: 1mamba +Version: 1.7.0 +Release: 2mamba Summary: Tools used to test a PC/SC driver, card or reader Group: System/Tools Vendor: openmamba @@ -8,19 +8,28 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ 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 BuildRequires: libpcsclite-devel +BuildRequires: libperl BuildRequires: perl-Chipcard-PCSC BuildRequires: perl-Glib BuildRequires: perl-Gtk3 BuildRequires: perl-devel +BuildRequires: perl-libintl ## AUTOBUILDREQ-END %description -Thesetools are used to test a PC/SC driver, card or reader or send commands in a friendly environment (text or graphical user interface). +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). + +%package gscriptor +Group: Graphical Desktop/Applications/Security +Summary: UI scriptor tool provided with %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description gscriptor +UI scriptor tool provided with %{name}. %debug_package @@ -36,21 +45,37 @@ Thesetools are used to test a PC/SC driver, card or reader or send commands in a [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +%find_lang %{name} + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files +%files -f %{name}.lang %defattr(-,root,root) %{_bindir}/ATR_analysis -%{_bindir}/gscriptor %{_bindir}/pcsc_scan %{_bindir}/scriptor -%{_mandir}/man1/*.1* -%{_mandir}/man1/*.1p* +%{_datadir}/pcsc/gscriptor.png %{_datadir}/pcsc/smartcard_list.txt -%doc README +%{_mandir}/man1/ATR_analysis.1* +%{_mandir}/man1/pcsc_scan.1* +%{_mandir}/man1/scriptor.1* +%{_mandir}/man1/*.1p* +%doc LICENCE + +%files gscriptor +%defattr(-,root,root) +%{_bindir}/gscriptor +%{_datadir}/applications/gscriptor.desktop +%{_mandir}/man1/gscriptor.1* %changelog +* Sun Nov 19 2023 Silvan Calarco 1.7.0-2mamba +- gscriptor: fix requirement for pcsc-tools + +* Sun Oct 15 2023 Automatic Build System 1.7.0-1mamba +- automatic version update by autodist + * Thu Mar 09 2023 Silvan Calarco 1.6.2-1mamba - update to 1.6.2