diff --git a/python-pyglet.changes b/python-pyglet.changes index 5d78847..2fc5109 100644 --- a/python-pyglet.changes +++ b/python-pyglet.changes @@ -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 diff --git a/python-pyglet.spec b/python-pyglet.spec index e52eb41..049d2e5 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -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 \ No newline at end of file +%changelog