]> git.pld-linux.org Git - packages/efibootmgr.git/commitdiff
- new; needs fixed <linux/ethtool.h>
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Jul 2007 22:45:38 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    efibootmgr.spec -> 1.1

efibootmgr.spec [new file with mode: 0644]

diff --git a/efibootmgr.spec b/efibootmgr.spec
new file mode 100644 (file)
index 0000000..ca4b0c4
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       EFI Boot Manager
+Summary(pl.UTF-8):     Boot Manager dla EFI
+Name:          efibootmgr
+Version:       0.5.3
+Release:       1
+License:       GPL v2+
+Group:         Base
+Source0:       http://linux.dell.com/efibootmgr/permalink/%{name}-%{version}.tar.gz
+# Source0-md5: 7021146c6634459ebd2fec84375754c6
+URL:           http://linux.dell.com/projects.shtml#efibootmgr
+BuildRequires: pciutils-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+efibootmgr displays and allows the user to edit the Intel Extensible
+Firmware Interface (EFI) Boot Manager variables. Additional
+information about EFI can be found at
+<http://developer.intel.com/technology/efi/efi.htm>.
+
+%description -l pl.UTF-8
+efibootmgr wyświetla i pozwala modyfikować wartości Boot Managera
+EFI (Extensible Firmware Interface) Intela. Dodatkowe informacje o EFI
+można znaleźć pod adresem
+<http://developer.intel.com/technology/efi/efi.htm>.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="%{rpmcflags}" \
+%{__make} \
+       CC="%{__cc}" \
+       LIBS="-lpci -lz" \
+       VPATH=%{_libdir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install src/efibootmgr/efibootmgr $RPM_BUILD_ROOT%{_sbindir}
+install src/man/man8/efibootmgr.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README doc/{ChangeLog,TODO}
+%attr(755,root,root) %{_sbindir}/efibootmgr
+%{_mandir}/man8/efibootmgr.8*
This page took 0.104435 seconds and 4 git commands to generate.