remove qcam from armv7hl
This commit is contained in:
parent
f06178c706
commit
bc77a1b753
@ -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 <zdohnal@redhat.com> - 1.0.29-2
|
||||
- remove qcam from armv7hl
|
||||
|
||||
* Mon Feb 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-1
|
||||
- 1.0.29
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user