diff --git a/sane.spec b/sane.spec index 8386323..2d734e1 100644 --- a/sane.spec +++ b/sane.spec @@ -24,7 +24,7 @@ Summary: SANE - local and remote scanner access Name: sane Version: 1.0.25 -Release: 1 +Release: 2 # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain License: GPLv2+ and GPLv2+ with exceptions and Public Domain @@ -370,7 +370,9 @@ perl -p -i -e 's/^(\s*geniusvp2)/\#$1/g' %{buildroot}%{_sysconfdir}/sane.d/dll.c # Comment out entry for the "epson" backend in /etc/sane.d/dll.conf as # we have also Epson's "epkowa" backend which supports the same # scanners +%if %{with epkowa} perl -p -i -e 's/^(\s*epson)/\#$1/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf +%endif # Remove "hpoj" line from /etc/sane.d/dll.con perl -p -i -e 's/HP\s+OfficeJet/HPLIP/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf