tango-icon-theme-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Summary: Tango Icon Theme
  2. Summary(ja): Tango デスクトップアイコンテーマ
  3. Name: tango-icon-theme
  4. Version: 0.8.1
  5. Release: 2%{?_dist_release}
  6. License: Creative Commons Attribution-ShareAlike 2.5
  7. Group: User Interface/Desktops
  8. Url: http://tango-project.org/
  9. Source0: %{name}-%{version}.tar.gz
  10. Patch10: %{name}-0.7.1-smaller-emblems.patch
  11. BuildArch: noarch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: ImageMagick
  14. BuildRequires: icon-naming-utils
  15. Packager: inagaki
  16. %description
  17. Contains the tango icons provided by the Tango Desktop Project
  18. %description -l ja
  19. Tango デスクトッププロジェクトで提供されているアイコンテーマ
  20. が含まれています.
  21. %prep
  22. %setup -q
  23. %patch10 -p1 -b .smaller-emblems
  24. %build
  25. %configure
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. %__make install DESTDIR=$RPM_BUILD_ROOT
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root)
  33. %doc ChangeLog COPYING NEWS
  34. %{_datadir}/icons/Tango
  35. %changelog
  36. * Tue Jun 2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.1-2
  37. - spec in UTF-8
  38. * Mon Jun 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.1-1
  39. - applied new versioning policy
  40. - added BuildRequires: icon-naming-utils
  41. * Sun Sep 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.1-0vl1
  42. - new upstream release
  43. * Mon Jul 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.0-0vl1
  44. - new upstream release
  45. * Mon Apr 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl3
  46. - correct License to Creative Commons.
  47. * Mon Apr 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl2
  48. - modify index.theme to fix too large emblems
  49. * Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl1
  50. - initial build