Author: lisu Date: Tue Mar 24 08:43:30 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - optimisation - add .egg-info (python-devel >= 1:2.5)
---- Files affected: SPECS: python-PyOpenAL.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/python-PyOpenAL.spec diff -u SPECS/python-PyOpenAL.spec:1.13 SPECS/python-PyOpenAL.spec:1.14 --- SPECS/python-PyOpenAL.spec:1.13 Wed Dec 24 10:26:20 2008 +++ SPECS/python-PyOpenAL.spec Tue Mar 24 09:43:25 2009 @@ -11,7 +11,7 @@ # Source0-md5: 51992fc62df474614ea6eb724061f392 URL: http://home.gna.org/oomadness/en/pyopenal/ BuildRequires: OpenAL-devel -BuildRequires: python-devel +BuildRequires: python-devel >= 1:2.5 Requires: python-pyvorbis BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -28,6 +28,7 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install \ + --optimize=2 \ --root=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{py_sitedir}/pyopenal/*.py @@ -40,6 +41,7 @@ %doc AUTHORS CHANGES README %attr(755,root,root) %{py_sitedir}/*.so %{py_sitedir}/pyopenal +%{py_sitedir}/*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -47,6 +49,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2009/03/24 08:43:25 lisu +- optimisation +- add .egg-info (python-devel >= 1:2.5) + Revision 1.13 2008/12/24 09:26:20 lisu - better URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-PyOpenAL.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
