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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Summary: Symbolic GNOME icons
  2. Name: gnome-icon-theme-symbolic
  3. Version: 3.1.90
  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 Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  38. - new upstream release
  39. * Sat Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  40. - initial build for Vine Linux
  41. * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
  42. - Update to 3.1.4
  43. * Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
  44. - Update icon cache scriptlet
  45. * Tue Apr 5 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
  46. - Update to 3.0.0
  47. * Tue Mar 29 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
  48. - Update to 2.91.93
  49. * Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> 2.91.92-1
  50. - Update to 2.91.92
  51. * Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-1
  52. - Update to 2.91.7
  53. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  55. * Thu Feb 3 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
  56. - Update to 2.91.6
  57. * Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-1
  58. - Update to 2.31.0
  59. * Fri May 21 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-3
  60. - Require gnome-icon-theme-2.30.2.1-2 so that we have scalable
  61. directories
  62. * Fri Apr 30 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
  63. - Updated for review comments
  64. * Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
  65. - First build