14
0
forked from pool/python-pyglet

Accepting request 174982 from home:TheBlackCat:branches:devel:languages:python

- Build doc
- Add dependencies

OBS-URL: https://build.opensuse.org/request/show/174982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=2
This commit is contained in:
Todd R
2013-05-10 15:19:50 +00:00
committed by Git OBS Bridge
parent 020a465e65
commit c1c7e44cf9
2 changed files with 26 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 10 13:14:41 UTC 2013 - toddrme2178@gmail.com
- Build doc
- Add dependencies
-------------------------------------------------------------------
Fri May 10 11:39:07 UTC 2013 - toddrme2178@gmail.com

View File

@@ -24,6 +24,24 @@ Url: http://www.pyglet.org/
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/pyglet/pyglet-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: alsa-devel
BuildRequires: fontconfig-devel
BuildRequires: gtk2-devel
BuildRequires: freetype2-devel
BuildRequires: openal-soft-devel
BuildRequires: python-imaging
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(x11)
Requires: alsa-devel
Requires: fontconfig-devel
Requires: gtk2-devel
Requires: freetype2-devel
Requires: openal-soft-devel
Requires: python-imaging
Requires: pkgconfig(gl)
Requires: pkgconfig(glu)
Requires: pkgconfig(x11)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -47,7 +65,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGELOG README LICENSE
%doc CHANGELOG README LICENSE doc/html doc/pdf examples
%{python_sitelib}/*
%changelog