From 80a6d3d91c8eff84e3cde13122763ccc0c06d041 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 15:46:31 +0000 Subject: import pth-2.0.7-23.el7 --- diff --git a/SOURCES/pth-2.0.7-config-script.patch b/SOURCES/pth-2.0.7-config-script.patch index dccc5a1..3d5cec0 100644 --- a/SOURCES/pth-2.0.7-config-script.patch +++ b/SOURCES/pth-2.0.7-config-script.patch @@ -7,7 +7,7 @@ diff -Nur pth-2.0.7-orig/pth-config.in pth-2.0.7/pth-config.in +arch=$(uname -i) +case $arch in -+ x86_64 | ppc64 | ia64 | s390x | sparc64 | aarch64) ++ x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | aarch64) + pth_ldlibdir="/usr/lib64" + if [ "$pth_libdir" == "/usr/lib" ] ; then + pth_libdir=${pth_libdir}64 diff --git a/SPECS/pth.spec b/SPECS/pth.spec index 9b7a2b4..6aa06a8 100644 --- a/SPECS/pth.spec +++ b/SPECS/pth.spec @@ -1,7 +1,7 @@ Summary: The GNU Portable Threads library Name: pth Version: 2.0.7 -Release: 22%{?dist} +Release: 23%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gnu.org/software/pth/ @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 1 2014 Jeff Law - 2.0.7-23 +- update pth-config for ppc64le + * Fri Jan 24 2014 Daniel Mach - 2.0.7-22 - Mass rebuild 2014-01-24