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.

66 lines
1.8 KiB

7 years ago
  1. Name: tigeros-backgrounds
  2. Version: 1.0
  3. Release: 16%{?dist}
  4. Summary: Desktop wallpapers for the TigerOS Fedora Remix
  5. Group: Applications/Multimedia
  6. License: CC-BY-SA-4.0
  7. URL: https://github.com/RITlug/TigerOS
  8. Source0: %{name}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. Requires(post): glib2 dconf
  12. %description
  13. The tigeros-backgrounds package contains tigeros
  14. related artwork intended to be used as desktop background image.
  15. %prep
  16. %setup -q
  17. %build
  18. %install
  19. rm -rf %{buildroot}
  20. mkdir -p %{buildroot}%{_datadir}/backgrounds/tigeros
  21. mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas
  22. for i in wallpapers/*
  23. do
  24. install -m0644 $i %{buildroot}%{_datadir}/backgrounds/tigeros
  25. done
  26. install -Dm0644 tigeros-backgrounds.xml %{buildroot}%{_datadir}/gnome-background-properties/tigeros-backgrounds.xml
  27. install -m0644 20_tigeros.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas/20_tigeros.gschema.override
  28. %clean
  29. rm -rf %{buildroot}
  30. %post
  31. glib-compile-schemas /usr/share/glib-2.0/schemas 2>/dev/null
  32. dconf update
  33. %postun
  34. glib-compile-schemas /usr/share/glib-2.0/schemas 2>/dev/null
  35. dconf update
  36. %files
  37. %defattr(-,root,root,-)
  38. %doc LICENSE
  39. %{_datadir}/backgrounds
  40. %{_datadir}/gnome-background-properties
  41. %{_datadir}/glib-2.0/schemas/20_tigeros.gschema.override
  42. %changelog
  43. * Wed Aug 30 2017 Aidan Kahrs <axk4545@rit.edu> - 1.0-16
  44. - rebuilt for Fedora 26
  45. * Wed May 31 2017 Aidan Kahrs <axk4545@rit.edu> - 1.0-15
  46. - fix typo in wallpaper override
  47. * Thu May 25 2017 Aidan Kahrs <axk4545@rit.edu> - 1.0-14
  48. - add wallpaper override
  49. * Sun May 14 2017 Aidan Kahrs <axk4545@rit.edu> - 1.0-13
  50. - fix xml so wallpapers are zoomed
  51. * Wed Apr 26 2017 Regina Locicero <rtl3971@rit.edu> - 1.0-12
  52. - Added wallpapers