From 9ac6c0310e87d272063602acf71af0a0b1451571 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:42:58 +0100 Subject: [PATCH] remove broken and unuseful hp-uiscan.desktop [release 3.22.4-3mamba;Sat Jun 25 2022] --- hplip.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hplip.spec b/hplip.spec index fe01113..184eb7f 100644 --- a/hplip.spec +++ b/hplip.spec @@ -3,7 +3,7 @@ %define cups_ver %(cups-config --api-version) Name: hplip Version: 3.22.4 -Release: 2mamba +Release: 3mamba Summary: A printer driver for HP inkjet devices Group: System/Spooling Vendor: openmamba @@ -34,7 +34,6 @@ BuildRequires: libnetsnmp-devel BuildRequires: libnsl-devel BuildRequires: libopenssl-devel BuildRequires: libpython3-devel -BuildRequires: libsane-backends-devel BuildRequires: libssp-devel BuildRequires: libstdc++6-devel BuildRequires: libsystemd-devel @@ -42,6 +41,7 @@ BuildRequires: libudev-devel BuildRequires: libusb-compat-devel BuildRequires: libusb-devel BuildRequires: libz-devel +BuildRequires: sane-backends-devel ## AUTOBUILDREQ-END BuildRequires: libnetsnmp-devel >= 5.9-1mamba BuildRequires: gcc-fortran >= 4.0.1 @@ -185,6 +185,8 @@ find %{buildroot}%{_datadir}/hplip -type f -name "*.so" | while read f; do ln -vsf $lib_name $lib_dir/${lib_name%%-*}.so done +rm -f %{buildroot}%{_datadir}/applications/hp-uiscan.desktop + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -248,7 +250,6 @@ fi %else %{_datadir}/cups/mime/pstotiff.* %endif -%{_datadir}/applications/hp-uiscan.desktop %dir %{_datadir}/hplip %{_datadir}/hplip/* %{_datadir}/cups/model/HP/* @@ -286,6 +287,9 @@ fi %{_localstatedir}/lib/hp/hplip.state %changelog +* Sat Jun 25 2022 Silvan Calarco 3.22.4-3mamba +- remove broken and unuseful hp-uiscan.desktop + * Mon Jun 20 2022 Silvan Calarco 3.22.4-2mamba - fix ui5-systray-hide-when-inactive patch