mate-icon-theme-faenza-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. %define major_ver 1.18
  2. %define ver %{major_ver}.1
  3. %define rel 1
  4. Summary: MATE Faenza Desktop icon theme
  5. Name: mate-icon-theme-faenza
  6. Version: %{ver}
  7. Release: %{rel}%{?_dist_release}
  8. Source: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
  9. License: GPLv2
  10. Group: User Interface/Desktops
  11. URL: http://mate-desktop.org/
  12. BuildArch: noarch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: mate-common
  15. BuildRequires: glib2-devel
  16. BuildRequires: icon-naming-utils
  17. BuildRequires: autoconf
  18. BuildRequires: automake
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. Packager: Takemikaduchi, iwaim
  22. %description
  23. This icon theme uses Faenza and Faience icon themes by ~Tiheum and
  24. some icons customized for MATE by Rowen Stipe.
  25. %prep
  26. %setup -q
  27. %build
  28. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  29. %configure
  30. %{__make}
  31. %install
  32. %{__rm} -rf ${RPM_BUILD_ROOT}
  33. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  34. %files
  35. %defattr(-, root, root)
  36. %doc AUTHORS COPYING ChangeLog README
  37. %{_datadir}/icons/matefaenza
  38. %{_datadir}/icons/matefaenzadark
  39. %{_datadir}/icons/matefaenzagray
  40. %changelog
  41. * Wed May 10 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
  42. - update to 1.18.1
  43. * Sat Apr 8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
  44. - update to 1.18.0
  45. * Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
  46. - new upstream release
  47. * Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
  48. - new upstream release
  49. * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
  50. - initial build