]> git.pld-linux.org Git - packages/efibootmgr.git/blob - efibootmgr.spec
- updated to 0.11.0
[packages/efibootmgr.git] / efibootmgr.spec
1 Summary:        EFI Boot Manager
2 Summary(pl.UTF-8):      Boot Manager dla EFI
3 Name:           efibootmgr
4 Version:        0.11.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Base
8 #Source0:       http://linux.dell.com/efibootmgr/permalink/%{name}-%{version}.tar.gz
9 Source0:        https://github.com/rhinstaller/efibootmgr/archive/%{name}-%{version}.tar.gz
10 # Source0-md5:  3732e841bb644df71500971910420267
11 Patch0:         %{name}-efivar.patch
12 URL:            http://linux.dell.com/projects.shtml#efibootmgr
13 BuildRequires:  efivar-devel
14 BuildRequires:  pciutils-devel
15 ExclusiveArch:  %{ix86} %{x8664} ia64
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 efibootmgr displays and allows the user to edit the Intel Extensible
20 Firmware Interface (EFI) Boot Manager variables. Additional
21 information about EFI can be found at
22 <http://developer.intel.com/technology/efi/efi.htm>.
23
24 %description -l pl.UTF-8
25 efibootmgr wyświetla i pozwala modyfikować wartości Boot Managera
26 EFI (Extensible Firmware Interface) Intela. Dodatkowe informacje o EFI
27 można znaleźć pod adresem
28 <http://developer.intel.com/technology/efi/efi.htm>.
29
30 %prep
31 %setup -q -n %{name}-%{name}-%{version}
32 %patch0 -p1
33
34 %build
35 %{__make} \
36         CC="%{__cc}" \
37         EXTRA_CFLAGS="%{rpmcflags} -I/usr/include/efivar" \
38         VPATH=%{_libdir}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
43
44 install src/efibootmgr/efibootmgr $RPM_BUILD_ROOT%{_sbindir}
45 install src/man/man8/efibootmgr.8 $RPM_BUILD_ROOT%{_mandir}/man8
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS README doc/{ChangeLog,TODO}
53 %attr(755,root,root) %{_sbindir}/efibootmgr
54 %{_mandir}/man8/efibootmgr.8*
This page took 0.078265 seconds and 3 git commands to generate.