From 5d1aec431d77b9254ae73a25813336839eeed12c Mon Sep 17 00:00:00 2001 From: wrobell Date: Mon, 18 Jul 2011 19:56:03 +0000 Subject: [PATCH] - fixed {without tests} Changed files: python3.spec -> 1.60 --- python3.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index e6277c6..6c1ee2f 100644 --- a/python3.spec +++ b/python3.spec @@ -564,8 +564,9 @@ install Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/pygettext%{py_ver} # currently provided by python-2to3, consider switching to this one %{__rm} $RPM_BUILD_ROOT%{_bindir}/2to3 -# that seems to be only an empty extension template -%{__rm} $RPM_BUILD_ROOT%{py_dyndir}/xxlimited.*.so +# that seems to be only an empty extension template, +# which seems to be built only {with tests} +%{__rm} -f $RPM_BUILD_ROOT%{py_dyndir}/xxlimited.*.so # already in %%doc %{__rm} $RPM_BUILD_ROOT%{py_scriptdir}/LICENSE.txt -- 2.44.0