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.

45 lines
1.9 KiB

  1. Name: tigeros-scripts
  2. Version: 1.0
  3. Release: 1%{?dist}
  4. Summary: TigerOS setup scripts
  5. License: GPLv3
  6. URL: https://github.com/RITlug/TigerOS
  7. Source0: %{name}.tar.gz
  8. BuildArch: noarch
  9. BuildRequires: git
  10. %description
  11. JFLAP is a package of graphical tools which can be used as an aid in learning the basic concepts of Formal Languages and Automata Theory.
  12. %prep
  13. tar -xvf %{_sourcedir}/%{name}.tar.gz -C %{_sourcedir}
  14. %build
  15. echo "We don't need to build"
  16. %install
  17. %{__mkdir_p} %{buildroot}%{_prefix}/local/tigeros
  18. install -p -m 755 %{_sourcedir}/FusionEnableLauncher.py %{buildroot}%{_prefix}/local/tigeros/FusionEnableLauncher.py
  19. %{__mkdir_p} %{buildroot}%{_prefix}/local/tigeros/cs
  20. install -p -m 755 %{_sourcedir}/cs/idea.sh %{buildroot}%{_prefix}/local/tigeros/cs/idea.sh
  21. install -p -m 755 %{_sourcedir}/cs/jflap.sh %{buildroot}%{_prefix}/local/tigeros/cs/jflap.sh
  22. install -p -m 755 %{_sourcedir}/cs/logisim.sh %{buildroot}%{_prefix}/local/tigeros/cs/logisim.sh
  23. install -p -m 755 %{_sourcedir}/enablerpmfusion.sh %{buildroot}%{_prefix}/local/tigeros/enablerpmfusion.sh
  24. install -p -m 755 %{_sourcedir}/removal %{buildroot}%{_prefix}/local/tigeros/removal
  25. install -p -m 755 %{_sourcedir}/postinstall %{buildroot}%{_prefix}/local/tigeros/postinstall
  26. %{__mkdir_p} %{buildroot}%{_prefix}/local/tigeros/se
  27. install -p -m 755 %{_sourcedir}/se/alloy.sh %{buildroot}%{_prefix}/local/tigeros/se/alloy.sh
  28. install -p -m 755 %{_sourcedir}/se/spin.sh %{buildroot}%{_prefix}/local/tigeros/se/spin.sh
  29. %files
  30. %{_prefix}/local/tigeros/FusionEnableLauncher.py
  31. %{_prefix}/local/tigeros/cs
  32. %{_prefix}/local/tigeros/cs/idea.sh
  33. %{_prefix}/local/tigeros/cs/jflap.sh
  34. %{_prefix}/local/tigeros/cs/logisim.sh
  35. %{_prefix}/local/tigeros/enablerpmfusion.sh
  36. %{_prefix}/local/tigeros/removal
  37. %{_prefix}/local/tigeros/postinstall
  38. %{_prefix}/local/tigeros/se/alloy.sh
  39. %{_prefix}/local/tigeros/se/spin.sh
  40. %changelog