automatic update by autodist [release 1.4.22-1mamba;Mon Jan 20 2014]
This commit is contained in:
parent
3241620f74
commit
f7be522952
@ -1,2 +1,4 @@
|
||||
# pcsc-tools
|
||||
|
||||
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).
|
||||
|
||||
|
70
pcsc-tools.spec
Normal file
70
pcsc-tools.spec
Normal file
@ -0,0 +1,70 @@
|
||||
Name: pcsc-tools
|
||||
Version: 1.4.22
|
||||
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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user