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

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