make is no longer in buildroot by default
This commit is contained in:
parent
e74855ce7e
commit
9703c48209
@ -14,7 +14,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.31
|
Version: 1.0.31
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||||
# Tools are GPLv2+, docs are public domain
|
# Tools are GPLv2+, docs are public domain
|
||||||
# see LICENSE for details
|
# see LICENSE for details
|
||||||
@ -47,6 +47,8 @@ URL: http://www.sane-project.org
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
# genesys backend is not written in C++, so it is needed as buildrequire
|
# genesys backend is not written in C++, so it is needed as buildrequire
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
# uses make
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
BuildRequires: %{_bindir}/latex
|
BuildRequires: %{_bindir}/latex
|
||||||
%if %libusb1
|
%if %libusb1
|
||||||
@ -432,6 +434,9 @@ exit 0
|
|||||||
%{_unitdir}/saned@.service
|
%{_unitdir}/saned@.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-4
|
||||||
|
- make is no longer in buildroot by default
|
||||||
|
|
||||||
* Fri Oct 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-3
|
* Fri Oct 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-3
|
||||||
- 1750899 - CANOSCAN N650U scanner device not correctly detected via USB
|
- 1750899 - CANOSCAN N650U scanner device not correctly detected via USB
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user