]> git.pld-linux.org Git - packages/KXL.git/blobdiff - KXL.spec
- use /usr/X11R6/%{_lib} to allow build on amd64
[packages/KXL.git] / KXL.spec
index b0070965a2784b9d097b558857487eff7d567011..5141864983f8618c6bd2b16c2aeb055294b65707 100644 (file)
--- a/KXL.spec
+++ b/KXL.spec
@@ -6,6 +6,7 @@ Release:        1
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://kxl.hn.org/download/%{name}-%{version}.tar.gz
+# Source0-md5: 321bfad9dee29840656225b54bb6feb0
 URL:           http://kxl.hn.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -14,10 +15,10 @@ BuildRequires:      libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Kacchan X Windows System Library (KXL) is a visual & sound library.
+Kacchan X Window System Library (KXL) is a visual & sound library.
 
 %description -l pl
-Kacchan X Windows System Library (KXL) to biblioteka d¼wiêku i
+Kacchan X Window System Library (KXL) to biblioteka d¼wiêku i
 grafiki.
 
 %package devel
@@ -49,7 +50,7 @@ Statyczna biblioteka KXL.
 
 %build
 # libKXL uses libX11, so should be linked with it:
-echo 'libKXL_la_LIBADD = -L/usr/X11R6/lib -lX11' >> src/Makefile.am
+echo 'libKXL_la_LIBADD = -L/usr/X11R6/%{_lib} -lX11' >> src/Makefile.am
 rm -f missing
 %{__libtoolize}
 %{__aclocal}
This page took 0.040322 seconds and 4 git commands to generate.