]> git.pld-linux.org Git - packages/python3.git/commitdiff
- fixed {without tests}
authorwrobell <wrobell@pld-linux.org>
Mon, 18 Jul 2011 19:56:03 +0000 (19:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.60

python3.spec

index e6277c609df4726f40a255be9852f62bd4b94c84..6c1ee2fd60614fd9be20f28c5844e13e51a2ef05 100644 (file)
@@ -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
This page took 0.062388 seconds and 4 git commands to generate.