Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 62a3e2e54806544d1a97ab4797fb7d11 > files > 2

pybox2d-2.0.2b2-2.mga3.src.rpm

Name:           pybox2d
Version:        2.0.2b2
Release:        %mkrel 2
Summary:        A 2D rigid body simulation library for Python

Group:          Development/Python
License:        zlib
URL:            http://code.google.com/p/pybox2d/
Source0:        http://pybox2d.googlecode.com/files/%{name}-%{version}.zip

BuildRequires:  gcc
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  swig

%description
Programmer's can use Box2D in their games to make objects move in
believable ways and make the world seem more interactive. From the
game's point of view a physics engine is just a system for procedural
animation. Rather than paying (or begging) an animator to move your
actors around, you can let Sir Isaac Newton do the directing.


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

# calm rpmlint down
sed -i LICENSE README -e 's/\r//'
chmod go-w -R *
 

%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

# copy missing files
cp Box2D.py %{buildroot}%{python_sitearch}/Box2D/

%files
%doc LICENSE README doc/*
%{python_sitearch}/*




%changelog

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

* Wed Dec 19 2012 zezinho <zezinho> 2.0.2b2-1.mga3
+ Revision: 332788
- better spec
- imported package pybox2d