Fedora Remix maintained by the Rochester Institute of Technology (RIT) Linux Users Group, targeted at users new to Linux and RIT students, faculty, and staff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
809 B

7 years ago
  1. Name: anaconda-installclass-tigeros
  2. Version: 26
  3. Release: 1%{?dist}
  4. Summary: @DISTRO_NAME@ installclass for Anaconda
  5. License: GPLv2+
  6. URL: https://github.com/RITlug/TigerOS/
  7. Source0: tigeros.py
  8. BuildRequires: anaconda-core
  9. BuildRequires: python3-devel
  10. Requires: anaconda-core
  11. Supplements: (tigeros-release and anaconda-core)
  12. %description
  13. This package contains the installclass for TigerOS for
  14. Anaconda.
  15. %prep
  16. # nothing to prep
  17. %build
  18. # Nothing to build
  19. %install
  20. # Install the installclass file
  21. install -Dpm 0644 %{SOURCE0} %{buildroot}%{python3_sitearch}/pyanaconda/installclasses/tigeros.py
  22. %files
  23. %{python3_sitearch}/pyanaconda/installclasses/tigeros.py
  24. %{python3_sitearch}/pyanaconda/installclasses/__pycache__/tigeros.*
  25. %changelog