mirror of
https://abf.rosa.ru/djam/sane.git
synced 2025-02-23 17:23:00 +00:00
Try to fix file listed twice RPM error
This commit is contained in:
parent
c114b54e95
commit
05417edb14
1 changed files with 5 additions and 6 deletions
11
sane.spec
11
sane.spec
|
@ -542,23 +542,22 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
%dir %{_sysconfdir}/sane.d
|
%dir %{_sysconfdir}/sane.d
|
||||||
%dir %{_sysconfdir}/sane.d/dll.d
|
|
||||||
#config(noreplace) %{_sysconfdir}/sane.d/*[^saned]
|
#config(noreplace) %{_sysconfdir}/sane.d/*[^saned]
|
||||||
%config(noreplace) %{_sysconfdir}/sane.d/*
|
%config(noreplace) %{_sysconfdir}/sane.d/*
|
||||||
%{_sysconfdir}/udev/rules.d/*-libsane.rules
|
%{_sysconfdir}/udev/rules.d/*-libsane.rules
|
||||||
%attr(1777,root,root) %dir /var/lib/lock/sane
|
%attr(1777,root,root) %dir /var/lib/lock/sane
|
||||||
%if %epkowa_support
|
%if %epkowa_support
|
||||||
# iscan files
|
# iscan files
|
||||||
%exclude %_sysconfdir/sane.d/epkowa.conf
|
%exclude %{_sysconfdir}/sane.d/epkowa.conf
|
||||||
%exclude %_mandir/man5/sane-epkowa.5*
|
%exclude %{_mandir}/man5/sane-epkowa.5*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %epkowa_support
|
%if %epkowa_support
|
||||||
#-f iscan.lang
|
#-f iscan.lang
|
||||||
%files backends-iscan
|
%files backends-iscan
|
||||||
%_libdir/sane/libsane-epkowa.*
|
%{_libdir}/sane/libsane-epkowa.*
|
||||||
%_sysconfdir/sane.d/epkowa.conf
|
%{_sysconfdir}/sane.d/epkowa.conf
|
||||||
%_mandir/man5/sane-epkowa.5*
|
%{_mandir}/man5/sane-epkowa.5*
|
||||||
%dir %{_datadir}/iscan
|
%dir %{_datadir}/iscan
|
||||||
%{_datadir}/iscan/*
|
%{_datadir}/iscan/*
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue