From bc77a1b7534573dde8b252cbebc04ac11c58a236 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Feb 10 2020 11:21:35 +0000 Subject: remove qcam from armv7hl --- diff --git a/sane-backends.spec b/sane-backends.spec index f37b9e0..92ec088 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -14,7 +14,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.29 -Release: 1%{?dist} +Release: 2%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -231,6 +231,10 @@ install -m 644 %{SOURCE2} %{buildroot}%{_unitdir} sed 's|@CONFIGDIR@|%{_sysconfdir}/sane.d|g' < %{SOURCE3} > saned@.service install -m 644 saned@.service %{buildroot}%{_unitdir} +%ifarch armv7hl +rm -f %{buildroot}%%{_libdir}/sane/libsane-qcam.so +%endif + %find_lang %name %post @@ -418,6 +422,9 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Mon Feb 10 2020 Zdenek Dohnal - 1.0.29-2 +- remove qcam from armv7hl + * Mon Feb 03 2020 Zdenek Dohnal - 1.0.29-1 - 1.0.29