- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN. - Add BuildArch noarch to autoconfig subpackage OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=109
This commit is contained in:
parent
f9bb1b04b0
commit
480c812eaa
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 07:14:09 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
%patchN.
|
||||||
|
- Add BuildArch noarch to autoconfig subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 7 18:15:29 UTC 2023 - Javier Llorente <javier@opensuse.org>
|
Fri Apr 7 18:15:29 UTC 2023 - Javier Llorente <javier@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sane-backends
|
# spec file for package sane-backends
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -153,6 +153,7 @@ Group: Hardware/Scanner
|
|||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
# When sane-backends is already installed, try to install also sane-backends-autoconfig if available:
|
# When sane-backends is already installed, try to install also sane-backends-autoconfig if available:
|
||||||
Supplements: sane-backends
|
Supplements: sane-backends
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description autoconfig
|
%description autoconfig
|
||||||
USB scanner autoconfiguration happens via udev.
|
USB scanner autoconfiguration happens via udev.
|
||||||
@ -187,11 +188,10 @@ Conflicts: %{name} < %{version}
|
|||||||
Saned allows access to locally attached scanners over the network.
|
Saned allows access to locally attached scanners over the network.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
|
||||||
# Patch100... is SUSE specific stuff:
|
# Patch100... is SUSE specific stuff:
|
||||||
# Patch102 adapt_epkowa.desc_for_yast2-scanner.patch adapts epkowa.desc for yast2-scanner
|
# Patch102 adapt_epkowa.desc_for_yast2-scanner.patch adapts epkowa.desc for yast2-scanner
|
||||||
# see https://bugzilla.opensuse.org/show_bug.cgi?id=788756#c14
|
# see https://bugzilla.opensuse.org/show_bug.cgi?id=788756#c14
|
||||||
%patch102
|
%autosetup -p0
|
||||||
|
|
||||||
# Remove hpoj.desc completely to avoid confusion with its successor hpaio.desc
|
# Remove hpoj.desc completely to avoid confusion with its successor hpaio.desc
|
||||||
# because since openSUSE 10.3 the package hp-officeJet (for hpoj.desc) is dropped.
|
# because since openSUSE 10.3 the package hp-officeJet (for hpoj.desc) is dropped.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user