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