%define oname threadframe %define py_platsitedir %{_libdir}/python2.4/site-packages Name: python2.4-%{oname} Version: 0.2 Release: %mkrel 1 URL: http://www.majid.info/mylos/stories/2004/06/10/%{oname}.html Source0: http://www.majid.info/python/%{oname}/%{oname}-%{version}.tar.gz License: Python Group: System/Libraries Summary: Advanced thread debugging extension BuildRequires: python2.4-devel BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: python2.4 %description Obtaining tracebacks on other threads than the current thread %prep %setup -q -n %{oname}-%{version} %build CFLAGS="%{optflags}" python2.4 setup.py build %install rm -rf %{buildroot} python2.4 setup.py install --root="%{buildroot}" --record=INSTALLED_FILES %clean rm -rf %{buildroot} %files -f INSTALLED_FILES %defattr(-,root,root) %doc README %changelog * Fri Feb 13 2009 Ɓukasz Nowak 0.2-1nxd2009.0 - Initial release