This commit is contained in:
David Woodhouse 2007-11-28 02:13:54 +00:00
parent 946b9c5059
commit 2f976deecf
4 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1 @@
powerpc-utils-1.0.6.tar.gz

10
nvsetenv Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
if [ -z "$1" ]; then
nvram --print-config
elif [ -z "$2" ]; then
nvram --print-config="$1"
else
nvram --update-config "$1"="$2"
fi
exit $?

53
powerpc-utils.spec Normal file
View File

@ -0,0 +1,53 @@
Name: powerpc-utils
Version: 1.0.6
Release: 1%{?dist}
Summary: Utilities for PowerPC platforms
Group: System Environment/Base
License: CPL
URL: http://powerpc-utils.ozlabs.org/
Source0: http://powerpc-utils.ozlabs.org/releases/powerpc-utils-1.0.6.tar.gz
Source1: nvsetenv
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen
ExclusiveArch: ppc ppc64
%description
Utilities for PowerPC platforms.
%prep
%setup -q
sed -i s/744/755/ rules.mk
%build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT FILES=
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/nvsetenv
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_sbindir}/nvsetenv
%{_sbindir}/nvram
%{_sbindir}/snap
%{_sbindir}/bootlist
%{_sbindir}/ofpathname
%{_sbindir}/ppc64_cpu
%{_mandir}/man8/nvram.8.gz
%{_mandir}/man8/snap.8.gz
%{_mandir}/man8/bootlist.8.gz
%{_mandir}/man8/ofpathname.8.gz
%doc README COPYRIGHT Changelog
%changelog
* Fri Nov 23 2007 David Woodhouse <dwmw2@redhat.com> 1.0.6-1
- New package, split from ppc64-utils

View File

@ -0,0 +1 @@
33de4697b9dc36be070ae67d545fd4fe powerpc-utils-1.0.6.tar.gz