]> git.pld-linux.org Git - packages/four-in-a-row.git/blob - four-in-a-row.spec
- updated to 3.38.1
[packages/four-in-a-row.git] / four-in-a-row.spec
1 Summary:        "Four in a row" game for GNOME
2 Summary(pl.UTF-8):      Gra "cztery w rzędzie" dla GNOME
3 Name:           four-in-a-row
4 Version:        3.22.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/four-in-a-row/3.22/%{name}-%{version}.tar.xz
9 # Source0-md5:  837c19cbba93ab2928dcd1b3149f0b3f
10 URL:            https://wiki.gnome.org/Apps/Four-in-a-row
11 BuildRequires:  appstream-glib-devel
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  gtk+3-devel >= 3.13.2
15 BuildRequires:  intltool >= 0.50
16 BuildRequires:  libcanberra-gtk3-devel >= 0.26
17 BuildRequires:  librsvg-devel >= 2.32.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  vala >= 2:0.22
20 BuildRequires:  yelp-tools
21 Requires(post,postun):  gtk-update-icon-cache
22 Requires(post,postun):  glib2 >= 1:2.26.0
23 Requires:       gtk+3 >= 3.13.2
24 Requires:       hicolor-icon-theme
25 Requires:       libcanberra-gtk3 >= 0.26
26 Requires:       librsvg >= 2.32.0
27 Provides:       gnome-games-gnect = 1:%{version}-%{release}
28 Obsoletes:      gnome-games-gnect < 1:3.8.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Four-in-a-row is a GNOME game which objective is to build a line of
33 four of your marbles while trying to stop your opponent (human or
34 computer) from building a line of his or her own.
35
36 %description -l pl.UTF-8
37 Four-in-a-row to gra dla GNOME, której celem jest zbudowanie rzędu
38 czterech kafelków, a jednocześnie powstrzymanie przeciwnika (człowieka
39 lub komputera) od zbudowania własnego rzędu.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__intltoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --disable-silent-rules
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %find_lang %{name} --with-gnome
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post
67 %glib_compile_schemas
68 %update_icon_cache hicolor
69
70 %postun
71 %glib_compile_schemas
72 %update_icon_cache hicolor
73
74 %files -f %{name}.lang
75 %defattr(644,root,root,755)
76 %doc NEWS README
77 %attr(755,root,root) %{_bindir}/four-in-a-row
78 %{_datadir}/appdata/four-in-a-row.appdata.xml
79 %{_datadir}/glib-2.0/schemas/org.gnome.four-in-a-row.gschema.xml
80 %{_datadir}/four-in-a-row
81 %{_desktopdir}/four-in-a-row.desktop
82 %{_iconsdir}/hicolor/*x*/apps/four-in-a-row.png
83 %{_iconsdir}/hicolor/symbolic/apps/four-in-a-row-symbolic.svg
84 %{_mandir}/man6/four-in-a-row.6*
This page took 0.09403 seconds and 3 git commands to generate.