adwaita-icon-theme-vl.spec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. %define _unpackaged_files_terminate_build 1
  2. Summary: Adwaita icon theme
  3. Summary(ja): Adwaitaアイコンテーマ
  4. Name: adwaita-icon-theme
  5. Version: 3.36.1
  6. Release: 1%{?_dist_release}
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: CC-BY-SA,LGPLv3
  10. %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
  11. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  12. BuildArch: noarch
  13. Requires: hicolor-icon-theme
  14. Requires(post): gtk2
  15. BuildRequires: icon-naming-utils >= 0.8.7
  16. BuildRequires: gtk2
  17. BuildRequires: pkgconfig
  18. BuildRequires: librsvg2
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  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. %license COPYING COPYING_CCBYSA3 COPYING_LGPL
  42. %doc NEWS README
  43. %{_datadir}/icons/Adwaita
  44. %{_datadir}/pkgconfig/%{name}.pc
  45. %changelog
  46. * Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
  47. - new upstream release.
  48. * Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.1-1
  49. - new upstream release.
  50. * Fri Jul 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20-1
  51. - new upstream release
  52. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
  53. - new upstream release
  54. * Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.2-1
  55. - new upstream release
  56. * Fri May 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.1-1
  57. - new upstream release
  58. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  59. - new upstream release
  60. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
  61. - initial build