Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0f8116cee32643567597590bde5ac502 > files > 2

python-opengl-demo-3.0.1b1-1.mga3.src.rpm

# Created by pyp2rpm-1.0.0
%global pypi_name PyOpenGL-Demo
%define version 3.0.1b1

Name:           python-opengl-demo
Version:        %{version}
Release:        %mkrel 1
Group:          Development/Python
Summary:        Demonstration scripts for the PyOpenGL library

License:        BSD
URL:            http://pypi.python.org/pypi/PyOpenGL-Demo
Source0:        http://pypi.python.org/packages/source/P/PyOpenGL-Demo/PyOpenGL-Demo-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
Requires: pythonegg(pyopengl)

%description
Demos for python-pyopengl


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



%build
%{__python} setup.py build


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


%files
%{python_sitelib}/PyOpenGL-Demo
%{python_sitelib}/PyOpenGL_Demo-%{version}-py?.?.egg-info



%changelog

* Mon Jan 28 2013 joequant <joequant> 3.0.1b1-1.mga3
+ Revision: 392878
- imported package python-opengl-demo