mate-backgrounds-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Summary: Background images and data for MATE
  2. Name: mate-backgrounds
  3. Version: 1.10.0
  4. Release: 1%{?_dist_release}
  5. Source: http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: User Interface/Desktops
  8. URL: http://mate-desktop.org/
  9. BuildArch: noarch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: mate-common
  12. BuildRequires: glib2-devel
  13. BuildRequires: autoconf
  14. BuildRequires: automake
  15. Requires: vine-backgrounds
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: Takemikaduchi
  19. %description
  20. This module contains a set of backgrounds packaged with the MATE desktop.
  21. %prep
  22. %setup -q
  23. %build
  24. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  25. %configure
  26. %{__make}
  27. %install
  28. %{__rm} -rf ${RPM_BUILD_ROOT}
  29. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  30. ln -sf ../gnome-background-properties/vine-nature.xml ${RPM_BUILD_ROOT}%{_datadir}/mate-background-properties/vine-nature.xml
  31. ln -sf ../gnome-background-properties/vine6.xml ${RPM_BUILD_ROOT}%{_datadir}/mate-background-properties/vine6.xml
  32. %find_lang %{name}
  33. %files -f %{name}.lang
  34. %defattr(-, root, root)
  35. %{_datadir}/mate-background-properties
  36. %{_datadir}/backgrounds/mate
  37. %changelog
  38. * Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
  39. - new upstream release
  40. * Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  41. - new upstream release
  42. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
  43. - rebuild with VineSeed environment
  44. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  45. - new upstream release
  46. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  47. - new upstream release
  48. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
  49. - new upstream release
  50. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
  51. - change category
  52. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  53. - initial build for Vine Linux