gnome-nibbles-vl.spec 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. Name: gnome-nibbles
  2. Summary: GNOME Nibbles
  3. Summary(ja): GNOME Nibbles
  4. Version: 3.10.1
  5. Release: 2%{?_dist_release}
  6. License: GPLv2
  7. Group: Applications/Games
  8. URL: https://live.gnome.org/Nibbles
  9. Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.10/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk3-devel
  12. BuildRequires: librsvg2-devel
  13. BuildRequires: clutter-gtk-devel
  14. BuildRequires: libcanberra-gtk3-devel
  15. BuildRequires: yelp-tools
  16. Requires(postun,posttrans): desktop-file-utils
  17. Requires(postun,posttrans): gtk3
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi
  21. %description
  22. Nibbles is a game where the user controls a snake. The snake moves around the board,
  23. eating diamonds while avoiding the walls placed around it. Nibbles also features
  24. network multiplayer, and up to six evil AI worms!
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --localstatedir=/var/lib
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. %find_lang %{name} --with-gnome
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %post
  37. touch %{_datadir}/icons/hicolor
  38. gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
  39. %postun
  40. if [ $1 -eq 0 ]; then
  41. touch %{_datadir}/icons/hicolor
  42. gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
  43. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  44. update-desktop-database -q > /dev/null || :
  45. fi
  46. %posttrans
  47. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  48. update-desktop-database -q > /dev/null || :
  49. %files -f %{name}.lang
  50. %defattr(-, root, root)
  51. %doc COPYING NEWS
  52. %attr(2551, root, games) %{_bindir}/%{name}
  53. %{_datadir}/appdata/gnome-nibbles.appdata.xml
  54. %{_datadir}/applications/gnibbles.desktop
  55. %{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
  56. %{_datadir}/%{name}
  57. %{_datadir}/icons/hicolor/*/apps/%{name}.*
  58. %{_datadir}/icons/HighContrast/*/apps/%{name}.*
  59. %{_mandir}/man6/%{name}.6.gz
  60. %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/%{name}.*
  61. %changelog
  62. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
  63. - rebuild with VineSeed environment
  64. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  65. - new upstream release
  66. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
  67. - initial build