From 34b3e544550c2aabb8e85263f8e6ebd260eb8faa Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Aug 24 2010 19:21:18 +0000 Subject: Rebuild for python 3.2 Signed-off-by: Jonathan Dieter --- diff --git a/deltarpm.spec b/deltarpm.spec index 5405a45..040b2a6 100644 --- a/deltarpm.spec +++ b/deltarpm.spec @@ -126,18 +126,22 @@ rm -rf %{buildroot}%{_libdir}/python3.1 %files -n python-deltarpm %defattr(-, root, root, 0755) %doc LICENSE.BSD -%{python_sitearch}/* +%{python_sitearch}/*deltarpm* %if 0%{?with_python3} %files -n python3-deltarpm %defattr(-, root, root, 0755) %doc LICENSE.BSD -%{python3_sitearch}/* +%{python3_sitearch}/*deltarpm* +%{python3_sitearch}/__pycache__/*deltarpm* %endif %changelog +* Tue Aug 24 2010 Jonathan Dieter - 3.6-0.3.20100708git +- Rebuild for python 3.2 + * Wed Jul 21 2010 David Malcolm - 3.6-0.2.20100708git - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild