Accepting request 769678 from home:dimstar:Factory
Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769678 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-ccid?expand=0&rev=85
This commit is contained in:
parent
a61eacc092
commit
3d043b5e0e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 15:28:10 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
|
||||||
|
shortcut through -mini flavors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 11 06:47:08 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Sun Aug 11 06:47:08 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcsc-ccid
|
# spec file for package pcsc-ccid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
|
%if %( pkg-config --modversion udev ) > 190
|
||||||
%define _udevrulesdir %{_libexecdir}/udev/rules.d
|
%define _udevrulesdir %{_libexecdir}/udev/rules.d
|
||||||
%else
|
%else
|
||||||
%define _udevrulesdir /lib/udev/rules.d
|
%define _udevrulesdir /lib/udev/rules.d
|
||||||
@ -29,7 +29,7 @@ Release: 0
|
|||||||
Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader
|
Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: https://ccid.apdu.fr/
|
URL: https://ccid.apdu.fr/
|
||||||
Source: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2
|
Source: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
Source2: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2.asc
|
Source2: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2.asc
|
||||||
@ -38,7 +38,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: libusb-1_0-devel
|
BuildRequires: libusb-1_0-devel
|
||||||
BuildRequires: pcsc-lite-devel
|
BuildRequires: pcsc-lite-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: udev
|
BuildRequires: pkgconfig(udev)
|
||||||
# openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard UID and GID:
|
# openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard UID and GID:
|
||||||
Requires: pcsc-lite >= 1.6.6
|
Requires: pcsc-lite >= 1.6.6
|
||||||
%define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
|
%define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user