[wmx/f14/master] explicitly link against libfontconfig (BZ 660741)

Gabriel L. Somlo somlo at fedoraproject.org
Tue Dec 7 19:00:00 UTC 2010


commit 2e4c354646f8a3298f4b7b0c2de6351af3e4cbe3
Author: Gabriel L. Somlo <somlo at hedwig.ini.cmu.edu>
Date:   Tue Dec 7 13:59:54 2010 -0500

    explicitly link against libfontconfig (BZ 660741)

 .gitignore      |    2 ++
 sources         |    2 +-
 wmx.spec        |    7 +++++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5912b7..9394757 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 wmx-defaults-1.tar.gz
 wmx-7.tar.gz
+/wmx-7.tar.gz
+/wmx-defaults-1.tar.gz
diff --git a/Xclients.wmx.sh b/Xclients.wmx.sh
old mode 100755
new mode 100644
diff --git a/sources b/sources
index decc05b..2fbb285 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a5f221d36884276cbf331414d4f2a761  wmx-defaults-1.tar.gz
 e8eda438f5dda09d11ba7de1dcf9e501  wmx-7.tar.gz
+a5f221d36884276cbf331414d4f2a761  wmx-defaults-1.tar.gz
diff --git a/wmx.spec b/wmx.spec
index 10663a3..93ac183 100644
--- a/wmx.spec
+++ b/wmx.spec
@@ -1,6 +1,6 @@
 Name: wmx
 Version: 7
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: A really simple window manager for X
 License: BSD
 Group: User Interface/X
@@ -28,7 +28,7 @@ configurable options.
 %patch1 -p1
 
 %build
-%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11
+%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11 LIBS=-lfontconfig
 %{__make} %{?_smp_mflags}
 %{__cc} -o xnodecor %{SOURCE5} -Werror -lX11
 
@@ -54,6 +54,9 @@ configurable options.
 %{_sysconfdir}/X11/xinit/Xclients.d/*
 
 %changelog
+* Tue Dec 07 2010 Gabriel Somlo <somlo at cmu.edu> 7-7
+- explicitly link against libfontconfig (BZ 660741)
+
 * Mon Mar 01 2010 Gabriel Somlo <somlo at cmu.edu> 7-6
 - fixed directory ownership (BZ 569408)
 


More information about the scm-commits mailing list