update to 27 [release 27-1mamba;Tue Oct 04 2016]
This commit is contained in:
parent
259038a063
commit
c8db28bfc3
14
efivar.spec
14
efivar.spec
@ -1,5 +1,5 @@
|
|||||||
Name: efivar
|
Name: efivar
|
||||||
Version: 0.21
|
Version: 27
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tools and library to manipulate EFI variables
|
Summary: Tools and library to manipulate EFI variables
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -8,7 +8,8 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/vathpela/efivar
|
URL: https://github.com/vathpela/efivar
|
||||||
## GITSOURCE https://github.com/vathpela/efivar.git 0.14
|
## 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
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -43,6 +44,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Disable icecc
|
||||||
|
export PATH=%{_bindir}:$PATH
|
||||||
%make \
|
%make \
|
||||||
libdir=%{_libdir}
|
libdir=%{_libdir}
|
||||||
|
|
||||||
@ -60,6 +63,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/efivar
|
%{_bindir}/efivar
|
||||||
|
%{_bindir}/efivar-static
|
||||||
%{_mandir}/man1/efivar.1*
|
%{_mandir}/man1/efivar.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
@ -79,6 +83,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_mandir}/man3/efi_*.3*
|
%{_mandir}/man3/efi_*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 26 2015 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user