summaryrefslogtreecommitdiff
path: root/util/lxbios/lxbios.spec
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-03-01 19:06:32 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-03-01 19:06:32 +0000
commit6e565947a554b9145ae5afdc307a6b842bc09883 (patch)
tree1063717ec48d42bf238cc0241e64495042706af9 /util/lxbios/lxbios.spec
parenteec5ff4ccb48a640e8a289f1faabee4ff2587005 (diff)
Rename lxbios to nvramtool.
This is step 1 in a three-step commit: 1. Apply patch, commit. 2. Rename some files: $ svn mv lxbios.c nvramtool.c $ svn mv lxbios.1 nvramtool.c $ svn mv lxbios.spec nvramtool.spec $ svn ci 3. Rename lxbios directory: $ svn mv lxbios/ nvramtool/ $ svn ci Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3122 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/lxbios/lxbios.spec')
-rw-r--r--util/lxbios/lxbios.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/util/lxbios/lxbios.spec b/util/lxbios/lxbios.spec
index bb66e9b382..1493604dca 100644
--- a/util/lxbios/lxbios.spec
+++ b/util/lxbios/lxbios.spec
@@ -2,21 +2,21 @@
# $Id$
##
-Name: lxbios
+Name: nvramtool
Version: 2.0.1
Release: 0
Summary: coreboot utility program
Group: System Environment/Base
License: GPL
-Provides: lxbios
+Provides: nvramtool
BuildRoot: %{_tmppath}/%{name}-%{version}
Source0: %{name}-%{version}.tgz
%description
-lxbios is a utility for reading/writing coreboot parameters and displaying
+nvramtool is a utility for reading/writing coreboot parameters and displaying
information from the coreboot table.
At boot time, coreboot places a table (known as the coreboot table) in low
@@ -36,8 +36,8 @@ make
rm -rf "$RPM_BUILD_ROOT"
mkdir -p "$RPM_BUILD_ROOT/usr/bin"
mkdir -p "$RPM_BUILD_ROOT/usr/man/man1"
-cp lxbios "$RPM_BUILD_ROOT/usr/bin"
-cp lxbios.1.gz $RPM_BUILD_ROOT/usr/man/man1
+cp nvramtool "$RPM_BUILD_ROOT/usr/bin"
+cp nvramtool.1.gz $RPM_BUILD_ROOT/usr/man/man1
%clean
rm -rf "$RPM_BUILD_ROOT"
@@ -46,5 +46,5 @@ rm -rf "$RPM_BUILD_ROOT"
%defattr(-,root,root,0755)
%doc ChangeLog README
%doc README
-/usr/bin/lxbios
-/usr/man/man1/lxbios.1.gz
+/usr/bin/nvramtool
+/usr/man/man1/nvramtool.1.gz