swell-foop-vl.spec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Name: swell-foop
  2. Summary: GNOME Swell Foop (Same GNOME)
  3. Summary(ja): さめ GNOME
  4. Version: 3.8.2
  5. Release: 1%{?_dist_release}
  6. License: GPLv2
  7. Group: Applications/Games
  8. URL: https://live.gnome.org/Swell%20Foop
  9. Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.8/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk3-devel
  12. BuildRequires: clutter-gtk-devel
  13. BuildRequires: yelp-tools
  14. BuildRequires: vala
  15. Requires(postun,posttrans): desktop-file-utils
  16. Requires(postun,posttrans): gtk3
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. Swell Foop is a puzzle game, previously known as Same GNOME. The goal is to
  22. remove the objects in as few moves as possible. Similar objects that are
  23. adjacent to each other are removed as a group. The remaining objects then
  24. collapse to fill in the gaps and new groups are formed. You cannot remove
  25. single objects.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. %find_lang %{name} --with-gnome
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %post
  38. touch %{_datadir}/icons/hicolor
  39. gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
  40. %postun
  41. if [ $1 -eq 0 ]; then
  42. touch %{_datadir}/icons/hicolor
  43. gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
  44. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  45. update-desktop-database -q > /dev/null || :
  46. fi
  47. %posttrans
  48. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  49. update-desktop-database -q > /dev/null || :
  50. %files -f %{name}.lang
  51. %defattr(-, root, root)
  52. %doc COPYING NEWS
  53. #%attr(2551, root, games) %{_bindir}/%{name}
  54. %{_bindir}/%{name}
  55. %{_datadir}/applications/%{name}.desktop
  56. %{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
  57. %{_datadir}/%{name}
  58. %{_datadir}/icons/hicolor/*/apps/%{name}.*
  59. %changelog
  60. * Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
  61. - new upstream release
  62. - change permission
  63. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  64. - initial build