update to 39 [release 39-1mamba;Thu Mar 14 2024]
This commit is contained in:
parent
f5d7bfb6fe
commit
ff428e3355
19
efivar.spec
19
efivar.spec
@ -1,5 +1,5 @@
|
||||
Name: efivar
|
||||
Version: 37.20210103git
|
||||
Version: 39
|
||||
Release: 1mamba
|
||||
Summary: Tools and library to manipulate EFI variables
|
||||
Group: System/Kernel and Hardware
|
||||
@ -7,15 +7,13 @@ Vendor: openmamba
|
||||
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/rhinstaller/efivar.git/master/efivar-%{version}.tar.bz2
|
||||
Source: https://github.com/rhinstaller/efivar.git/%{version}/efivar-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: mandoc
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Tools and library to manipulate EFI variables.
|
||||
@ -36,7 +34,6 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -62,12 +59,13 @@ export PATH=%{_bindir}:$PATH
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/efivar
|
||||
#%{_bindir}/efivar-static
|
||||
%{_bindir}/thread-test
|
||||
%{_bindir}/efisecdb
|
||||
%{_mandir}/man1/efisecdb.1*
|
||||
%{_mandir}/man1/efivar.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libefisec.so.*
|
||||
%{_libdir}/libefivar.so.*
|
||||
%{_libdir}/libefiboot.so.*
|
||||
%doc COPYING
|
||||
@ -76,13 +74,18 @@ export PATH=%{_bindir}:$PATH
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/efivar
|
||||
%{_includedir}/efivar/efi*.h
|
||||
%{_libdir}/libefisec.so
|
||||
%{_libdir}/libefivar.so
|
||||
%{_libdir}/libefiboot.so
|
||||
%{_libdir}/pkgconfig/efisec.pc
|
||||
%{_libdir}/pkgconfig/efiboot.pc
|
||||
%{_libdir}/pkgconfig/efivar.pc
|
||||
%{_mandir}/man3/efi_*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 39-1mamba
|
||||
- update to 39
|
||||
|
||||
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 37.20210103git-1mamba
|
||||
- update to 37.20210103git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user