update to 1.5.3 [release 1.5.3-1mamba;Sun Dec 09 2018]
This commit is contained in:
parent
a1fd4303b3
commit
0d60352a1e
@ -1,5 +1,5 @@
|
||||
Name: pcsc-tools
|
||||
Version: 1.4.27
|
||||
Version: 1.5.3
|
||||
Release: 1mamba
|
||||
Summary: Tools used to test a PC/SC driver, card or reader
|
||||
Group: System/Tools
|
||||
@ -7,15 +7,11 @@ 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
|
||||
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-devel
|
||||
BuildRequires: perl-Glib
|
||||
BuildRequires: perl-Gtk2
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -27,11 +23,12 @@ These tools are used to test a PC/SC driver, card or reader or send commands in
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make PREFIX=%{_prefix}
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall DESTDIR=%{buildroot}%{_prefix}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -45,9 +42,12 @@ These tools are used to test a PC/SC driver, card or reader or send commands in
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%{_mandir}/man1/*.1p.gz
|
||||
%{_datadir}/pcsc/smartcard_list.txt
|
||||
%doc LICENCE README
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user