]> git.pld-linux.org Git - packages/efibootmgr.git/blob - efibootmgr.spec
- updated to 18
[packages/efibootmgr.git] / efibootmgr.spec
1 Summary:        EFI Boot Manager
2 Summary(pl.UTF-8):      Boot Manager dla EFI
3 Name:           efibootmgr
4 Version:        18
5 Release:        1
6 License:        GPL v2+
7 Group:          Base
8 #Source0Download: https://github.com/rhboot/efibootmgr/releases
9 Source0:        https://github.com/rhboot/efibootmgr/releases/download/%{version}/%{name}-%{version}.tar.bz2
10 # Source0-md5:  a92ce8fd2b282fa30f066797b14095ef
11 URL:            https://github.com/rhboot/efibootmgr
12 BuildRequires:  efivar-devel >= 30
13 BuildRequires:  popt-devel
14 Requires:       efivar-libs >= 30
15 ExclusiveArch:  %{ix86} %{x8664} x32 %{arm} aarch64 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
32
33 %build
34 CFLAGS="%{rpmcflags}" \
35 %{__make} \
36         CC="%{__cc}" \
37         EFIDIR=pld \
38         VPATH=%{_libdir} \
39         libdir=%{_libdir}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         EFIDIR=pld
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS README.md TODO
54 %attr(755,root,root) %{_sbindir}/efibootdump
55 %attr(755,root,root) %{_sbindir}/efibootmgr
56 %{_mandir}/man8/efibootdump.8*
57 %{_mandir}/man8/efibootmgr.8*
This page took 0.121078 seconds and 4 git commands to generate.