cmake is not needed for building, compare with:
https://build.opensuse.org/request/show/1230189#comment-2069128 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=54
This commit is contained in:
parent
f48e07382d
commit
6f91c9a7e6
@ -26,14 +26,8 @@ URL: https://www.flashrom.org/
|
|||||||
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz
|
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz
|
||||||
Source1: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz.asc
|
Source1: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: meson >= 0.56.0
|
BuildRequires: meson >= 0.56.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?suse_version} > 1600
|
|
||||||
BuildRequires: python3-Sphinx
|
|
||||||
%else
|
|
||||||
BuildRequires: python311-Sphinx
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(cmocka)
|
BuildRequires: pkgconfig(cmocka)
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(libftdi1)
|
BuildRequires: pkgconfig(libftdi1)
|
||||||
@ -43,6 +37,11 @@ BuildRequires: pkgconfig(libusb)
|
|||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Recommends: %{name}-doc = %{version}
|
Recommends: %{name}-doc = %{version}
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
|
%else
|
||||||
|
BuildRequires: python311-Sphinx
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user