efibootmgr-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. %global build_ldflags %{nil}
  2. Summary: EFI Boot Manager
  3. Name: efibootmgr
  4. Version: 16
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Base
  7. License: GPLv2+
  8. URL: https://github.com/rhboot/efibootmgr/
  9. BuildRequires: git popt-devel
  10. BuildRequires: efivar-libs >= 37
  11. BuildRequires: efivar-devel >= 37
  12. BuildRequires: efi-srpm-macros >= 3-2
  13. BuildRequires: efi-filesystem
  14. Requires: efi-filesystem
  15. BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
  16. # EFI/UEFI don't exist on PPC
  17. ExclusiveArch: %{ix86} x86_64 aarch64
  18. Source0: https://github.com/rhboot/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. Packager: tomop
  22. %description
  23. %{name} displays and allows the user to edit the Intel Extensible
  24. Firmware Interface (EFI) Boot Manager variables. Additional
  25. information about EFI can be found at
  26. http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/.
  27. %prep
  28. %autosetup -S git
  29. git config --local --add efibootmgr.efidir %{efi_vendor}
  30. %build
  31. %make_build CFLAGS='%{optflags}' LDFLAGS='%{build_ldflags}'
  32. %install
  33. rm -rf %{buildroot}
  34. %make_install libdir=%{_libdir} bindir=%{_bindir} mandir=%{_mandir} \
  35. localedir=%{_datadir}/locale/ includedir=%{_includedir} \
  36. libexecdir=%{_libexecdir} datadir=%{_datadir}
  37. %clean
  38. rm -rf %{buildroot}
  39. %files
  40. %{!?_licensedir:%global license %%doc}
  41. %license COPYING
  42. %{_sbindir}/*
  43. %{_mandir}/*/*.?.gz
  44. %doc README
  45. %changelog
  46. * Sat Sep 14 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 16-1
  47. - new upstream release.
  48. * Tue Dec 15 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12-3
  49. - initial build for Vine Linux.
  50. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  52. * Thu May 28 2015 Peter Jones <pjones@redhat.com> - 0.12-1
  53. - Update to 0.12
  54. - use libefiboot and libefivar to make device paths and load options
  55. - don't depend on -lz or -lpci any more
  56. * Tue Oct 21 2014 Peter Jones <pjones@redhat.com> - 0.11.0-1
  57. - Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1
  58. - Generate more archives to avoid people using github's, because they're just
  59. bad.
  60. * Mon Oct 20 2014 Peter Jones <pjones@redhat.com> - 0.10.0-1
  61. - Make -o parameter validation work better and be more informative
  62. - Better exit values
  63. - Fix a segfault with appending ascii arguments.
  64. * Tue Sep 09 2014 Peter Jones <pjones@redhat.com> - 0.8.0-1
  65. - Release 0.8.0
  66. * Mon Jan 13 2014 Peter Jones <pjones@redhat.com> - 0.6.1-1
  67. - Release 0.6.1
  68. * Mon Jan 13 2014 Jared Dominguez <Jared_Dominguez@dell.com>
  69. - new home https://github.com/vathpela/efibootmgr
  70. * Thu Jan 3 2008 Matt Domsch <Matt_Domsch@dell.com> 0.5.4-1
  71. - split efibootmgr into its own RPM for Fedora/RHEL.
  72. * Tue Aug 24 2004 Matt Domsch <Matt_Domsch@dell.com>
  73. - new home linux.dell.com
  74. * Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
  75. - See doc/ChangeLog