]> git.pld-linux.org Git - packages/atomix.git/blob - atomix.spec
- rel 2 for fixed desktop patch
[packages/atomix.git] / atomix.spec
1 Summary:        Little game where you have to build molecules out of single atoms
2 Summary(pl):    Ma³a gra w której trzeba budowaæ cz±steczki z pojedynczych atomów
3 Name:           atomix
4 Version:        1.0.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://triq.net/~jens/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  dd0d5d29020863d8140f919edd96d150
10 Patch0:         %{name}-desktop.patch
11 URL:            http://triq.net/~jens/atomix.php
12 Buildrequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  intltool
15 Buildrequires:  libglade2-devel >= 2.0.1
16 BuildRequires:  libgnomeui-devel >= 2.4.0
17 BuildRequires:  libxml2-devel >= 2.4.23
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Atomix is a little game where you have to build molecules out of
22 single atoms. These are laying around between the walls and obstacles
23 on the playfield. Once you have pushed an atom in one direction it
24 moves until it hits an obstacle or another atom. The game is inspired
25 by the original Amiga version.
26
27 %description -l pl
28 Atomix jest ma³± gr±, w której trzeba budowaæ cz±steczki z
29 pojedynczych atomów, le¿±cych dooko³a na planszy. Gdy atom zostanie
30 popchniêty, porusza siê w zadanym kierunku a¿ do momentu uderzenia w
31 inny atom lub przeszkodê. Inspiracj± do powstania tej gry by³a
32 oryginalna wersja na Amigê.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 glib-gettextize --copy --force
40 intltoolize --copy --force
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_datadir}/%{name}
63 %{_desktopdir}/*.desktop
64 %{_datadir}/gnome-2.0/ui/*.xml
65 %{_localstatedir}/games/%{name}.scores
This page took 0.047988 seconds and 4 git commands to generate.