[btkbdd] Import btkbdd-1.2-1.el6.src.rpm

Lubomir Rintel lkundrak at fedoraproject.org
Thu Feb 16 16:51:18 UTC 2012


commit 70adee6954aec397ff8136fdd3303c3034abd2ef
Author: Lubomir Rintel <lubo.rintel at gooddata.com>
Date:   Thu Feb 16 17:51:14 2012 +0100

    Import btkbdd-1.2-1.el6.src.rpm

 .gitignore  |    1 +
 btkbdd.spec |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7c62a87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/btkbdd-1.2.tar.gz
diff --git a/btkbdd.spec b/btkbdd.spec
new file mode 100644
index 0000000..cc542a9
--- /dev/null
+++ b/btkbdd.spec
@@ -0,0 +1,55 @@
+Name:           btkbdd
+Version:        1.2
+Release:        1%{?dist}
+Summary:        Bluetooth keyboard service
+
+Group:          System Environment/Daemons
+License:        GPL+
+URL:            https://github.com/lkundrak/virtkbd/blob/master/btkbdd.pod
+Source0:        https://github.com/downloads/lkundrak/virtkbd/%{name}-%{version}.tar.gz
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires:  bluez-libs-devel /usr/bin/pod2man
+Requires:       udev bluez
+
+%description
+This tool starts a Bluetooth HID Keyboard service, serving keystrokes 
+obtained via Linux Input subsystem's event device (evdev). In practical 
+terms, it turns your Linux box with a physical keyboard into a Bluetooth 
+keyboard, which can be used by various Bluetooth HID capable devices, 
+including desktop or tablet computers, smart phones, game consoles and so 
+on.
+
+%prep
+%setup -q
+
+
+%build
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%{_sbindir}/btkbdd
+%config(noreplace) %{_sysconfdir}/udev/rules.d/90-btkbdd.rules
+%dir %{_localstatedir}/lib/btkbdd
+%{_mandir}/man8/btkbdd.8.*
+%doc COPYING
+
+
+%changelog
+* Mon Jan 09 2011 Lubomir Rintel <lkundrak at v3.sk> - 1.2-1
+- Do not own rules.d (Volker Fröhlich, #772504)
+- Change state directory location to match package name
+
+* Wed Jan 04 2011 Lubomir Rintel <lkundrak at v3.sk> - 1.1-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..545b723 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9d2aeddd6e07d06c6fbf2fb7dc0be91d  btkbdd-1.2.tar.gz


More information about the scm-commits mailing list