[polybori] Rebuild for m4ri 20130416 and ntl 6.0.0.

Jerry James jjames at fedoraproject.org
Mon May 6 19:25:32 UTC 2013


commit 6abd8d16aa8079d300add522759906b35175f713
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon May 6 13:25:22 2013 -0600

    Rebuild for m4ri 20130416 and ntl 6.0.0.

 polybori.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/polybori.spec b/polybori.spec
index 241e885..ec41c7c 100644
--- a/polybori.spec
+++ b/polybori.spec
@@ -140,7 +140,8 @@ majmin=`python -V 2>&1 | sed -r 's/.* ([[:digit:]]+\.[[:digit:]]+).*/\1/'`
 major=`echo $majmin | cut -d. -f1`
 
 sed -i "s|%{_prefix}|%{buildroot}&|" custom.py
-scons %{?_smp_mflags} install devel-install
+LD_LIBRARY_PATH=$PWD/build/%{_libdir} \
+  scons %{?_smp_mflags} install devel-install
 
 # The install step doesn't set shared object permissions correctly
 chmod 0755 %{buildroot}%{_libdir}/*.so.*.0.0
@@ -223,6 +224,9 @@ gtk-update-icon-cache %{icondir} >&/dev/null ||:
 %{_mandir}/man1/PolyGUI*
 
 %changelog
+* Mon May  6 2013 Jerry James <loganjerry at gmail.com> - 0.8.3-3
+- Rebuild for m4ri 20130416 and ntl 6.0.0
+
 * Mon Mar 11 2013 Jerry James <loganjerry at gmail.com> - 0.8.3-2
 - Change python-imaging to python-pillow to fix Requires in Rawhide
 - Drop no longer needed obsoletes and provides


More information about the scm-commits mailing list