hicolor-icon-theme-vl.spec 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Summary: Basic requirement for icon themes
  2. Summary(ja): アイコンテーマの基本ファイル
  3. Name: hicolor-icon-theme
  4. Version: 0.12
  5. Release: 3%{?_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. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-3
  44. - rebuild with VineSeed environment
  45. * Wed Apr 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-2
  46. - rebuild with rpm-4.8.1
  47. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
  48. - new upstream release
  49. * Sun Nov 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-1
  50. - new upstream release
  51. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10-2
  52. - spec in utf-8
  53. * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-1vl5
  54. - new upstream release
  55. - add Requires(post): gtk2
  56. * Wed Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl2
  57. - add PreReq: coreutils
  58. * Fri Apr 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl1
  59. - new upstream release
  60. - run gtk-update-icon-cache in %%post script.
  61. * Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7-0vl1
  62. - new upstream version
  63. * Sat Aug 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-0vl1
  64. - new upstream release
  65. - add Conflicts: kdelibs <= 3.2.3-0vl1
  66. * Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-0vl1
  67. - initial build.