12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- Name: gnome-robots
- Summary: GNOME Robots
- Summary(ja): GNOME ロボット
- Version: 3.12.1
- Release: 1%{?_dist_release}
- License: GPLv2
- Group: Applications/Games
- URL: https://live.gnome.org/Mines
- Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.12/%{name}-%{version}.tar.xz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: gtk3-devel
- BuildRequires: librsvg2-devel
- BuildRequires: libcanberra-gtk3-devel
- BuildRequires: yelp-tools
- Requires(postun,posttrans): desktop-file-utils
- Requires(postun,posttrans): gtk3
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- gnome-robots game where you have to avoid a hoard of robots who are trying
- to kill you. Each step you take brings them closer toward you.
- Fortunately they aren't very smart and you also have a helpful teleportation gadget.
- %prep
- %setup -q
- %build
- %configure --localstatedir=/var/lib
- 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
- %{_bindir}/%{name}
- %{_datadir}/appdata/%{name}.appdata.xml
- %{_datadir}/applications/%{name}.desktop
- %{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
- %{_datadir}/%{name}
- %{_datadir}/icons/hicolor/*/apps/%{name}.*
- %{_datadir}/icons/hicolor/24x24/actions/teleport-random.png
- %{_datadir}/icons/hicolor/24x24/actions/teleport.png
- %{_datadir}/icons/HighContrast/*/apps/%{name}.*
- %{_mandir}/man6/%{name}.6.gz
- %changelog
- * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
- - new upstream release
- * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
- - new upstream release
- * Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
- - new upstream release
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
- - new upstream release
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
- - initial build
|