[python-docutils/f17] Bring back a bugfix that was committed on F18 for people rebuilding the package without python3 supp

Toshio くらとみ toshio at fedoraproject.org
Wed Aug 29 01:24:46 UTC 2012


commit a56cd07bb27cf815b317385ab564c4da7b93c878
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Aug 28 18:18:21 2012 -0700

    Bring back a bugfix that was committed on F18 for people rebuilding the
    package without python3 support.

 python-docutils.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-docutils.spec b/python-docutils.spec
index 9a70c38..a0011e6 100644
--- a/python-docutils.spec
+++ b/python-docutils.spec
@@ -181,11 +181,13 @@ rm -rf %{buildroot}
 %{_bindir}/*
 %{python_sitelib}/*
 
+%if 0%{?with_python3}
 %files -n python3-%{srcname}
 %defattr(-,root,root,-)
 %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt 
 %doc THANKS.txt licenses docs tools/editors
 %{python3_sitelib}/*
+%endif
 
 %changelog
 * Fri Jul 20 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.1-3


More information about the scm-commits mailing list