mirror of
https://abf.rosa.ru/djam/sane.git
synced 2025-02-23 17:23:00 +00:00
Try to use internal dependency generator exceptions
This commit is contained in:
parent
05417edb14
commit
df89ab0190
1 changed files with 6 additions and 0 deletions
|
@ -7,7 +7,13 @@
|
||||||
|
|
||||||
# All sane backends have SONAME libsane.so.1. We do not want
|
# All sane backends have SONAME libsane.so.1. We do not want
|
||||||
# sane-backends-iscan to provide libsane.so.1, so filter these out.
|
# sane-backends-iscan to provide libsane.so.1, so filter these out.
|
||||||
|
%if %{_use_internal_dependency_generator}
|
||||||
|
%define __noautoprovfiles '%{_libdir}/%{name}/'
|
||||||
|
%else
|
||||||
%define _exclude_files_from_autoprov %{_libdir}/%{name}/
|
%define _exclude_files_from_autoprov %{_libdir}/%{name}/
|
||||||
|
%end
|
||||||
|
|
||||||
|
|
||||||
%define __libtoolize /bin/true
|
%define __libtoolize /bin/true
|
||||||
|
|
||||||
# Setting this makes the /etc/sane.d/dll.conf empty so that scanning apps
|
# Setting this makes the /etc/sane.d/dll.conf empty so that scanning apps
|
||||||
|
|
Loading…
Add table
Reference in a new issue