blob: e219b1c0205c4e1c96800166e9b6231d5037c529 [file] [log] [blame]
Summary: coreboot nvramtool
Name: nvramtool
Version: 4.16
Release: 1%{?dist}
License: GPLv2
URL: https://review.coreboot.org/coreboot
Source: https://coreboot.org/releases/coreboot-%{version}.tar.xz
BuildRequires: make
BuildRequires: gcc
%description
nvramtool manipulates nvram from userspace.
%prep
tar -C %{_builddir} -xf %{_sourcedir}/coreboot-%{version}.tar.xz
mv %{_builddir}/coreboot-%{version} %{_builddir}/nvramtool-%{version}
cd %{_builddir}/nvramtool-%{version}/util/nvramtool
DESTDIR=%{buildroot} PREFIX=%{_prefix} make
install -Dm755 nvramtool %{buildroot}/%{_sbindir}/nvramtool
%files
%{_sbindir}/%{name}
%changelog
* Sat May 14 2022 Adam Thiede <adamj@mailbox.org> 4.16
- initial spec file