]> git.pld-linux.org Git - packages/python-Py2Play.git/blame - python-Py2Play.spec
- added BR: python-modules, rpm-pythonprov
[packages/python-Py2Play.git] / python-Py2Play.spec
CommitLineData
1fccf929 1%define pname Py2Play
61cf4334 2Summary: Network game engine
b68d0832 3Summary(pl.UTF-8): Sieciowy silnik gier
61cf4334 4Name: python-Py2Play
5Version: 0.1.6
d2fd88fd 6Release: 3
61cf4334 7License: GPL
8Group: Applications/Games
9Source0: http://oomadness.tuxfamily.org/downloads/%{pname}-%{version}.tar.gz
10# Source0-md5: 15f6bc003fa2da379fc93b32abe075b2
11URL: http://oomadness.tuxfamily.org/en/py2play/
f990c4f6 12BuildRequires: python-modules
13BuildRequires: rpm-pythonprov
61cf4334 14Requires: python-tkinter
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Py2Play is a network game engine written in Python, and it rests on a
19Peer To Peer model (ala Napster) and not a client-server one, as it is
20usually done.
21
c8b84765 22%description -l pl.UTF-8
61cf4334 23Py2Play jest sieciowym silnikiem gier napisanym w Pythonie. Jest on
24zbudowany w oparciu o model Peer To Peer (tak jak Napster), a nie
25klient-serwer, tak jak jest to zazwyczaj.
26
27%prep
28%setup -q -n %{pname}-%{version}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__python} setup.py install \
34 --root=$RPM_BUILD_ROOT \
35 --install-purelib=%{py_sitedir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc README
43%dir %{py_sitedir}/py2play
44%{py_sitedir}/py2play/*.py[co]
This page took 0.075267 seconds and 4 git commands to generate.