12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- Name: swell-foop
- Summary: GNOME Swell Foop (Same GNOME)
- Summary(ja): さめ GNOME
- Version: 3.8.2
- Release: 1%{?_dist_release}
- License: GPLv2
- Group: Applications/Games
- URL: https://live.gnome.org/Swell%20Foop
- Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.8/%{name}-%{version}.tar.xz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: gtk3-devel
- BuildRequires: clutter-gtk-devel
- BuildRequires: yelp-tools
- BuildRequires: vala
- Requires(postun,posttrans): desktop-file-utils
- Requires(postun,posttrans): gtk3
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- Swell Foop is a puzzle game, previously known as Same GNOME. The goal is to
- remove the objects in as few moves as possible. Similar objects that are
- adjacent to each other are removed as a group. The remaining objects then
- collapse to fill in the gaps and new groups are formed. You cannot remove
- single objects.
- %prep
- %setup -q
- %build
- %configure
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- %find_lang %{name} --with-gnome
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- touch %{_datadir}/icons/hicolor
- gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
- %postun
- if [ $1 -eq 0 ]; then
- touch %{_datadir}/icons/hicolor
- gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- update-desktop-database -q > /dev/null || :
- fi
- %posttrans
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- update-desktop-database -q > /dev/null || :
- %files -f %{name}.lang
- %defattr(-, root, root)
- %doc COPYING NEWS
- #%attr(2551, root, games) %{_bindir}/%{name}
- %{_bindir}/%{name}
- %{_datadir}/applications/%{name}.desktop
- %{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
- %{_datadir}/%{name}
- %{_datadir}/icons/hicolor/*/apps/%{name}.*
- %changelog
- * Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
- - new upstream release
- - change permission
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
- - initial build
|