Summary: Signing utility for UEFI binaries Name: pesign Version: 0.2 Release: 4%{?dist} Group: Development/System License: GPLv2 URL: https://github.com/vathpela/pesign # there is no tarball at github, of course. To get this version do: # git clone https://github.com/vathpela/pesign.git # git checkout %%{version} Source: pesign-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: git gnu-efi nspr nspr-devel nss nss-devel nss-util popt-devel Requires: nspr nss nss-util popt Patch0: 0001-Fix-decl-of-pe_update-off_t-loff_t.patch Patch1: 0002-Use-intptr_t-instead-of-specificly-sized-types-where.patch Patch2: 0003-Fix-paths-for-32-bit-builds.patch %description This package contains the pesign utility for signing UEFI binaries as well as other associated tools. %prep %setup -q git init git config user.email "pesign-owner@fedoraproject.org" git config user.name "Fedora Ninjas" git add . git commit -a -q -m "%{version} baseline." git am %{patches} - 0.2-4 - Do not build with smp flags. * Thu Jun 21 2012 Peter Jones - 0.2-3 - Make it build on i686, though it's unclear it'll ever be necessary. * Thu Jun 21 2012 Peter Jones - 0.2-2 - Fix compile problem with f18's compiler. * Thu Jun 21 2012 Peter Jones - 0.2-1 - Fix some rpmlint complaints nirik pointed out - Add popt-devel build dep * Fri Jun 15 2012 Peter Jones - 0.1-1 - First version of SRPM.