source: projects/specs/trunk/g/gnome-nibbles/gnome-nibbles-vl.spec @ 7938

Revision 7938, 2.2 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

Line 
1Name:                   gnome-nibbles
2Summary:                GNOME Nibbles
3Summary(ja):    GNOME Nibbles
4Version:                3.10.1
5Release:                1%{?_dist_release}
6License:                GPLv2
7Group:                  Applications/Games
8URL:                    https://live.gnome.org/Nibbles
9Source:                 ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.10/%{name}-%{version}.tar.xz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  gtk3-devel
14BuildRequires:  librsvg2-devel
15BuildRequires:  clutter-gtk-devel
16BuildRequires:  libcanberra-gtk3-devel
17BuildRequires:  yelp-tools
18
19Requires(postun,posttrans): desktop-file-utils
20Requires(postun,posttrans): gtk3
21
22Vendor:                 Project Vine
23Distribution:   Vine Linux
24Packager:               Takemikaduchi
25
26%description
27Nibbles is a game where the user controls a snake. The snake moves around the board,
28eating diamonds while avoiding the walls placed around it. Nibbles also features
29network multiplayer, and up to six evil AI worms!
30
31
32%prep
33%setup -q
34
35%build
36%configure --localstatedir=/var/lib
37make %{?_smp_mflags}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42make install DESTDIR=$RPM_BUILD_ROOT
43
44%find_lang %{name} --with-gnome
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post
50touch %{_datadir}/icons/hicolor
51gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
52
53%postun
54if [ $1 -eq 0 ]; then
55  touch %{_datadir}/icons/hicolor
56  gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
57  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
58  update-desktop-database -q > /dev/null || :
59fi
60
61%posttrans
62glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
63update-desktop-database -q > /dev/null || :
64
65
66%files -f %{name}.lang
67%defattr(-, root, root)
68%doc  COPYING NEWS
69%attr(2551, root, games) %{_bindir}/%{name}
70%{_datadir}/appdata/gnome-nibbles.appdata.xml
71%{_datadir}/applications/gnibbles.desktop
72%{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
73%{_datadir}/%{name}
74%{_datadir}/icons/hicolor/*/apps/%{name}.*
75%{_datadir}/icons/HighContrast/*/apps/%{name}.*
76%{_mandir}/man6/%{name}.6.gz
77%verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/%{name}.*
78
79
80%changelog
81* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
82- new upstream release
83
84* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
85- initial build
86
Note: See TracBrowser for help on using the repository browser.