[xoo] - bz#599871 FTBFS xoo-0.7-11.fc12: ImplicitDSOLinking fix

Paul Wouters pwouters at fedoraproject.org
Sat Oct 23 21:34:33 UTC 2010


commit 5b93a4c0ffe3ba5f77070e20d43a5915784dd395
Author: Paul Wouters <paul at xelerance.com>
Date:   Sat Oct 23 17:33:41 2010 -0400

    - bz#599871 FTBFS xoo-0.7-11.fc12: ImplicitDSOLinking fix

 xoo.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/xoo.spec b/xoo.spec
index 1ec1825..397c450 100644
--- a/xoo.spec
+++ b/xoo.spec
@@ -1,8 +1,10 @@
 Summary: Xoo is a graphical wrapper around xnest
 Name: xoo
 Version: 0.7
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv2+
+# upstream is in the process of moving source to freedesktop.org
+# tar ball not available ATM at either site
 Url: http://projects.o-hand.com/%{name}
 Source0: http://projects.o-hand.com/sources/%{name}/%{name}-%{version}.tar.gz
 Source1: neo1973.png
@@ -24,10 +26,12 @@ device.
 %patch0 -b .xnest-location
 %patch1 -p1 -b .neo1973
 cp %{SOURCE1}  data/
+# ImplicitDSOlinking fix
+sed -i 's/-lXtst/-lXtst -lX11/' configure.ac
 
 %build
 %configure --with-x
-make %{?_smp_mflags}
+make LDFLAGS=-lX11 %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -49,6 +53,9 @@ rm -rf %{buildroot}
 #%{_mandir}/*/*
 
 %changelog
+* Sat Oct 23 2010 Paul Wouters <paul at xelerance.com> - 0.7-12
+- bz#599871 FTBFS xoo-0.7-11.fc12: ImplicitDSOLinking fix
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list