diff --git a/pcsc-tools.spec b/pcsc-tools.spec index 807c5d1..b9ae931 100644 --- a/pcsc-tools.spec +++ b/pcsc-tools.spec @@ -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 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 1.5.3-1mamba +- update to 1.5.3 + * Tue Aug 09 2016 Automatic Build System 1.4.27-1mamba - automatic version update by autodist