]> git.pld-linux.org Git - packages/python3.git/commitdiff
- rgbimg, imageop and dl modules removed
authorArtur Frysiak <artur@frysiak.net>
Wed, 25 Feb 2009 19:00:27 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.14

python3.spec

index 85321bf8df9152fc7445b7b89442ca9b01ebd60e..e9e328957dfb7afa76722c3da091213c9f880757 100644 (file)
@@ -660,15 +660,10 @@ rm -rf $RPM_BUILD_ROOT
 # list .so modules to be sure that all of them are built
 #
 
-# three modules below do not work on 64-bit architectures
+# modules below do not work on 64-bit architectures
 # see Python README file for explanation
 %ifnarch alpha ia64 ppc64 sparc64 %{x8664}
 %attr(755,root,root) %{py_dyndir}/audioop.so
-%attr(755,root,root) %{py_dyndir}/rgbimg.so
-%attr(755,root,root) %{py_dyndir}/imageop.so
-# sizeof(long) != sizeof(int), so dl module will not be built on 64-bit
-# platforms
-%attr(755,root,root) %{py_dyndir}/dl.so
 %endif
 
 %attr(755,root,root) %{py_dyndir}/array.so
This page took 0.558238 seconds and 4 git commands to generate.