hicolor-icon-theme-vl.spec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Summary: Basic requirement for icon themes
  2. Summary(ja): アイコンテーマの基本ファイル
  3. Name: hicolor-icon-theme
  4. Version: 0.11
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: User Interface/Desktops
  8. URL: http://freedesktop.org/Software/icon-theme
  9. Source0: %{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. * Sun Nov 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-1
  44. - new upstream release
  45. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10-2
  46. - spec in utf-8
  47. * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-1vl5
  48. - new upstream release
  49. - add Requires(post): gtk2
  50. * Thu Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl2
  51. - add PreReq: coreutils
  52. * Sat Apr 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl1
  53. - new upstream release
  54. - run gtk-update-icon-cache in %%post script.
  55. * Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7-0vl1
  56. - new upstream version
  57. * Sat Aug 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-0vl1
  58. - new upstream release
  59. - add Conflicts: kdelibs <= 3.2.3-0vl1
  60. * Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-0vl1
  61. - initial build.