Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-backports-src > by-pkgid > 6c68fac8e6dc6f9ff5789fbd6019ee2a > files > 2

u2f-hidraw-policy-1.0.2-1.mga6.src.rpm

%global _hardened_build 1

Name:           u2f-hidraw-policy
Version:        1.0.2
Release:        1%{?dist}
Summary:        Udev rule to allow desktop access to HIDRAW U2F tokens
Group:          System/Kernel and hardware
License:        LGPLv2+
URL:            https://github.com/amluto/u2f-hidraw-policy/
Source0:        https://github.com/amluto/%{name}/archive/%{version}/%{name}-%{version}.tar.gz

BuildRequires:  gcc
BuildRequires:  pkgconfig(libudev)

# We need the udev libraries and the _udevrulesdir macro
BuildRequires:  systemd systemd-devel

# systemd owns /usr/lib/udev/rules.d
Requires:       systemd

%description
u2f-hidraw-policy is a udev helper that detects U2F HID tokens as described
by the U2F spec.


%prep
%setup -q

%build
%make_build CFLAGS="%{optflags}" LDFLAGS="%ldflags"

%install
make install DESTDIR="%{buildroot}/usr"

%files
%{_udevrulesdir}/60-u2f-hidraw.rules
%{_udevrulesdir}/../u2f_hidraw_id

%license LICENSE
%doc README.md



%changelog
* Tue Jan 08 2019 buchan <buchan> 1.0.2-1.mga6
+ Revision: 1352655
+ rebuild (emptylog)

* Tue Jan 08 2019 buchan <buchan> 1.0.2-1.mga7
+ Revision: 1352604
- imported package u2f-hidraw-policy