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.

43 lines
1.1 KiB

  1. Name: TigerOS-bookmarks
  2. Version: 1
  3. Release: 1%{?dist}
  4. Summary: TigerOS bookmarks
  5. Group: Applications/Internet
  6. License: GFDL
  7. URL: https://github.com/RITlug/TigerOS
  8. # I had to strip the embedded icons out of the bookmarks file, because they are not
  9. # distributable under the GFDL. See https://bugzilla.redhat.com/show_bug.cgi?id=433471
  10. Source0: default-bookmarks.html
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  12. BuildArch: noarch
  13. Provides: system-bookmarks
  14. %description
  15. This package contains the default bookmarks for TigerOS.
  16. %prep
  17. # We are nihilists, Lebowski. We believe in nassing.
  18. %build
  19. # We are nihilists, Lebowski. We believe in nassing.
  20. %install
  21. %{__rm} -rf $RPM_BUILD_ROOT
  22. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/bookmarks
  23. install -p -m 644 %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/bookmarks
  24. %clean
  25. %{__rm} -rf $RPM_BUILD_ROOT
  26. %files
  27. %defattr(-,root,root,-)
  28. %dir %{_datadir}/bookmarks
  29. %{_datadir}/bookmarks/default-bookmarks.html
  30. %changelog
  31. * Sat Mar 25 2017 Aidan Kahrs <axk4545@rit.edu>
  32. - Initial version