forked from pool/efibootmgr
95 lines
2.6 KiB
RPMSpec
95 lines
2.6 KiB
RPMSpec
#
|
|
# spec file for package efibootmgr (Version 0.5.3)
|
|
#
|
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# This file and all modifications and additions to the pristine
|
|
# package are under the same license as the package itself.
|
|
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: efibootmgr
|
|
BuildRequires: pciutils-devel
|
|
URL: http://linux.dell.com/efibootmgr/
|
|
Summary: EFI Boot Manager
|
|
Version: 0.5.3
|
|
Release: 4
|
|
Group: System/Boot
|
|
License: GNU General Public License (GPL)
|
|
Source: http://linux.dell.com/efibootmgr/efibootmgr-%{version}.tar.gz
|
|
Patch: %{name}-%{version}.diff
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
The EFI Boot Manager allows the user to edit the Intel Extensible
|
|
Firmware Interface (EFI) Boot Manager variables. Additional
|
|
information about the EFI can be found at
|
|
<http://developer.intel.com/technology/efi/efi.htm>.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Matt Domsch <Matt_Domsch@dell.com>
|
|
|
|
%prep
|
|
%setup
|
|
%patch -p1
|
|
chmod +x tools/install.pl
|
|
|
|
%build
|
|
CFLAGS=$RPM_OPT_FLAGS make
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/usr/sbin
|
|
make install BINDIR=$RPM_BUILD_ROOT/usr/sbin
|
|
install -d $RPM_BUILD_ROOT%{_mandir}/man8
|
|
install -m 644 src/man/man8/efibootmgr.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc README
|
|
/usr/sbin/efibootmgr
|
|
%{_mandir}/man8/*.gz
|
|
|
|
%changelog -n efibootmgr
|
|
* Wed Dec 20 2006 - rw@suse.de
|
|
- Use '&' instead of '&&' to mask bits. [#219735]
|
|
- Fix compilation for STABLE.
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Wed Nov 09 2005 - schwab@suse.de
|
|
- Update to efibootmgr 0.5.3.
|
|
* Mon Sep 19 2005 - schwab@suse.de
|
|
- Update to efibootmgr 0.5.2.2.
|
|
* Wed Aug 10 2005 - schwab@suse.de
|
|
- Update to efibootmgr 0.5.2 [#102441].
|
|
* Tue May 10 2005 - schwab@suse.de
|
|
- Fix parsing of bus info for network boot entry [#82882].
|
|
* Wed Mar 09 2005 - schwab@suse.de
|
|
- Update to efibootmgr 0.5.1.
|
|
* Fri Aug 27 2004 - schwab@suse.de
|
|
- Update to efibootmgr 0.5.0.
|
|
* Thu Jun 10 2004 - schwab@suse.de
|
|
- Update to efibootmgr 0.5.0-test4.
|
|
* Mon May 03 2004 - schwab@suse.de
|
|
- Update to efibootmgr 0.5.0-test3.
|
|
* Fri Sep 05 2003 - schwab@suse.de
|
|
- Update to efibootmgr 0.4.2.
|
|
* Wed Oct 23 2002 - schwab@suse.de
|
|
- Update to efibootmgr 0.4.1.
|
|
* Sun May 05 2002 - schwab@suse.de
|
|
- Update to efibootmgr 0.4.0.
|
|
* Fri Aug 10 2001 - schwab@suse.de
|
|
- Update to efibootmgr 0.3.4.
|
|
* Wed May 23 2001 - schwab@suse.de
|
|
- Update to efibootmgr 0.3.2.
|
|
* Tue May 22 2001 - schwab@suse.de
|
|
- Fix uninitialized variable.
|
|
* Sat May 19 2001 - schwab@suse.de
|
|
- Initial version 0.3.1.
|