]> git.pld-linux.org Git - packages/gnome-nibbles.git/blame - gnome-nibbles.spec
- updated to 3.32.0
[packages/gnome-nibbles.git] / gnome-nibbles.spec
CommitLineData
0f73612b
JB
1Summary: GNOME Nibbles - classic snake game
2Summary(pl.UTF-8): Nibbles dla GNOME - klasyczna gra w węża
3Name: gnome-nibbles
166d9850
JB
4Version: 3.32.0
5Release: 1
0f73612b
JB
6License: GPL v2+
7Group: X11/Applications/Games
166d9850
JB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-nibbles/3.32/%{name}-%{version}.tar.xz
9# Source0-md5: d0171d4f149fafed9f8da9c2a507effe
0f73612b 10URL: https://wiki.gnome.org/Apps/Nibbles
33e4f627 11BuildRequires: appstream-glib-devel
0f73612b
JB
12BuildRequires: autoconf >= 2.63
13BuildRequires: automake >= 1:1.11
2c42335d
MB
14BuildRequires: clutter-devel >= 1.22.0
15BuildRequires: clutter-gtk-devel >= 1.4.0
16BuildRequires: glib2-devel >= 1:2.40.0
2c42335d
MB
17BuildRequires: gtk+3-devel >= 3.18.0
18BuildRequires: intltool >= 0.50.2
0f73612b 19BuildRequires: libcanberra-gtk3-devel >= 0.26
5980de3f
JB
20BuildRequires: libgnome-games-support-devel >= 1
21BuildRequires: libgee-devel >= 0.8
0f73612b
JB
22BuildRequires: librsvg-devel >= 2.32.0
23BuildRequires: pkgconfig
2c42335d 24BuildRequires: vala >= 2:0.28.0
0f73612b
JB
25BuildRequires: yelp-tools
26Requires(post,postun): gtk-update-icon-cache
5980de3f 27Requires(post,postun): glib2 >= 1:2.40.0
2c42335d
MB
28Requires: clutter >= 1.22.0
29Requires: clutter-gtk >= 1.4.0
30Requires: glib2 >= 1:2.40.0
31Requires: gtk+3 >= 3.18.0
0f73612b
JB
32Requires: hicolor-icon-theme
33Requires: libcanberra-gtk3 >= 0.26
34Requires: librsvg >= 2.32.0
35Provides: gnome-games-gnibbles = 1:%{version}-%{release}
36Obsoletes: gnome-games-gnibbles < 1:3.8.0
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40GNOME Nibbles is a game where the user controls a snake. The snake
41moves around the board, eating diamonds while avoiding the walls
2c42335d 42placed around it.
0f73612b
JB
43
44%description -l pl.UTF-8
45GNOME Nibbles to gra, w której użytkownik steruje wężem. Wąż
46przemieszcza się po planszy zjadając diamenty, unikając zderzeń ze
47ścianami.
48
49%prep
50%setup -q
51
52%build
53%{__intltoolize}
5980de3f 54%{__aclocal} -I m4
0f73612b 55%{__autoconf}
0f73612b
JB
56%{__automake}
57%configure \
58 --disable-silent-rules
59
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
64
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
67
68%find_lang %{name} --with-gnome
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%post
74%glib_compile_schemas
0f73612b
JB
75%update_icon_cache hicolor
76
77%postun
78%glib_compile_schemas
0f73612b
JB
79%update_icon_cache hicolor
80
81%files -f %{name}.lang
82%defattr(644,root,root,755)
83%doc NEWS
84%attr(755,root,root) %{_bindir}/gnome-nibbles
0f73612b
JB
85%{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
86%{_datadir}/gnome-nibbles
166d9850 87%{_datadir}/metainfo/org.gnome.Nibbles.appdata.xml
2c42335d 88%{_desktopdir}/org.gnome.Nibbles.desktop
33e4f627 89%{_iconsdir}/hicolor/*x*/apps/gnome-nibbles.png
0f73612b 90%{_iconsdir}/hicolor/scalable/apps/gnome-nibbles.svg
2c42335d 91%{_iconsdir}/hicolor/symbolic/apps/gnome-nibbles-symbolic.svg
0f73612b 92%{_mandir}/man6/gnome-nibbles.6*
This page took 0.120602 seconds and 4 git commands to generate.