]> git.pld-linux.org Git - packages/swell-foop.git/blob - swell-foop.spec
82383be4aff44f742917db690b40ed384f081873
[packages/swell-foop.git] / swell-foop.spec
1 Summary:        Swell Foop game for GNOME
2 Summary(pl.UTF-8):      Gra Swell Foop dla GNOME
3 Name:           swell-foop
4 Version:        3.28.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/swell-foop/3.28/%{name}-%{version}.tar.xz
9 # Source0-md5:  756dca52e71f27f028d21607c3e47021
10 URL:            https://live.gnome.org/Swell%20Foop
11 BuildRequires:  appstream-glib-devel
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  clutter-devel >= 1.14.0
15 BuildRequires:  clutter-gtk-devel >= 1.5.0
16 BuildRequires:  gettext-tools >= 0.19.8
17 BuildRequires:  glib2-devel >= 1:2.36.0
18 BuildRequires:  gtk+3-devel >= 3.12.0
19 BuildRequires:  pkgconfig
20 BuildRequires:  vala >= 2:0.22.0
21 BuildRequires:  yelp-tools
22 Requires(post,postun):  gtk-update-icon-cache
23 Requires(post,postun):  glib2 >= 1:2.36.0
24 Requires:       clutter >= 1.14.0
25 Requires:       clutter-gtk >= 1.5.0
26 Requires:       glib2-devel >= 1:2.36.0
27 Requires:       gtk+3 >= 3.12.0
28 Requires:       hicolor-icon-theme
29 Provides:       gnome-games-same-gnome
30 Provides:       gnome-games-swell-foop = 1:%{version}-%{release}
31 Obsoletes:      gnome-games-same-gnome
32 Obsoletes:      gnome-games-swell-foop < 1:3.8.0
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Remove groups of balls to try and clear the screen.
37
38 %description -l pl.UTF-8
39 Gra, której celem jest oczyszczanie planszy poprzez usuwanie grup kul.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__aclocal}
46 %{__autoconf}
47 %{__automake}
48 %configure \
49         --disable-silent-rules
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %find_lang %{name} --with-gnome
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 %glib_compile_schemas
66 %update_icon_cache hicolor
67
68 %postun
69 %glib_compile_schemas
70 %update_icon_cache hicolor
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc NEWS
75 %attr(755,root,root) %{_bindir}/swell-foop
76 %{_datadir}/metainfo/swell-foop.appdata.xml
77 %{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
78 %{_datadir}/swell-foop
79 %{_desktopdir}/swell-foop.desktop
80 %{_iconsdir}/hicolor/*x*/apps/swell-foop.png
81 %{_iconsdir}/hicolor/symbolic/apps/swell-foop-symbolic.svg
This page took 0.065224 seconds and 2 git commands to generate.