gscriptor: fix requirement for pcsc-tools [release 1.7.0-2mamba;Sun Nov 19 2023]
This commit is contained in:
parent
ed9fe29e95
commit
3ace73b4cb
@ -1,4 +1,4 @@
|
|||||||
# pcsc-tools
|
# 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).
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: pcsc-tools
|
Name: pcsc-tools
|
||||||
Version: 1.6.2
|
Version: 1.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Tools used to test a PC/SC driver, card or reader
|
Summary: Tools used to test a PC/SC driver, card or reader
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,19 +8,28 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
URL: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
||||||
Source: https://github.com/LudovicRousseau/pcsc-tools.git/%{version}/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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpcsclite-devel
|
BuildRequires: libpcsclite-devel
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-Chipcard-PCSC
|
BuildRequires: perl-Chipcard-PCSC
|
||||||
BuildRequires: perl-Glib
|
BuildRequires: perl-Glib
|
||||||
BuildRequires: perl-Gtk3
|
BuildRequires: perl-Gtk3
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
|
BuildRequires: perl-libintl
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%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
|
%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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ATR_analysis
|
%{_bindir}/ATR_analysis
|
||||||
%{_bindir}/gscriptor
|
|
||||||
%{_bindir}/pcsc_scan
|
%{_bindir}/pcsc_scan
|
||||||
%{_bindir}/scriptor
|
%{_bindir}/scriptor
|
||||||
%{_mandir}/man1/*.1*
|
%{_datadir}/pcsc/gscriptor.png
|
||||||
%{_mandir}/man1/*.1p*
|
|
||||||
%{_datadir}/pcsc/smartcard_list.txt
|
%{_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
|
%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
|
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.2-1mamba
|
||||||
- update to 1.6.2
|
- update to 1.6.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user