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