Author: qboosh Date: Tue Jul 18 08:13:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - python-numpy -> python-Numeric - strict internal dep, fixed smpeg includes
---- Files affected: SPECS: python-pygame.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/python-pygame.spec diff -u SPECS/python-pygame.spec:1.27 SPECS/python-pygame.spec:1.28 --- SPECS/python-pygame.spec:1.27 Thu Apr 20 21:54:31 2006 +++ SPECS/python-pygame.spec Tue Jul 18 10:13:16 2006 @@ -12,8 +12,8 @@ Source0: http://www.pygame.org/ftp/pygame-%{version}release.tar.gz # Source0-md5: 05d86d1af446f79411359400951053b7 URL: http://www.pygame.org/ +BuildRequires: python-Numeric-devel BuildRequires: python-devel >= 2.2.1 -BuildRequires: python-numpy-devel BuildRequires: SDL-devel BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel @@ -40,7 +40,7 @@ Summary(pl): Pliki nagłówkowe języka C modułów pygame Group: Development/Languages/Python %pyrequires_eq python -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel C header files for pygame modules. @@ -52,7 +52,7 @@ %setup -q -n %{module}-%{version}release %build -CFLAGS="%{rpmcflags} -I%{_prefix}/X11R6/include/smpeg"; export CFLAGS +CFLAGS="%{rpmcflags} -I/usr/include/smpeg"; export CFLAGS python setup.py build %install @@ -89,6 +89,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2006/07/18 08:13:16 qboosh +- python-numpy -> python-Numeric +- strict internal dep, fixed smpeg includes + Revision 1.27 2006/04/20 19:54:31 jajcus - Version: 1.7.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-pygame.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
