]> git.pld-linux.org Git - packages/atomix.git/blob - atomix.spec
- updated to 44.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.22.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/atomix/3.22/%{name}-%{version}.tar.xz
9 # Source0-md5:  027372b149248de71adc3a48d2943f99
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:  gtk+3-devel >= 3.10.0
18 BuildRequires:  intltool >= 0.40.0
19 BuildRequires:  pkgconfig
20 BuildRequires:  tar >= 1:1.22
21 BuildRequires:  xz
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Atomix is a little game where you have to build molecules out of
26 single atoms. These are laying around between the walls and obstacles
27 on the playfield. Once you have pushed an atom in one direction it
28 moves until it hits an obstacle or another atom. The game is inspired
29 by the original Amiga version.
30
31 %description -l pl.UTF-8
32 Atomix jest małą grą, w której trzeba budować cząsteczki z
33 pojedynczych atomów, leżących dookoła na planszy. Gdy atom zostanie
34 popchnięty, porusza się w zadanym kierunku aż do momentu uderzenia w
35 inny atom lub przeszkodę. Inspiracją do powstania tej gry była
36 oryginalna wersja na Amigę.
37
38 %prep
39 %setup -q
40
41 %build
42 %{__intltoolize}
43 %{__aclocal} -I m4
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-silent-rules
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}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README
65 %attr(755,root,root) %{_bindir}/atomix
66 %{_datadir}/appdata/atomix.appdata.xml
67 %{_datadir}/atomix
68 %{_desktopdir}/atomix.desktop
69 %{_iconsdir}/hicolor/*x*/apps/atomix.png
70 %{_iconsdir}/hicolor/symbolic/apps/atomix-symbolic.svg
This page took 0.079079 seconds and 3 git commands to generate.