update to 14

rebuilt with efivar 27 [release 14-1mamba;Wed Oct 05 2016]
This commit is contained in:
Silvan Calarco 2024-01-05 22:02:51 +01:00
parent 21d8f66e46
commit 09205c6466

View File

@ -1,5 +1,5 @@
Name: efibootmgr
Version: 0.12
Version: 14
Release: 1mamba
Summary: A user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager
Group: System/Kernel and Hardware
@ -7,15 +7,16 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://linux.dell.com/efibootmgr/efibootmgr.txt
Source: https://github.com/vathpela/efibootmgr.git/efibootmgr-%{version}/efibootmgr-%{version}.tar.bz2
Source: https://github.com/rhinstaller/efibootmgr/releases/download/%{version}/efibootmgr-%{version}.tar.bz2
#Source: https://github.com/vathpela/efibootmgr.git/efibootmgr-%{version}/efibootmgr-%{version}.tar.bz2
#Source: http://linux.dell.com/efibootmgr/permalink/efibootmgr-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpci-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libefivar-devel
BuildRequires: libpopt-devel
## AUTOBUILDREQ-END
BuildRequires: libefivar-devel >= 27
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -30,11 +31,7 @@ A user-space application to modify the Intel Extensible Firmware Interface (EFI)
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8
install -p --mode 755 src/%{name}/%{name} %{buildroot}%{_sbindir}
gzip -9 -c src/man/man8/%{name}.8 > src/man/man8/%{name}.8.gz
touch -r src/man/man8/%{name}.8 src/man/man8/%{name}.8.gz
install -p --mode 644 src/man/man8/%{name}.8.gz %{buildroot}%{_mandir}/man8
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -42,10 +39,17 @@ install -p --mode 644 src/man/man8/%{name}.8.gz %{buildroot}%{_mandir}/man8
%files
%defattr(-,root,root)
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8.gz
%doc AUTHORS COPYING README
%{_sbindir}/efibootdump
%{_mandir}/man8/%{name}.8*
%{_mandir}/man8/efibootdump.8*
%doc AUTHORS COPYING
#README
%changelog
* Wed Oct 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 14-1mamba
- update to 14
- rebuilt with efivar 27
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 0.12-1mamba
- automatic version update by autodist