mate-icon-theme-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Summary: A collection of icons used as the basis for MATE themes
  2. Name: mate-icon-theme
  3. Version: 1.8.0
  4. Release: 2%{?_dist_release}
  5. Source: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
  6. License: LGPLv3 or CC BY-SA 3.0
  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: 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. %doc AUTHORS COPYING ChangeLog README
  35. %{_datadir}/icons/mate
  36. %{_datadir}/icons/menta
  37. %{_datadir}/pkgconfig/mate-icon-theme.pc
  38. %changelog
  39. * Sun Nov 2 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 1.8.0-2
  40. - moved to User Interface/Desktops Group
  41. - updated License (see COPYING)
  42. * Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  43. - new upstream release
  44. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
  45. - rebuild with VineSeed environment
  46. * Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  47. - new upstream release
  48. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  49. - new upstream release
  50. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  51. - new upstream release
  52. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  53. - new upstream release
  54. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  55. - initial build for Vine Linux