packages: python3/python3.spec - fixed {without tests}

wrobell wrobell at pld-linux.org
Mon Jul 18 21:56:08 CEST 2011


Author: wrobell                      Date: Mon Jul 18 19:56:08 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed {without tests}

---- Files affected:
packages/python3:
   python3.spec (1.59 -> 1.60) 

---- Diffs:

================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.59 packages/python3/python3.spec:1.60
--- packages/python3/python3.spec:1.59	Fri Jul 15 20:46:59 2011
+++ packages/python3/python3.spec	Mon Jul 18 21:56:03 2011
@@ -565,8 +565,9 @@
 # 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
@@ -916,6 +917,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2011/07/18 19:56:03  wrobell
+- fixed {without tests}
+
 Revision 1.59  2011/07/15 18:46:59  jajcus
 - include __pycache__ subdirs in site-packages
 - Release: 4
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.59&r2=1.60&f=u



More information about the pld-cvs-commit mailing list