]> git.pld-linux.org Git - packages/kde4-katomic.git/blame - kde4-katomic.spec
- touch was wrong
[packages/kde4-katomic.git] / kde4-katomic.spec
CommitLineData
f12bd8b9
WF
1%define _state stable
2%define orgname katomic
3%define qtver 4.8.0
4
5Summary: KDE Sokoban clone
6Summary(pl.UTF-8): Klon gry Sokoban dla KDE
7Summary(pt_BR.UTF-8): Jogo semelhante ao Sokoban mas o objetivo é formar moléculas
f12bd8b9
WF
8Name: kde4-katomic
9Version: 4.12.0
10Release: 1
11License: GPL
60f75af5 12Group: X11/Applications/Games
f12bd8b9
WF
13Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
14# Source0-md5: 4fd770040c8c27f99f55c9dfdfeddb6f
15BuildRequires: automoc4 >= 0.9.88
16BuildRequires: cmake >= 2.8.0
17BuildRequires: kde4-kdelibs-devel >= %{version}
18BuildRequires: kde4-libkdegames-devel >= %{version}
19BuildRequires: qt4-build >= %{qtver}
20BuildRequires: qt4-qmake >= %{qtver}
21BuildRequires: rpmbuild(macros) >= 1.600
22Obsoletes: kde4-kdegames-katomic
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Atomic Entertainment is a small game which resembles Sokoban. The
27Object of the game is to build chemical molecules on a Sokoban like
28board.
29
30%description -l pl.UTF-8
31Atomic to mała gra podobna do gry Sokoban. Celem gry jest zbudowanie
32cząsteczek chemicznych na planszy podobnej do tej z gry Sokoban.
33
34%description -l pt_BR.UTF-8
35Jogo semelhante ao Sokoban mas o objetivo é formar moléculas.
36
37%prep
38%setup -q -n %{orgname}-%{version}
39
40%build
41install -d build
42cd build
43%cmake \
44 ../
45
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} -C build install \
52 DESTDIR=$RPM_BUILD_ROOT \
53 kde_htmldir=%{_kdedocdir}
54
55install -d $RPM_BUILD_ROOT/var/games
f12bd8b9
WF
56# remove locolor icons
57rm -rf $RPM_BUILD_ROOT%{_iconsdir}/locolor
58
59%find_lang katomic --with-kde
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%post -p /sbin/ldconfig
65%postun -p /sbin/ldconfig
66
67%files -f katomic.lang
68%defattr(644,root,root,755)
69%attr(755,root,root) %{_bindir}/katomic
70%{_desktopdir}/kde4/katomic.desktop
71%{_datadir}/apps/katomic
72%{_datadir}/config/katomic.knsrc
73%{_datadir}/apps/kconf_update/katomic-levelset-upd.pl
74%{_datadir}/apps/kconf_update/katomic-levelset.upd
75%{_iconsdir}/*/*/apps/katomic.png
This page took 0.082325 seconds and 4 git commands to generate.