]> git.pld-linux.org Git - packages/gnome-tetravex.git/blame - gnome-tetravex.spec
Update to 3.12.2
[packages/gnome-tetravex.git] / gnome-tetravex.spec
CommitLineData
ef926131
MB
1Summary: GNOME Tetravex
2Name: gnome-tetravex
d6fee1d7 3Version: 3.12.2
ef926131
MB
4Release: 1
5License: GPL v2
6Group: X11/Applications/Games
7Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tetravex/3.12/%{name}-%{version}.tar.xz
d6fee1d7 8# Source0-md5: d30b9c901f8492055780475244ae7ffb
ef926131
MB
9URL: https://wiki.gnome.org/Apps/Tetravex
10BuildRequires: appdata-tools
11BuildRequires: autoconf >= 2.63
12BuildRequires: automake >= 1:1.11
13BuildRequires: glib2-devel >= 1:2.36.0
14BuildRequires: gnome-common
15BuildRequires: gtk+3-devel >= 3.10.0
16BuildRequires: intltool >= 0.50.0
17BuildRequires: pkgconfig
18BuildRequires: vala >= 2:0.22.0
19BuildRequires: yelp-tools
20Requires(post,postun): gtk-update-icon-cache
21Requires(post,postun): glib2 >= 1:2.26.0
22Requires: glib2 >= 1:2.36.0
23Requires: gtk+3 >= 3.10.0
24Requires: hicolor-icon-theme
25Provides: gnome-games-gnotravex = 1:%{version}-%{release}
26Obsoletes: gnome-games-gnotravex < 1:3.8.0
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30Tetravex is a simple puzzle where pieces must be positioned so that
31the same numbers are touching each other.
32
33%prep
34%setup -q
35
36%build
37%{__intltoolize}
38%{__aclocal}
39%{__autoconf}
40%{__automake}
41%configure \
42 --disable-silent-rules
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%find_lang %{name} --with-gnome
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%post
58%glib_compile_schemas
59%update_icon_cache HighContrast
60%update_icon_cache hicolor
61
62%postun
63%glib_compile_schemas
64%update_icon_cache HighContrast
65%update_icon_cache hicolor
66
67%files -f %{name}.lang
68%defattr(644,root,root,755)
69%doc NEWS
70%attr(755,root,root) %{_bindir}/gnome-tetravex
71%{_datadir}/appdata/gnome-tetravex.appdata.xml
72%{_datadir}/glib-2.0/schemas/org.gnome.tetravex.gschema.xml
73#%{_datadir}/gnome-tetravex
74%{_desktopdir}/gnome-tetravex.desktop
75%{_iconsdir}/HighContrast/*/*/*.png
76%{_iconsdir}/hicolor/*/*/*.png
77%{_iconsdir}/hicolor/*/*/*.svg
78%{_mandir}/man6/gnome-tetravex.6*
79
This page took 0.0775 seconds and 4 git commands to generate.