]> git.pld-linux.org Git - packages/python-Py2Play.git/blame - python-Py2Play.spec
- tabs in preamble
[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
6Release: 1
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/
12Requires: python-tkinter
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Py2Play is a network game engine written in Python, and it rests on a
17Peer To Peer model (ala Napster) and not a client-server one, as it is
18usually done.
19
c8b84765 20%description -l pl.UTF-8
61cf4334 21Py2Play jest sieciowym silnikiem gier napisanym w Pythonie. Jest on
22zbudowany w oparciu o model Peer To Peer (tak jak Napster), a nie
23klient-serwer, tak jak jest to zazwyczaj.
24
25%prep
26%setup -q -n %{pname}-%{version}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%{__python} setup.py install \
32 --root=$RPM_BUILD_ROOT \
33 --install-purelib=%{py_sitedir}
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc README
41%dir %{py_sitedir}/py2play
42%{py_sitedir}/py2play/*.py[co]
This page took 0.082528 seconds and 4 git commands to generate.