[packages/python3] - fix _ctypes module build: run aclocal (needed for PKG_PROG_PKG_CONFIG macro), BR: pkg-config

qboosh qboosh at pld-linux.org
Sun Mar 15 21:02:38 CET 2015


commit 6c32bfd4f9ae9f18fd0451bad9a93242ffd8b798
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 15 21:04:00 2015 +0100

    - fix _ctypes module build: run aclocal (needed for PKG_PROG_PKG_CONFIG macro), BR: pkg-config

 python3.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/python3.spec b/python3.spec
index c0b394c..32e8851 100644
--- a/python3.spec
+++ b/python3.spec
@@ -55,6 +55,7 @@ Patch7:		python-distro.patch
 Patch8:		%{name}-db.patch
 URL:		http://www.python.org/
 BuildRequires:	autoconf >= 2.65
+BuildRequires:	automake
 BuildRequires:	bluez-libs-devel
 BuildRequires:	bzip2-devel
 BuildRequires:	db-devel >= 4
@@ -68,6 +69,7 @@ BuildRequires:	libstdc++-devel
 %{?with_system_mpdecimal:BuildRequires:	mpdecimal-devel >= 2.4.1}
 BuildRequires:	ncurses-ext-devel >= 5.2
 BuildRequires:	openssl-devel >= 0.9.7
+BuildRequires:	pkgconfig
 BuildRequires:	readline-devel >= 5.0
 BuildRequires:	rpm-pythonprov
 BuildRequires:	sed >= 4.0
@@ -498,6 +500,7 @@ if ! grep -q "tmpfs" /proc/self/mounts; then
 	exit 1
 fi
 
+%{__aclocal}
 %{__autoconf}
 %configure \
 	CC="%{__cc}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/6c32bfd4f9ae9f18fd0451bad9a93242ffd8b798



More information about the pld-cvs-commit mailing list