diff --git a/efivar.spec b/efivar.spec index 200ea16..f1c9751 100644 --- a/efivar.spec +++ b/efivar.spec @@ -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 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 27-1mamba +- update to 27 + +* Sun Aug 21 2016 Silvan Calarco 26-1mamba +- update to 26 + * Thu Nov 26 2015 Automatic Build System 0.21-1mamba - automatic version update by autodist