]> git.pld-linux.org Git - packages/atomix.git/blob - atomix.spec
- new maintainer and URLs, updated to 3.18.0
[packages/atomix.git] / atomix.spec
1 Summary:        Little game where you have to build molecules out of single atoms
2 Summary(pl.UTF-8):      Mała gra, w której trzeba budować cząsteczki z pojedynczych atomów
3 Name:           atomix
4 Version:        3.18.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/atomix/3.18/%{name}-%{version}.tar.xz
9 # Source0-md5:  88a16c3e9460c4267f48c5460453562e
10 URL:            https://wiki.gnome.org/Apps/Atomix
11 BuildRequires:  appstream-glib-devel
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake >= 1:1.10
14 BuildRequires:  gdk-pixbuf2-devel >= 2.0.5
15 BuildRequires:  gettext-tools
16 BuildRequires:  glib2-devel >= 1:2.36.0
17 BuildRequires:  gnome-common
18 BuildRequires:  gtk+3-devel >= 3.10.0
19 BuildRequires:  intltool >= 0.40.0
20 BuildRequires:  pkgconfig
21 BuildRequires:  tar >= 1:1.22
22 BuildRequires:  xz
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Atomix is a little game where you have to build molecules out of
27 single atoms. These are laying around between the walls and obstacles
28 on the playfield. Once you have pushed an atom in one direction it
29 moves until it hits an obstacle or another atom. The game is inspired
30 by the original Amiga version.
31
32 %description -l pl.UTF-8
33 Atomix jest małą grą, w której trzeba budować cząsteczki z
34 pojedynczych atomów, leżących dookoła na planszy. Gdy atom zostanie
35 popchnięty, porusza się w zadanym kierunku aż do momentu uderzenia w
36 inny atom lub przeszkodę. Inspiracją do powstania tej gry była
37 oryginalna wersja na Amigę.
38
39 %prep
40 %setup -q
41
42 %build
43 %{__intltoolize}
44 %{__aclocal} -I m4
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --disable-silent-rules
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS README
66 %attr(755,root,root) %{_bindir}/atomix
67 %{_datadir}/appdata/atomix.appdata.xml
68 %{_datadir}/atomix
69 %{_desktopdir}/atomix.desktop
70 %{_pixmapsdir}/atomix-icon.png
This page took 0.045028 seconds and 4 git commands to generate.