packages: brltty/brltty.spec - added speech-dispatcher bcond/BR

sls sls at pld-linux.org
Tue Nov 9 19:46:00 CET 2010


Author: sls                          Date: Tue Nov  9 18:46:00 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added speech-dispatcher bcond/BR

---- Files affected:
packages/brltty:
   brltty.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: packages/brltty/brltty.spec
diff -u packages/brltty/brltty.spec:1.46 packages/brltty/brltty.spec:1.47
--- packages/brltty/brltty.spec:1.46	Tue Nov  9 19:26:27 2010
+++ packages/brltty/brltty.spec	Tue Nov  9 19:45:54 2010
@@ -25,6 +25,7 @@
 %bcond_without	python		# python bindings
 %bcond_without	tcl		# tcl bindings
 %bcond_without	x		# build X11-based utilities
+%bcond_without	speech_dispatcher	# build without speech-dispatcher driver
 #
 %include	/usr/lib/rpm/macros.java
 Summary:	Braille display driver for Linux/Unix
@@ -62,7 +63,7 @@
 # libbrlttysmp
 #BR: Mikropuhe-devel (-lmikropuhe <mpwrfile.h>)
 # libbrlttyssd
-#BuildRequires:	speech-dispatcher-devel
+%{?with_speech_dispatcher:BuildRequires:	speech-dispatcher-devel}
 # libbrlttyssw
 #BR: Swift-devel (-lswift <swift.h>)
 # libbrlttysth
@@ -553,7 +554,7 @@
 %attr(755,root,root) %{_libdir}/brltty/libbrlttysxs.so
 %attr(755,root,root) %{_libdir}/brltty/libbrlttyses.so
 %attr(755,root,root) %{_libdir}/brltty/libbrlttyxa2.so
-%attr(755,root,root) %{_libdir}/brltty/libbrlttyssd.so
+%{?with_speech_dispatcher:%attr(755,root,root) %{_libdir}/brltty/libbrlttyssd.so}
 
 %{_sysconfdir}/brltty
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/brltty.conf
@@ -612,6 +613,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2010/11/09 18:45:54  sls
+- added speech-dispatcher bcond/BR
+
 Revision 1.46  2010/11/09 18:26:27  sls
 - --with tcl BR: tcl-devel (required tclConfig.sh)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/brltty/brltty.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list