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:
@@ -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
|
Fri May 10 11:39:07 UTC 2013 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -24,6 +24,24 @@ Url: http://www.pyglet.org/
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/p/pyglet/pyglet-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/p/pyglet/pyglet-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?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
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGELOG README LICENSE
|
%doc CHANGELOG README LICENSE doc/html doc/pdf examples
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
Reference in New Issue
Block a user