hicolor-icon-theme-vl.spec 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Summary: Basic requirement for icon themes
  2. Summary(ja): アイコンテーマの基本ファイル
  3. Name: hicolor-icon-theme
  4. Version: 0.12
  5. Release: 2%{?_dist_release}
  6. License: GPL
  7. Group: User Interface/Desktops
  8. URL: http://freedesktop.org/Software/icon-theme
  9. Source0: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz
  10. Conflicts: kdelibs <= 3.2.3-0vl1
  11. Requires(post): coreutils, gtk2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: daisuke, inagaki
  17. %description
  18. Contains the basic directories and files needed for icon theme support.
  19. %description -l ja
  20. アイコンテーマサポートに必要な基本ディレクトリおよびファイルが含まれています。
  21. %prep
  22. %setup -q
  23. %build
  24. %configure
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. #make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} install
  28. %makeinstall
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %post
  32. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  33. %posttrans
  34. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  35. %postun
  36. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  37. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc README COPYING
  41. %{_datadir}/icons/hicolor
  42. %changelog
  43. * Wed Apr 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-2
  44. - rebuild with rpm-4.8.1
  45. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
  46. - new upstream release
  47. * Sun Nov 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-1
  48. - new upstream release
  49. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10-2
  50. - spec in utf-8
  51. * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-1vl5
  52. - new upstream release
  53. - add Requires(post): gtk2
  54. * Thu Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl2
  55. - add PreReq: coreutils
  56. * Sat Apr 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl1
  57. - new upstream release
  58. - run gtk-update-icon-cache in %%post script.
  59. * Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7-0vl1
  60. - new upstream version
  61. * Sat Aug 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-0vl1
  62. - new upstream release
  63. - add Conflicts: kdelibs <= 3.2.3-0vl1
  64. * Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-0vl1
  65. - initial build.