OBS User unknown
2007-08-03 20:28:04 +00:00
committed by Git OBS Bridge
parent ddbb446085
commit 262097cb9a
3 changed files with 1991 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 1 15:45:23 CEST 2007 - sbrabec@suse.cz
- Applied Jacob Berkman's patch for 32-64-bit interoperability.
-------------------------------------------------------------------
Thu Jul 26 17:08:01 CEST 2007 - sbrabec@suse.cz

View File

@@ -15,7 +15,7 @@ Name: pcsc-lite
%define ifddir %{_libdir}/readers
BuildRequires: libusb-devel pkg-config readline-devel resmgr
Version: 1.4.3
Release: 1
Release: 4
PreReq: %{insserv_prereq} %{fillup_prereq}
# For upgrade from <= SLES9:
PreReq: coreutils
@@ -27,6 +27,7 @@ Source0: %{name}-%{version}.tar.bz2
Source1: pcscd.init
Source2: README.SUSE
Source3: pre_checkin.sh
Patch: pcsc-lite-1.4.3-64bit-compat2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -76,6 +77,7 @@ Authors:
%prep
%setup -q
cp -a %{S:2} .
%patch -p1
%build
ACLOCAL="aclocal -I m4" autoreconf -f -i
@@ -147,6 +149,8 @@ fi
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Aug 01 2007 - sbrabec@suse.cz
- Applied Jacob Berkman's patch for 32-64-bit interoperability.
* Thu Jul 26 2007 - sbrabec@suse.cz
- Updated to version 1.4.3:
* see ChangeLog for complete list of changes