]> git.pld-linux.org Git - packages/efibootmgr.git/blame - efibootmgr.spec
- updated to 0.5.4
[packages/efibootmgr.git] / efibootmgr.spec
CommitLineData
621d2b86
JB
1Summary: EFI Boot Manager
2Summary(pl.UTF-8): Boot Manager dla EFI
3Name: efibootmgr
4676efed 4Version: 0.5.4
621d2b86
JB
5Release: 1
6License: GPL v2+
7Group: Base
8Source0: http://linux.dell.com/efibootmgr/permalink/%{name}-%{version}.tar.gz
4676efed 9# Source0-md5: cfcf24752d6461b73f7ba964bbf73169
621d2b86
JB
10URL: http://linux.dell.com/projects.shtml#efibootmgr
11BuildRequires: pciutils-devel
0bc3339e 12ExclusiveArch: %{ix86} %{x8664} ia64
621d2b86
JB
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16efibootmgr displays and allows the user to edit the Intel Extensible
17Firmware Interface (EFI) Boot Manager variables. Additional
18information about EFI can be found at
19<http://developer.intel.com/technology/efi/efi.htm>.
20
21%description -l pl.UTF-8
22efibootmgr wyświetla i pozwala modyfikować wartości Boot Managera
23EFI (Extensible Firmware Interface) Intela. Dodatkowe informacje o EFI
24można znaleźć pod adresem
25<http://developer.intel.com/technology/efi/efi.htm>.
26
27%prep
28%setup -q
29
30%build
31CFLAGS="%{rpmcflags}" \
32%{__make} \
33 CC="%{__cc}" \
621d2b86
JB
34 VPATH=%{_libdir}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
39
40install src/efibootmgr/efibootmgr $RPM_BUILD_ROOT%{_sbindir}
41install src/man/man8/efibootmgr.8 $RPM_BUILD_ROOT%{_mandir}/man8
42
43%clean
44rm -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.075331 seconds and 4 git commands to generate.