binoc-linux-firmware.spec 758 B

12345678910111213141516171819202122232425262728293031323334
  1. Name: binoc-linux-firmware
  2. Version: 20240513
  3. Release: 1%{?dist}
  4. Summary: Firmware blobs for the Linux Kernel
  5. License: GPL2 and other open source licenses.
  6. URL: https://www.kernel.org/
  7. %undefine _disable_source_fetch
  8. Source0: https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-%{version}.tar.xz
  9. BuildRequires: coreutils tar xz
  10. %description
  11. Way too much blob.
  12. %global _enable_debug_package 0
  13. %global debug_package %{nil}
  14. %global __os_install_post %{nil}
  15. %prep
  16. %setup -qn linux-firmware-%{version}
  17. %build
  18. %install
  19. export DONT_STRIP=1
  20. mkdir -p %{buildroot}/os/firmware/%{version}-%{release}
  21. cp -r * %{buildroot}/os/firmware/%{version}-%{release}/
  22. %files
  23. /os/firmware/%{version}-%{release}/*
  24. %changelog
  25. * Fri May 17 2024 Tobin
  26. - Created Spec