]> git.pld-linux.org Git - packages/efibootmgr.git/blame - efibootmgr.spec
- updated to 18
[packages/efibootmgr.git] / efibootmgr.spec
CommitLineData
621d2b86
JB
1Summary: EFI Boot Manager
2Summary(pl.UTF-8): Boot Manager dla EFI
3Name: efibootmgr
2f26dd96 4Version: 18
4f321126 5Release: 1
621d2b86
JB
6License: GPL v2+
7Group: Base
9c1b9724 8#Source0Download: https://github.com/rhboot/efibootmgr/releases
1c7c9211 9Source0: https://github.com/rhboot/efibootmgr/releases/download/%{version}/%{name}-%{version}.tar.bz2
2f26dd96 10# Source0-md5: a92ce8fd2b282fa30f066797b14095ef
1c7c9211 11URL: https://github.com/rhboot/efibootmgr
0223320d 12BuildRequires: efivar-devel >= 30
9b563fce 13BuildRequires: popt-devel
0223320d 14Requires: efivar-libs >= 30
9b563fce 15ExclusiveArch: %{ix86} %{x8664} x32 %{arm} aarch64 ia64
621d2b86
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19efibootmgr displays and allows the user to edit the Intel Extensible
20Firmware Interface (EFI) Boot Manager variables. Additional
21information about EFI can be found at
22<http://developer.intel.com/technology/efi/efi.htm>.
23
24%description -l pl.UTF-8
25efibootmgr wyświetla i pozwala modyfikować wartości Boot Managera
26EFI (Extensible Firmware Interface) Intela. Dodatkowe informacje o EFI
27można znaleźć pod adresem
28<http://developer.intel.com/technology/efi/efi.htm>.
29
30%prep
0223320d 31%setup -q
621d2b86
JB
32
33%build
9c1b9724 34CFLAGS="%{rpmcflags}" \
621d2b86
JB
35%{__make} \
36 CC="%{__cc}" \
9b563fce 37 EFIDIR=pld \
9b563fce
JB
38 VPATH=%{_libdir} \
39 libdir=%{_libdir}
621d2b86
JB
40
41%install
42rm -rf $RPM_BUILD_ROOT
621d2b86 43
9c1b9724
JB
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT \
46 EFIDIR=pld
621d2b86
JB
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
91124730
JK
53%doc AUTHORS README.md TODO
54%attr(755,root,root) %{_sbindir}/efibootdump
621d2b86 55%attr(755,root,root) %{_sbindir}/efibootmgr
91124730 56%{_mandir}/man8/efibootdump.8*
621d2b86 57%{_mandir}/man8/efibootmgr.8*
This page took 0.110809 seconds and 4 git commands to generate.