lsb-release-vl.spec 834 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Summary: Linux Standard Base Release Tools
  2. Name: lsb-release
  3. Version: 3.1
  4. Release: 1%{_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL2+
  9. URL: https://github.com/thkukuk/lsb-release_os-release
  10. Source: https://github.com/thkukuk/lsb-release_os-release/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
  11. BuildArch: noarch
  12. %description
  13. Tools from the Linux Standard Base project to determine the used distribution
  14. %prep
  15. %setup -q
  16. %build
  17. make
  18. %install
  19. make install INSTALL_ROOT=%{buildroot}%{_prefix}
  20. %files
  21. %license COPYING
  22. %doc README
  23. %{_bindir}/lsb?release
  24. %{_mandir}/man1/lsb?release.1*
  25. %changelog
  26. * Thu Mar 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1-1
  27. - initial build for Vine Linux.