]> git.pld-linux.org Git - packages/five-or-more.git/blob - five-or-more.spec
- updated to 3.16.1
[packages/five-or-more.git] / five-or-more.spec
1 Summary:        "Five or more" game for GNOME
2 Summary(pl.UTF-8):      Gra "pięć lub więcej" dla GNOME
3 Name:           five-or-more
4 Version:        3.16.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/five-or-more/3.16/%{name}-%{version}.tar.xz
9 # Source0-md5:  cad737743896a1a06dea51bc2ef1aa56
10 URL:            https://wiki.gnome.org/Apps/Five%20or%20more
11 BuildRequires:  appstream-glib-devel
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  gnome-common
15 BuildRequires:  glib2-devel >= 1:2.32
16 BuildRequires:  gtk+3-devel >= 3.12.0
17 BuildRequires:  intltool >= 0.50
18 BuildRequires:  librsvg-devel >= 2.32.0
19 BuildRequires:  pkgconfig
20 BuildRequires:  yelp-tools
21 Requires(post,postun):  gtk-update-icon-cache
22 Requires(post,postun):  glib2 >= 1:2.26.0
23 Requires:       glib2 >= 1:2.32
24 Requires:       gtk+3 >= 3.12.0
25 Requires:       hicolor-icon-theme
26 Requires:       librsvg >= 2.32.0
27 Provides:       gnome-games-glines = 1:%{version}-%{release}
28 Obsoletes:      gnome-games-glines < 1:3.8.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Five-or-more is a GNOME port of a once-popular computer game. Align
33 five or more objects of the same color into a line to cause them to
34 disappear and score points.
35
36 %description -l pl.UTF-8
37 Five-or-more to port GNOME popularnej niegdyś gry komputerowej. Celem
38 jest wyrównanie w rzędzie pięciu lub większej liczby obiektów jednego
39 koloru, co powoduje zniknięcie ich i zdobycie punktów.
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
77 %attr(755,root,root) %{_bindir}/five-or-more
78 %{_datadir}/appdata/five-or-more.appdata.xml
79 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
80 %{_datadir}/five-or-more
81 %{_desktopdir}/five-or-more.desktop
82 %{_iconsdir}/hicolor/*x*/apps/five-or-more.png
83 %{_iconsdir}/hicolor/scalable/apps/five-or-more.svg
84 %{_iconsdir}/hicolor/scalable/apps/five-or-more-symbolic.svg
85 %{_mandir}/man6/five-or-more.6*
This page took 0.049584 seconds and 3 git commands to generate.