2024-01-06 08:27:41 +01:00
|
|
|
Name: pcsc-tools
|
2024-08-11 21:06:01 +02:00
|
|
|
Version: 1.7.2
|
2024-01-06 08:27:42 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 08:27:41 +01:00
|
|
|
Summary: Tools used to test a PC/SC driver, card or reader
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
2024-01-06 08:27:42 +01:00
|
|
|
Source: https://github.com/LudovicRousseau/pcsc-tools.git/%{version}/pcsc-tools-%{version}.tar.bz2
|
2024-01-06 08:27:41 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libpcsclite-devel
|
2024-01-06 08:27:42 +01:00
|
|
|
BuildRequires: libperl
|
2024-01-06 08:27:41 +01:00
|
|
|
BuildRequires: perl-Chipcard-PCSC
|
|
|
|
BuildRequires: perl-Glib
|
2024-01-06 08:27:41 +01:00
|
|
|
BuildRequires: perl-Gtk3
|
2024-01-06 08:27:41 +01:00
|
|
|
BuildRequires: perl-devel
|
2024-01-06 08:27:42 +01:00
|
|
|
BuildRequires: perl-libintl
|
2024-01-06 08:27:41 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
2024-01-06 08:27:42 +01:00
|
|
|
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}.
|
2024-01-06 08:27:41 +01:00
|
|
|
|
2024-01-06 08:27:42 +01:00
|
|
|
%debug_package
|
2024-01-06 08:27:41 +01:00
|
|
|
|
2024-01-06 08:27:42 +01:00
|
|
|
%prep
|
2024-01-06 08:27:41 +01:00
|
|
|
%setup -q
|
2024-01-06 08:27:42 +01:00
|
|
|
./bootstrap
|
2024-01-06 08:27:41 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 08:27:41 +01:00
|
|
|
%configure
|
|
|
|
%make
|
2024-01-06 08:27:41 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 08:27:41 +01:00
|
|
|
%makeinstall
|
2024-01-06 08:27:41 +01:00
|
|
|
|
2024-01-06 08:27:42 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 08:27:42 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 08:27:41 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ATR_analysis
|
|
|
|
%{_bindir}/pcsc_scan
|
|
|
|
%{_bindir}/scriptor
|
2024-01-06 08:27:42 +01:00
|
|
|
%{_datadir}/pcsc/gscriptor.png
|
2024-01-06 08:27:41 +01:00
|
|
|
%{_datadir}/pcsc/smartcard_list.txt
|
2024-01-06 08:27:42 +01:00
|
|
|
%{_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*
|
2024-01-06 08:27:41 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-08-11 21:06:01 +02:00
|
|
|
* Sun Aug 11 2024 Automatic Build System <autodist@openmamba.org> 1.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:42 +01:00
|
|
|
* Sun Dec 31 2023 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:42 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-06 08:27:42 +01:00
|
|
|
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.2-1mamba
|
|
|
|
- update to 1.6.2
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Sat Dec 31 2022 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Sun Jan 30 2022 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Mon Nov 08 2021 Automatic Build System <autodist@mambasoft.it> 1.5.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Fri Jul 31 2020 Automatic Build System <autodist@mambasoft.it> 1.5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 16 2020 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 08 2020 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Sun Dec 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.3-1mamba
|
|
|
|
- update to 1.5.3
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Tue Aug 09 2016 Automatic Build System <autodist@mambasoft.it> 1.4.27-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 1.4.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Fri Dec 18 2015 Automatic Build System <autodist@mambasoft.it> 1.4.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Tue Aug 11 2015 Automatic Build System <autodist@mambasoft.it> 1.4.24-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Mon Oct 06 2014 Automatic Build System <autodist@mambasoft.it> 1.4.23-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 08:27:41 +01:00
|
|
|
* Mon Jan 20 2014 Automatic Build System <autodist@mambasoft.it> 1.4.22-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 26 2012 Automatic Build System <autodist@mambasoft.it> 1.4.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 10 2012 Automatic Build System <autodist@mambasoft.it> 1.4.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 24 2012 Automatic Build System <autodist@mambasoft.it> 1.4.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.17-2mamba
|
|
|
|
- rebuilt with pcsc-lite 1.7.2
|
|
|
|
|
|
|
|
* Fri Sep 03 2010 Automatic Build System <autodist@mambasoft.it> 1.4.17-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 28 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.16-1mamba
|
|
|
|
- package created by autospec
|