2024-01-05 22:02:58 +01:00
|
|
|
Name: efivar
|
2024-01-05 22:02:58 +01:00
|
|
|
Version: 36
|
2024-01-05 22:02:58 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Tools and library to manipulate EFI variables
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
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
|
2024-01-05 22:02:58 +01:00
|
|
|
Source: https://github.com/rhinstaller/efivar.git/%{version}/efivar-%{version}.tar.bz2
|
|
|
|
#Source: https://github.com/vathpela/efivar.git/%{version}/efivar-%{version}.tar.bz2
|
2024-01-05 22:02:58 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libpopt-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Tools and library to manipulate EFI variables.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 22:02:58 +01:00
|
|
|
# Disable icecc
|
|
|
|
export PATH=%{_bindir}:$PATH
|
2024-01-05 22:02:58 +01:00
|
|
|
%make \
|
|
|
|
libdir=%{_libdir}
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall \
|
|
|
|
libdir=%{_libdir}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/efivar
|
2024-01-05 22:02:58 +01:00
|
|
|
#%{_bindir}/efivar-static
|
2024-01-05 22:02:58 +01:00
|
|
|
%{_mandir}/man1/efivar.1*
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libefivar.so.*
|
2024-01-05 22:02:58 +01:00
|
|
|
%{_libdir}/libefiboot.so.*
|
2024-01-05 22:02:58 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:02:58 +01:00
|
|
|
%dir %{_includedir}/efivar
|
|
|
|
%{_includedir}/efivar/efi*.h
|
2024-01-05 22:02:58 +01:00
|
|
|
%{_libdir}/libefivar.so
|
2024-01-05 22:02:58 +01:00
|
|
|
%{_libdir}/libefiboot.so
|
|
|
|
%{_libdir}/pkgconfig/efiboot.pc
|
2024-01-05 22:02:58 +01:00
|
|
|
%{_libdir}/pkgconfig/efivar.pc
|
|
|
|
%{_mandir}/man3/efi_*.3*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:02:58 +01:00
|
|
|
* Sun Oct 07 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 36-1mamba
|
|
|
|
- update to 36
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* Wed Jun 27 2018 Automatic Build System <autodist@mambasoft.it> 35-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* Mon Mar 12 2018 Automatic Build System <autodist@mambasoft.it> 34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 32-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 31-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 24 2016 Automatic Build System <autodist@mambasoft.it> 28-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* Thu Nov 26 2015 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 0.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* Wed Nov 05 2014 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:58 +01:00
|
|
|
* Thu Oct 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-1mamba
|
|
|
|
- package created using the webbuild interface
|