Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1c456fbdeea006c65a16dafe3120aafd > files > 2

py2play-0.1.10-2.mga3.src.rpm

%define oname   Py2Play

Name:           py2play
Version:        0.1.10
Release:        %mkrel 2
License:        GPL
Url:            http://oomadness.tuxfamily.org/en/py2play
Source0:        http://download.gna.org/slune/%{oname}-%{version}.tar.gz
Group:          Development/Python
Summary:        A peer-to-peer network game engine
BuildRequires:  python-devel
BuildArch:      noarch

%description
A Peer To Peer network game engine.

%prep
%setup -q -n %{oname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --root=%{buildroot}

%files
%defattr(-,root,root)
%doc README
/usr/lib/python2*/site-packages/%{name}
/usr/lib/python2*/site-packages/*.egg-info


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.1.10-2.mga3
+ Revision: 378382
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Oct 22 2012 zezinho <zezinho> 0.1.10-1.mga3
+ Revision: 309136
- remove useless patch
- forgotten new version

* Tue Jul 12 2011 stormi <stormi> 0.1.9-8.mga2
+ Revision: 123464
- increase release so that it's higher than in Mageia 1

* Fri Jun 24 2011 zezinho <zezinho> 0.1.9-7.mga2
+ Revision: 112974
- patch from debian for python encoding
- imported package py2play