2011-12-19 10:08:23 +01:00
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
2011-05-02 22:35:23 +02:00
|
|
|
|
|
|
|
Name: pcsc-tools
|
2011-12-19 10:08:23 +01:00
|
|
|
BuildRequires: pcsc-lite-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
Version: 1.4.18
|
2011-05-02 22:35:23 +02:00
|
|
|
Release: 1
|
2011-12-19 10:08:23 +01:00
|
|
|
License: GPL-2.0+
|
2011-05-02 22:35:23 +02:00
|
|
|
Summary: PC/SC tools
|
|
|
|
Url: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
2011-12-19 10:08:23 +01:00
|
|
|
Group: System/Management
|
|
|
|
Source0: http://ludovic.rousseau.free.fr/softwares/%{name}/%{name}-%{version}.tar.gz
|
2011-05-02 22:35:23 +02:00
|
|
|
Patch0: optflags.diff
|
2011-12-19 10:08:23 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-05-02 22:35:23 +02:00
|
|
|
|
|
|
|
%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
|
|
|
|
%patch0
|
|
|
|
|
|
|
|
%build
|
2011-12-19 10:08:23 +01:00
|
|
|
make OPTFLAGS="%{optflags}"
|
2011-05-02 22:35:23 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{?buildroot}/usr
|
|
|
|
|
|
|
|
%clean
|
2011-12-19 10:08:23 +01:00
|
|
|
rm -rf %{buildroot}
|
2011-05-02 22:35:23 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README LICENCE Changelog
|
|
|
|
%{_bindir}/ATR_analysis
|
|
|
|
%{_bindir}/gscriptor
|
|
|
|
%{_bindir}/pcsc_scan
|
|
|
|
%{_bindir}/scriptor
|
|
|
|
%{_datadir}/pcsc/
|
|
|
|
%doc %{_mandir}/man1/*
|
|
|
|
|
|
|
|
%changelog
|