sbsigntools/sbsigntools.spec

57 lines
1.3 KiB
RPMSpec
Raw Normal View History

Name: sbsigntools
Version: 0.9.5
Release: 1mamba
Summary: Tools to add signatures to EFI binaries and Drivers
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools
Source: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/v%{version}/sbsigntools-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libopenssl-devel
BuildRequires: libuuid-devel
## AUTOBUILDREQ-END
%description
Tools to add signatures to EFI binaries and Drivers.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/sbattach
%{_bindir}/sbkeysync
%{_bindir}/sbsiglist
%{_bindir}/sbsign
%{_bindir}/sbvarsign
%{_bindir}/sbverify
%{_mandir}/man1/sbattach.1*
%{_mandir}/man1/sbkeysync.1*
%{_mandir}/man1/sbsiglist.1*
%{_mandir}/man1/sbsign.1*
%{_mandir}/man1/sbvarsign.1*
%{_mandir}/man1/sbverify.1*
%doc COPYING
%changelog
* Sat Oct 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.5-1mamba
- package created using the webbuild interface