gnome-robots-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Name: gnome-robots
  2. Summary: GNOME Robots
  3. Summary(ja): GNOME ロボット
  4. Version: 3.18.1
  5. Release: 1%{?_dist_release}
  6. License: GPLv2
  7. Group: Applications/Games
  8. URL: https://live.gnome.org/Mines
  9. Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.18/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk3-devel
  12. BuildRequires: librsvg2-devel
  13. BuildRequires: libcanberra-gtk3-devel
  14. BuildRequires: yelp-tools
  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. gnome-robots game where you have to avoid a hoard of robots who are trying
  22. to kill you. Each step you take brings them closer toward you.
  23. Fortunately they aren't very smart and you also have a helpful teleportation gadget.
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --localstatedir=/var/lib
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. %find_lang %{name} --with-gnome
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %post
  36. touch %{_datadir}/icons/hicolor
  37. gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
  38. %postun
  39. if [ $1 -eq 0 ]; then
  40. touch %{_datadir}/icons/hicolor
  41. gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
  42. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  43. update-desktop-database -q > /dev/null || :
  44. fi
  45. %posttrans
  46. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  47. update-desktop-database -q > /dev/null || :
  48. %files -f %{name}.lang
  49. %defattr(-, root, root)
  50. %doc COPYING NEWS
  51. %{_bindir}/%{name}
  52. %{_datadir}/appdata/%{name}.appdata.xml
  53. %{_datadir}/applications/%{name}.desktop
  54. %{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
  55. %{_datadir}/%{name}
  56. %{_datadir}/icons/hicolor/*/*/*
  57. %{_mandir}/man6/%{name}.6.gz
  58. %changelog
  59. * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
  60. - new upstream release
  61. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
  62. - new upstream release
  63. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  64. - new upstream release
  65. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  66. - new upstream release
  67. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
  68. - new upstream release
  69. * Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
  70. - new upstream release
  71. * Sun Jun 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.3-1
  72. - new upstream release
  73. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
  74. - new upstream release
  75. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  76. - new upstream release
  77. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  78. - new upstream release
  79. * Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  80. - new upstream release
  81. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  82. - new upstream release
  83. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  84. - initial build