- Fixes for SLE10.
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=88
This commit is contained in:
parent
c280129869
commit
70d785b70c
@ -1,7 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 17:54:53 CET 2013 - sbrabec@suse.cz
|
||||
Wed Jan 9 19:20:31 CET 2013 - sbrabec@suse.cz
|
||||
|
||||
- Verify GPG signature.
|
||||
- Fixes for SLE10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 19:44:56 CET 2013 - sbrabec@suse.cz
|
||||
|
@ -23,10 +23,10 @@ BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
%if %suse_version >= 1120
|
||||
#shouldn't be found automagically ?
|
||||
BuildRequires: libudev-devel
|
||||
%endif
|
||||
%if %suse_version == 1110
|
||||
%if %suse_version <= 1110
|
||||
# libusb is an inferior method of USB enumeration, as it introduces polling
|
||||
BuildRequires: libusb-1_0-devel
|
||||
%endif
|
||||
%if %suse_version > 1140
|
||||
@ -139,7 +139,7 @@ cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--enable-usbdropdir=%{ifddir} \
|
||||
--disable-libhal \
|
||||
%if %suse_version == 1110
|
||||
%if %suse_version <= 1110
|
||||
--disable-libudev \
|
||||
%endif
|
||||
%if %suse_version > 1140
|
||||
|
Loading…
x
Reference in New Issue
Block a user