Accepting request 96995 from home:wrosenauer:devel

OBS-URL: https://build.opensuse.org/request/show/96995
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-tools?expand=0&rev=2
This commit is contained in:
Wolfgang Rosenauer 2011-12-19 09:08:23 +00:00 committed by Git OBS Bridge
parent 1c29d71625
commit b48b07220b
4 changed files with 25 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e954e67218746af21c2cfd15584ee7f2a2d80ac7106105b0da699e2fd04ffb3f
size 69861

3
pcsc-tools-1.4.18.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f6cbd897205e9d714acdccdc3eb8e1804e907e79ecf2f52b272dba1195096ad
size 93764

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 19 07:20:09 UTC 2011 - wr@rosenauer.org
- update to 1.4.18
* gscriptor: Display hex dumps in lines of 16 bytes instead of 17
* gscriptor: Display bytes of value 0x20 as ' ' instead of '.'
* scriptor: Display lines of 16 bytes instead of 24
* 223 new ATRs
* pcsc_scan: Correctly detect reader Plug and Play support
-------------------------------------------------------------------
Mon May 2 17:59:53 UTC 2011 - wr@rosenauer.org

View File

@ -1,15 +1,19 @@
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: pcsc-tools
Version: 1.4.17
BuildRequires: pcsc-lite-devel
BuildRequires: pkgconfig
Version: 1.4.18
Release: 1
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Management
License: GPL-2.0+
Summary: PC/SC tools
Url: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
Source0: http://ludovic.rousseau.free.fr/softwares/%{name}/%{name}-%{version}.tar.bz2
Group: System/Management
Source0: http://ludovic.rousseau.free.fr/softwares/%{name}/%{name}-%{version}.tar.gz
Patch0: optflags.diff
BuildRequires: pkgconfig pcsc-lite-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
These tools are used to test a PC/SC driver, card or reader
@ -21,13 +25,13 @@ or send commands in a friendly environment
%patch0
%build
%__make OPTFLAGS="%{optflags}"
make OPTFLAGS="%{optflags}"
%install
make install DESTDIR=%{?buildroot}/usr
%clean
rm -rf "$RPM_BUILD_ROOT"
rm -rf %{buildroot}
%files
%defattr(-,root,root)