gnome-icon-theme-symbolic-vl.spec 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Summary: Symbolic GNOME icons
  2. Name: gnome-icon-theme-symbolic
  3. Version: 3.1.4
  4. Release: 1%{?_dist_release}
  5. Source0: http://download.gnome.org/sources/gnome-icon-theme-symbolic/3.1/%{name}-%{version}.tar.xz
  6. License: CC-BY-SA
  7. BuildArch: noarch
  8. Group: User Interface/Desktops
  9. BuildRequires: icon-naming-utils >= 0.8.7
  10. Requires: gnome-icon-theme >= 2.30.2.1-2
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: Takemikaduchi
  14. %description
  15. This package contains symbolic icons for use by the GNOME desktop.
  16. %prep
  17. %setup -q
  18. %build
  19. export ac_cv_path_GTK_UPDATE_ICON_CACHE=/bin/true
  20. %configure
  21. %install
  22. make install DESTDIR=$RPM_BUILD_ROOT
  23. %post
  24. touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
  25. %postun
  26. if [ $1 -eq 0 ] ; then
  27. touch --no-create %{_datadir}/icons/gnome &>/dev/null
  28. gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
  29. fi
  30. %posttrans
  31. gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
  32. %files
  33. %defattr(-,root,root)
  34. %doc COPYING AUTHORS
  35. %{_datadir}/icons/gnome/*
  36. %changelog
  37. * Sat Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  38. - initial build for Vine Linux
  39. * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
  40. - Update to 3.1.4
  41. * Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
  42. - Update icon cache scriptlet
  43. * Tue Apr 5 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
  44. - Update to 3.0.0
  45. * Tue Mar 29 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
  46. - Update to 2.91.93
  47. * Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> 2.91.92-1
  48. - Update to 2.91.92
  49. * Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-1
  50. - Update to 2.91.7
  51. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  53. * Thu Feb 3 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
  54. - Update to 2.91.6
  55. * Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-1
  56. - Update to 2.31.0
  57. * Fri May 21 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-3
  58. - Require gnome-icon-theme-2.30.2.1-2 so that we have scalable
  59. directories
  60. * Fri Apr 30 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
  61. - Updated for review comments
  62. * Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
  63. - First build