update to 27 [release 27-1mamba;Tue Oct 04 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 22:02:58 +01:00
parent 259038a063
commit c8db28bfc3

View File

@ -1,5 +1,5 @@
Name: efivar
Version: 0.21
Version: 27
Release: 1mamba
Summary: Tools and library to manipulate EFI variables
Group: System/Kernel and Hardware
@ -8,7 +8,8 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/vathpela/efivar
## GITSOURCE https://github.com/vathpela/efivar.git 0.14
Source: https://github.com/vathpela/efivar.git/%{version}/efivar-%{version}.tar.bz2
Source: https://github.com/rhinstaller/efivar.git/%{version}/efivar-%{version}.tar.bz2
#Source: https://github.com/vathpela/efivar.git/%{version}/efivar-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -43,6 +44,8 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
# Disable icecc
export PATH=%{_bindir}:$PATH
%make \
libdir=%{_libdir}
@ -60,6 +63,7 @@ This package contains libraries and header files for developing applications tha
%files
%defattr(-,root,root)
%{_bindir}/efivar
%{_bindir}/efivar-static
%{_mandir}/man1/efivar.1*
%files -n lib%{name}
@ -79,6 +83,12 @@ This package contains libraries and header files for developing applications tha
%{_mandir}/man3/efi_*.3*
%changelog
* Tue Oct 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 27-1mamba
- update to 27
* Sun Aug 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 26-1mamba
- update to 26
* Thu Nov 26 2015 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
- automatic version update by autodist