SPECS: xbindkeys.spec - guile bcond
draenog
draenog at pld-linux.org
Sat May 10 18:40:36 CEST 2008
Author: draenog Date: Sat May 10 16:40:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- guile bcond
---- Files affected:
SPECS:
xbindkeys.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/xbindkeys.spec
diff -u SPECS/xbindkeys.spec:1.21 SPECS/xbindkeys.spec:1.22
--- SPECS/xbindkeys.spec:1.21 Sat May 10 17:21:39 2008
+++ SPECS/xbindkeys.spec Sat May 10 18:40:31 2008
@@ -1,4 +1,8 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without guile # disable scheme/guile configuration file style
+
Summary: Binds keys or mouse buttons to shell commands under X
Summary(pl.UTF-8): Przypisywanie poleceniom powłoki przycisków myszy lub klawiatury pod X
Name: xbindkeys
@@ -11,7 +15,7 @@
URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html
BuildRequires: autoconf >= 2.59-9
BuildRequires: automake
-BuildRequires: guile-devel
+%{?with_guile:BuildRequires: guile-devel}
BuildRequires: libtool
BuildRequires: xorg-lib-libX11-devel
Requires: tk
@@ -41,7 +45,8 @@
%{__autoheader}
%{__automake}
%configure \
- --with-x
+ --with-x \
+ %{!?with_guile: --disable-guile}
%{__make}
@@ -67,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2008-05-10 16:40:31 draenog
+- guile bcond
+
Revision 1.21 2008-05-10 15:21:39 draenog
- english description fixed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xbindkeys.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list