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

Revision 9073, 2.5 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

Line 
1Name:                   gnome-nibbles
2Summary:                GNOME Nibbles
3Summary(ja):    GNOME Nibbles
4Version:                3.14.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.14/%{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%{_bindir}/%{name}
70%{_datadir}/appdata/%{name}.appdata.xml
71%{_datadir}/applications/%{name}.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
78
79%changelog
80* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
81- new upstream release
82
83* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
84- new upstream release
85
86* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
87- new upstream release
88
89* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
90- new upstream release
91
92* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
93- rebuild with VineSeed environment
94
95* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
96- new upstream release
97
98* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
99- initial build
100
Note: See TracBrowser for help on using the repository browser.