7 Summary: coreboot utility program
8 Group: System Environment
/Base
12 BuildRoot: %{_tmppath}/%{name}-%{version}
14 Source0: %{name}-%{version}.tgz
17 nvramtool is a utility
for reading
/writing coreboot parameters and displaying
18 information from the coreboot table.
20 At boot
time, coreboot places a table
(known as the coreboot table
) in low
21 physical memory. The contents of this table are preserved even after
22 coreboot transfers control to the kernel and the kernel initializes itself.
23 The coreboot table contains various system information such as the
type of
24 mainboard
in use. It also specifies locations
in the CMOS
(nonvolatile RAM
)
25 where the coreboot parameters are stored.
28 %setup -n
%{name}-%{version}
34 rm -rf "$RPM_BUILD_ROOT"
35 mkdir -p "$RPM_BUILD_ROOT
/usr
/bin"
36 mkdir -p "$RPM_BUILD_ROOT
/usr
/man
/man8"
37 cp nvramtool "$RPM_BUILD_ROOT
/usr
/bin"
38 cp nvramtool
.8.gz $RPM_BUILD_ROOT
/usr
/man
/man8
41 rm -rf "$RPM_BUILD_ROOT"
44 %defattr(-,root
,root
,0755)
48 /usr
/man
/man8
/nvramtool
.8.gz