Author: qboosh Date: Wed Dec 12 20:58:16 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: python 2.5 (for .egg-info), rpm-pythonprov - grepable file list
---- Files affected: SPECS: python-psyco.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/python-psyco.spec diff -u SPECS/python-psyco.spec:1.27 SPECS/python-psyco.spec:1.28 --- SPECS/python-psyco.spec:1.27 Sat Dec 8 01:47:06 2007 +++ SPECS/python-psyco.spec Wed Dec 12 21:58:11 2007 @@ -10,7 +10,8 @@ Source0: http://dl.sourceforge.net/psyco/%{module}-%{version}-src.tar.gz # Source0-md5: bceb17423d06b573dc7b875d34e79417 URL: http://psyco.sourceforge.net/ -BuildRequires: python >= 1:2.2.3 +BuildRequires: python >= 1:2.5 +BuildRequires: rpm-pythonprov %pyrequires_eq python-modules ExclusiveArch: %{ix86} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,7 +51,7 @@ %py_ocomp $RPM_BUILD_ROOT%{py_sitedir} %py_comp $RPM_BUILD_ROOT%{py_sitedir} -rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{module}/*.py +rm -f $RPM_BUILD_ROOT%{py_sitedir}/psyco/*.py %clean rm -rf $RPM_BUILD_ROOT @@ -58,10 +59,10 @@ %files %defattr(644,root,root,755) %doc *.txt -%dir %{py_sitedir}/%{module} -%{py_sitedir}/%{module}/*.pyc -%{py_sitedir}/%{module}/*.pyo -%{py_sitedir}/%{module}/*.so +%dir %{py_sitedir}/psyco +%{py_sitedir}/psyco/*.pyc +%{py_sitedir}/psyco/*.pyo +%attr(755,root,root) %{py_sitedir}/psyco/*.so %{py_sitedir}/*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -70,6 +71,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2007-12-12 20:58:11 qboosh +- BR: python 2.5 (for .egg-info), rpm-pythonprov +- grepable file list + Revision 1.27 2007-12-08 00:47:06 baggins - argh, stupid typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-psyco.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
