Summary: Little game where you have to build molecules out of single atoms Summary(pl): Mała gra w której trzeba budować cząsteczki z pojedynczych atomów Name: atomix Version: 1.0 Release: 1 License: GPL Group: X11/Applications/Games Source0: http://triq.net/~jens/download/%{name}-%{version}.tar.gz # Source0-md5: 9c2c63ab1a3ea4c7b0246e1629aa9f4e Patch0: %{name}-desktop.patch URL: http://triq.net/~jens/atomix.php Buildrequires: autoconf BuildRequires: automake BuildRequires: intltool Buildrequires: libglade2-devel >= 2.0.1 BuildRequires: libgnomeui-devel >= 2.4.0 BuildRequires: libxml2-devel >= 2.4.23 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Atomix is a little game where you have to build molecules out of single atoms. These are laying around between the walls and obstacles on the playfield. Once you have pushed an atom in one direction it moves until it hits an obstacle or another atom. The game is inspired by the original Amiga version. %description -l pl Atomix jest małą grą, w której trzeba budować cząsteczki z pojedynczych atomów, leżących dookoła na planszy. Gdy atom zostanie popchnięty, porusza się w zadanym kierunku aż do momentu uderzenia w inny atom lub przeszkodę. Inspiracją do powstania tej gry była oryginalna wersja na Amigę. %prep %setup -q %patch0 -p1 %build glib-gettextize --copy --force intltoolize --copy --force %{__aclocal} %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_desktopdir}/*.desktop %{_datadir}/gnome-2.0/ui/*.xml %{_localstatedir}/games/%{name}.scores