adwaita-icon-theme-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Summary: Adwaita icon theme
  2. Name: adwaita-icon-theme
  3. Version: 3.20
  4. Release: 1%{?_dist_release}
  5. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
  6. License: CC-BY-SA,LGPLv3
  7. BuildArch: noarch
  8. Group: User Interface/Desktops
  9. Requires: hicolor-icon-theme
  10. Requires(post): gtk2
  11. BuildRequires: icon-naming-utils >= 0.8.7
  12. BuildRequires: gtk2
  13. BuildRequires: pkgconfig
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: Takemikaduchi
  18. %description
  19. %{summary}
  20. %prep
  21. %setup -q
  22. %build
  23. %configure --disable-hicolor-check
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. %__make install DESTDIR=$RPM_BUILD_ROOT
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %post
  30. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  31. for dir in /usr/share/icons/*; do
  32. if [ -d "$dir" -a -f "$dir/index.theme" ]; then
  33. /usr/bin/gtk-update-icon-cache --quiet $dir ||:
  34. fi
  35. done
  36. fi
  37. %files
  38. %defattr(-,root,root)
  39. %doc COPYING COPYING_CCBYSA3 COPYING_LGPL NEWS README
  40. %{_datadir}/icons/Adwaita
  41. %{_datadir}/pkgconfig/%{name}.pc
  42. %changelog
  43. * Fri Jul 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20-1
  44. - new upstream release
  45. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
  46. - new upstream release
  47. * Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.2-1
  48. - new upstream release
  49. * Fri May 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.1-1
  50. - new upstream release
  51. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  52. - new upstream release
  53. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
  54. - initial build