mate-icon-theme-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Summary: A collection of icons used as the basis for MATE themes
  2. Name: mate-icon-theme
  3. Version: 1.6.2
  4. Release: 2%{?_dist_release}
  5. Source: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: Development/Tools
  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: icon-naming-utils
  14. BuildRequires: autoconf
  15. BuildRequires: automake
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: Takemikaduchi
  19. %description
  20. The age of hackers supplying their own artwork is over. For the sake of our
  21. users, please leave the pixelpushin' to the artists. Please file a request
  22. instead.
  23. %prep
  24. %setup -q
  25. %build
  26. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  27. %configure
  28. %{__make}
  29. %install
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  32. %files
  33. %defattr(-, root, root)
  34. %{_datadir}/icons/mate
  35. %{_datadir}/icons/menta
  36. %{_datadir}/pkgconfig/mate-icon-theme.pc
  37. %changelog
  38. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
  39. - rebuild with VineSeed environment
  40. * Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  41. - new upstream release
  42. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  43. - new upstream release
  44. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  45. - new upstream release
  46. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  47. - new upstream release
  48. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  49. - initial build for Vine Linux