automatic version update by autodist [release 1.5.0-1mamba;Thu Dec 05 2024]
This commit is contained in:
parent
1c789ec1ba
commit
295554bd8c
@ -1,5 +1,5 @@
|
|||||||
Name: flashrom
|
Name: flashrom
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A utility for detecting, reading, writing, verifying and erasing flash chips
|
Summary: A utility for detecting, reading, writing, verifying and erasing flash chips
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -12,6 +12,7 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libftdi1-devel
|
BuildRequires: libftdi1-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpci-devel
|
BuildRequires: libpci-devel
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -43,7 +44,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
%ifarch %{ix86}
|
||||||
|
-Dtests=disabled
|
||||||
|
%endif
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -77,5 +82,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 05 2024 Automatic Build System <autodist@openmamba.org> 1.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Oct 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
* Wed Oct 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user