107 lines
3.3 KiB
RPMSpec
107 lines
3.3 KiB
RPMSpec
Name: pcsc-tools
|
|
Version: 1.6.0
|
|
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.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libpcsclite-devel
|
|
BuildRequires: perl-Chipcard-PCSC
|
|
BuildRequires: perl-Glib
|
|
BuildRequires: perl-Gtk3
|
|
BuildRequires: perl-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%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
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%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 README
|
|
|
|
%changelog
|
|
* Sun Jan 30 2022 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 08 2021 Automatic Build System <autodist@mambasoft.it> 1.5.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.3-1mamba
|
|
- update to 1.5.3
|
|
|
|
* Tue Aug 09 2016 Automatic Build System <autodist@mambasoft.it> 1.4.27-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 1.4.26-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 18 2015 Automatic Build System <autodist@mambasoft.it> 1.4.25-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 11 2015 Automatic Build System <autodist@mambasoft.it> 1.4.24-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Oct 06 2014 Automatic Build System <autodist@mambasoft.it> 1.4.23-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|