]> git.pld-linux.org Git - packages/python3.git/commitdiff
- audioop module now is built on 64 bits too auto/th/python3-3_2_1-2
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 15 Jul 2011 16:07:44 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- only one pkgconfig file (though I was sure I have seen the other two earlier today)
- Release: 2

Changed files:
    python3.spec -> 1.57

python3.spec

index 9d272d177fe4e8494e7c47660191b5394ddc639e..a15f670ffbc2788e79392d625edb418d22548dc7 100644 (file)
@@ -1,7 +1,4 @@
 #
-# TODO:
-# - fix tests
-# - check unpackaged files
 
 # Conditional build:
 %bcond_with    info                    # info pages (requires emacs)
@@ -37,7 +34,7 @@ Summary(tr.UTF-8):    X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
 Summary(uk.UTF-8):     Мова програмування дуже високого рівня з X-інтерфейсом
 Name:          python3
 Version:       %{py_ver}.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       PSF
 Group:         Applications
@@ -670,12 +667,6 @@ rm -rf $RPM_BUILD_ROOT
 # list .so modules to be sure that all of them are built
 #
 
-# 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.cpython-*.so
-%endif
-
 %attr(755,root,root) %{py_dyndir}/_bisect.cpython-*.so
 %attr(755,root,root) %{py_dyndir}/_codecs_cn.cpython-*.so
 %attr(755,root,root) %{py_dyndir}/_codecs_hk.cpython-*.so
@@ -866,9 +857,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libpython3.so
 %dir %{py_incdir}
 %{py_incdir}/*.h
-%{_pkgconfigdir}/python3.pc
 %{_pkgconfigdir}/python-%{py_ver}.pc
-%{_pkgconfigdir}/python-%{py_ver}mu.pc
 
 %files devel-tools
 %defattr(644,root,root,755)
This page took 0.247087 seconds and 4 git commands to generate.