Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4
kbdsniffd
kbdsniffd.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kbdsniffd.spec of Package kbdsniffd
# # spec file for package kbdsniffd # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: kbdsniffd BuildRequires: gcc-c++ BuildRequires: glibc-devel Version: 0.6 Release: 0 Source: kbdsniffd-%{version}.tbz2 Patch0: %name-fixes.patch Summary: Keyboard Grabber Daemon License: GPL-2.0+ Group: Hardware/Other PreReq: %insserv_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description kbdsniffd is a keyboard grabber daemon applications like screenreaders (sbl) can connect via network socket to the daemon and set a modifier key to enable the grabbing mode if the modifier key is pressed all key-strokes are send to the connected application this is useful if a blind user wants to use a screenreader without a braille display the grabbed keys can be used to trigger special screenreader functions %prep %setup -q %patch0 -p1 %build make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC" CC="%{__cc}" LD="%{__cc}" %install mkdir -p $RPM_BUILD_ROOT/usr/sbin mkdir -p $RPM_BUILD_ROOT/etc/init.d make LIBINSTPATH=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install %post %{insserv_force_if_yast kbdsniffd} %postun %{insserv_cleanup} %files %defattr (-,root,root,755) %doc COPYING Changelog /usr/sbin/kbdsniffd /usr/sbin/rckbdsniffd %_mandir/man8/* %config /etc/init.d/kbdsniffd %config /etc/kbdsniffd.conf %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor