[packages/u2f-hidraw-policy] - initial; FC based
arekm
arekm at pld-linux.org
Wed Feb 1 20:15:14 CET 2017
commit 6da1294605cc0692207588483adb3a0e4d48f748
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Feb 1 20:14:58 2017 +0100
- initial; FC based
u2f-hidraw-policy.spec | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
---
diff --git a/u2f-hidraw-policy.spec b/u2f-hidraw-policy.spec
new file mode 100644
index 0000000..5787572
--- /dev/null
+++ b/u2f-hidraw-policy.spec
@@ -0,0 +1,35 @@
+Summary: Udev rule to allow desktop access to HIDRAW U2F tokens
+Name: u2f-hidraw-policy
+Version: 1.0.2
+Release: 1
+License: LGPL v2+
+Group: Base
+URL: https://github.com/amluto/u2f-hidraw-policy/
+Source0: https://github.com/amluto/u2f-hidraw-policy/archive/%{version}.tar.gz
+# Source0-md5: daf17918427fff12ccd5d0ce7dc53e27
+
+%description
+u2f-hidraw-policy is a udev helper that detects U2F HID tokens as
+described by the U2F spec.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CFLAGS="%{rpmcflags} %{rpmcppflags} %{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR="$RPM_BUILD_ROOT%{_prefix}"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%{_prefix}/lib/udev/rules.d/60-u2f-hidraw.rules
+%attr(755,root,root) %{_prefix}/lib/udev/u2f_hidraw_id
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/u2f-hidraw-policy.git/commitdiff/6da1294605cc0692207588483adb3a0e4d48f748
More information about the pld-cvs-commit
mailing list