gscriptor: fix requirement for pcsc-tools [release 1.7.0-2mamba;Sun Nov 19 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:27:42 +01:00
parent ed9fe29e95
commit 3ace73b4cb
2 changed files with 35 additions and 10 deletions

View File

@ -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).

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.7.0-2mamba
- gscriptor: fix requirement for pcsc-tools
* Sun Oct 15 2023 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.2-1mamba
- update to 1.6.2