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