2024-01-06 08:27:41 +01:00
|
|
|
Name: pcsc-tools
|
2024-01-06 08:27:41 +01:00
|
|
|
Version: 1.4.23
|
2024-01-06 08:27:41 +01:00
|
|
|
Release: 1mamba
|
|
|
|
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/
|
|
|
|
Source: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libpcsclite-devel
|
|
|
|
BuildRequires: perl-Chipcard-PCSC
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-Glib
|
|
|
|
BuildRequires: perl-Gtk2
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%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).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%make PREFIX=%{_prefix}
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall DESTDIR=%{buildroot}%{_prefix}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ATR_analysis
|
|
|
|
%{_bindir}/gscriptor
|
|
|
|
%{_bindir}/pcsc_scan
|
|
|
|
%{_bindir}/scriptor
|
|
|
|
%{_mandir}/man1/*.1.gz
|
|
|
|
%{_mandir}/man1/*.1p.gz
|
|
|
|
%{_datadir}/pcsc/smartcard_list.txt
|
|
|
|
%doc LICENCE README TODO
|
|
|
|
|
|
|
|
%changelog
|
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
|