From 852fcb7724968f6422af51f652ba120cbd90e327 Mon Sep 17 00:00:00 2001 From: grzegol Date: Mon, 8 Dec 2003 16:47:03 +0000 Subject: [PATCH] - new Changed files: atomix.spec -> 1.1 --- atomix.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 atomix.spec diff --git a/atomix.spec b/atomix.spec new file mode 100644 index 0000000..a6ca1d0 --- /dev/null +++ b/atomix.spec @@ -0,0 +1,63 @@ +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 +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 + +%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 -- 2.44.0