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.

38 lines
890 B

7 years ago
  1. Name: tigeros-ff-profile
  2. Version: 1.0
  3. Release: 2%{?dist}
  4. Summary: TigerOS default profile for Firefox
  5. Group: Applications/Internet
  6. License: GPL3
  7. URL: https://github.com/RITlug/TigerOS
  8. Source0: tigeros-ff-profile.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. Requires: firefox
  12. %description
  13. This package contains the default bookmarks for TigerOS.
  14. %prep
  15. %setup -q
  16. %build
  17. %install
  18. %{__rm} -rf %{buildroot}
  19. %{__mkdir_p} %{buildroot}/etc/skel/
  20. cp -r .mozilla/ %{buildroot}/etc/skel/
  21. chmod -R 755 %{buildroot}/etc/skel/.mozilla
  22. %clean
  23. %{__rm} -rf $RPM_BUILD_ROOT
  24. %files
  25. /etc/skel/.mozilla
  26. %changelog
  27. * Wed Aug 30 2017 Aidan Kahrs <axk4545@rit.edu> - 1.0-2
  28. - rebuild for Fedora 26
  29. * Mon May 08 2017 Aidan Kahrs <axk4545@rit.edu> - 1.0-1
  30. - Initial version