]> git.pld-linux.org Git - packages/swell-foop.git/blame - swell-foop.spec
Update to 3.8.1
[packages/swell-foop.git] / swell-foop.spec
CommitLineData
d15be9c7
MB
1Summary: Swell Foop
2Summary(pl.UTF-8): Gra Swell Foop dla GNOME
3Name: swell-foop
8278530e 4Version: 3.8.1
d15be9c7
MB
5Release: 1
6License: GPL v2
7Group: X11/Applications/Games
8Source0: http://ftp.gnome.org/pub/GNOME/sources/swell-foop/3.8/%{name}-%{version}.tar.xz
8278530e 9# Source0-md5: 3b9080ac6f09f28e5996be4a6f921c91
d15be9c7
MB
10URL: https://live.gnome.org/Swell%20Foop
11BuildRequires: autoconf
12BuildRequires: automake >= 1:1.11
13BuildRequires: clutter-devel >= 1.0.0
14BuildRequires: clutter-gtk-devel >= 0.91.6
15BuildRequires: gtk+3-devel >= 3.4.0
16BuildRequires: intltool >= 0.35.0
17BuildRequires: pkgconfig
18BuildRequires: vala >= 2:0.16.0
19BuildRequires: yelp-tools
20Requires(post,postun): gtk-update-icon-cache
21Requires(post,postun): glib2 >= 1:2.26.0
22Requires: clutter >= 1.0.0
23Requires: clutter-gtk >= 0.91.6
24Requires: gtk+3 >= 3.4.0
25Requires: hicolor-icon-theme
26Provides: gnome-games-same-gnome
27Provides: gnome-games-swell-foop = 1:%{version}-%{release}
28Obsoletes: gnome-games-same-gnome
29Obsoletes: gnome-games-swell-foop < 1:3.8.0
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33Remove groups of balls to try and clear the screen.
34
35%description -l pl.UTF-8
36Gra, 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
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57%find_lang %{name} --with-gnome
58
59%clean
60rm -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.131223 seconds and 4 git commands to generate.