import
This commit is contained in:
parent
946b9c5059
commit
2f976deecf
@ -0,0 +1 @@
|
||||
powerpc-utils-1.0.6.tar.gz
|
10
nvsetenv
Normal file
10
nvsetenv
Normal 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
53
powerpc-utils.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user