adwaita-icon-theme-vl.spec 1.8 KB

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