[unifying-receiver-udev] Initial import (#957527).

Eric Smith brouhaha at fedoraproject.org
Tue Jul 16 15:52:53 UTC 2013


commit 78156909acc1ba86ba4fa1cf9942a5800310a626
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Tue Jul 16 09:52:25 2013 -0600

    Initial import (#957527).

 .gitignore                  |    1 +
 sources                     |    1 +
 unifying-receiver-udev.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..26b3c2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/unifying-receiver-udev-0.2.tar.gz
diff --git a/sources b/sources
index e69de29..36ea22b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c62fc3314b8f5cf9868e5c60c466319b  unifying-receiver-udev-0.2.tar.gz
diff --git a/unifying-receiver-udev.spec b/unifying-receiver-udev.spec
new file mode 100644
index 0000000..577148a
--- /dev/null
+++ b/unifying-receiver-udev.spec
@@ -0,0 +1,42 @@
+Name:           unifying-receiver-udev
+Version:        0.2
+Release:        2%{?dist}
+Summary:        udev rules for user access to Logitech Unifying Receiver
+License:        GPLv3
+URL:            http://www.brouhaha.com/~eric/software/%{name}/
+Source0:        http://www.brouhaha.com/~eric/software/%{name}/download/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+
+%global udev_order 69
+
+%global udev_rules_dir /usr/lib/udev/rules.d
+# Do not use %{_libdir}, because udev rules always go into
+# /usr/lib/udev/rules.d, and not (on x86_64) /usr/lib64/udev/rules.d
+
+%description
+Udev rules to allow user access to the Logitech Unifying Receiver, e.g., for
+use with ltunify, pairing_tool, or Solaar.
+
+%prep
+%setup -q
+
+%build
+
+%install
+install -D -p -m 644 unifying-receiver.rules %{buildroot}%{udev_rules_dir}/%{udev_order}-unifying-receiver.rules
+
+%files
+%doc COPYING
+%{udev_rules_dir}
+
+%changelog
+* Sun Jul 14 2013 Eric Smith <brouhaha at fedoraproject.org> 0.2-2
+- own the udev rules directory - otherwise would need conditionals for
+  package dependency for udev or systemd based on distribution, or a
+  file dependency on the directory
+
+* Wed May 01 2013 Eric Smith <eric at brouhaha.com> 0.2-1
+- upstream license clarification
+
+* Sun Apr 28 2013 Eric Smith <eric at brouhaha.com> 0.1-1
+- initial version


More information about the scm-commits mailing list