mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 08:33:39 +02:00
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
* Modified 'rivendell.spec.in' to pin the Python version used on RHEL 7 to 3.4.
This commit is contained in:
@@ -18576,3 +18576,6 @@
|
||||
when altering a table's charset/collation.
|
||||
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a commented out debug printf the in 'RDSqlQuery' constructor.
|
||||
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified 'rivendell.spec.in' to pin the Python version used on
|
||||
RHEL 7 to 3.4.
|
||||
|
@@ -3,7 +3,7 @@ dnl
|
||||
dnl Autoconf configuration for Rivendell.
|
||||
dnl Use autoconf to process this into a configure script
|
||||
dnl
|
||||
dnl (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
dnl (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
dnl
|
||||
dnl This program is free software; you can redistribute it and/or modify
|
||||
dnl it under the terms of the GNU General Public License version 2 as
|
||||
@@ -251,6 +251,7 @@ AC_CHECK_HEADER(soundtouch/SoundTouch.h,[],[AC_MSG_ERROR([*** SoundTouch not fou
|
||||
# Check for Python
|
||||
#
|
||||
AM_PATH_PYTHON([3])
|
||||
AC_SUBST(PYTHON_BASE_DEP,"python"`echo $PYTHON_VERSION | sed -e s/3./3/`)
|
||||
|
||||
#
|
||||
# Check for runuser(1)
|
||||
|
@@ -19,7 +19,7 @@
|
||||
##
|
||||
|
||||
# So python bytecompilation works correctly
|
||||
%define __python @PYTHON@
|
||||
%define __python /usr/bin/python3.4
|
||||
|
||||
Summary: Radio Broadcast Automation System
|
||||
Name: rivendell
|
||||
@@ -109,6 +109,7 @@ associated with.
|
||||
|
||||
|
||||
%build
|
||||
export PYTHON=/usr/bin/python3.4
|
||||
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
|
||||
make -j 10
|
||||
|
||||
|
Reference in New Issue
Block a user