diff --git a/README.md b/README.md index f45b921..9847441 100644 --- a/README.md +++ b/README.md @@ -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). + diff --git a/pcsc-tools.spec b/pcsc-tools.spec new file mode 100644 index 0000000..aa45be2 --- /dev/null +++ b/pcsc-tools.spec @@ -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 +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 1.4.22-1mamba +- automatic update by autodist + +* Wed Dec 26 2012 Automatic Build System 1.4.21-1mamba +- automatic version update by autodist + +* Fri Aug 10 2012 Automatic Build System 1.4.20-1mamba +- automatic version update by autodist + +* Tue Apr 24 2012 Automatic Build System 1.4.18-1mamba +- automatic version update by autodist + +* Fri Apr 15 2011 Silvan Calarco 1.4.17-2mamba +- rebuilt with pcsc-lite 1.7.2 + +* Fri Sep 03 2010 Automatic Build System 1.4.17-1mamba +- automatic update by autodist + +* Thu Jan 28 2010 Silvan Calarco 1.4.16-1mamba +- package created by autospec