2023-10-11 18:48:01 +03:00
|
|
|
|
Summary(ru_RU.UTF-8): Правила udev для Lego NXT и EV3
|
|
|
|
|
Summary: Udev rules for Lego NXT and EV3
|
|
|
|
|
Name: lego-mindstorms-udev-rules
|
|
|
|
|
Version: 0.1
|
|
|
|
|
Release: 1
|
|
|
|
|
License: GPLv3
|
|
|
|
|
Group: System/Configuration/Hardware
|
2025-02-10 19:23:40 +00:00
|
|
|
|
URL: https://abf.rosa.ru/import/lego-mindstorms-udev-rules
|
2023-10-11 18:48:01 +03:00
|
|
|
|
Source0: 96-lego-mindstorms-udev.rules
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
2025-02-10 19:23:40 +00:00
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
2023-10-11 19:34:10 +03:00
|
|
|
|
Requires: udev
|
2025-02-10 19:23:40 +00:00
|
|
|
|
#Supplements: trik-studio
|
2023-10-11 19:34:10 +03:00
|
|
|
|
|
2023-10-11 18:48:01 +03:00
|
|
|
|
%description
|
2025-02-10 19:55:58 +00:00
|
|
|
|
Rules for udev to allow normal users access to work with lego
|
|
|
|
|
mindstorms controllers
|
2023-10-11 18:48:01 +03:00
|
|
|
|
|
|
|
|
|
%description -l ru_RU.UTF-8
|
2025-02-10 20:02:44 +00:00
|
|
|
|
Правило udev для Lego NXT и EV3,
|
|
|
|
|
дающее возможность работать с
|
|
|
|
|
роботами через подходящую IDE
|
|
|
|
|
(например, trik-studio)
|
2025-02-10 19:55:58 +00:00
|
|
|
|
|
2023-10-11 18:48:01 +03:00
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_udevrulesdir}/96-lego-mindstorms-udev.rules
|
|
|
|
|
|
|
|
|
|
#------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
%prep
|
2025-02-10 19:23:40 +00:00
|
|
|
|
#setup -T -c
|
|
|
|
|
#cp %sources .
|
2023-10-11 18:48:01 +03:00
|
|
|
|
|
|
|
|
|
%install
|
2025-02-10 19:23:40 +00:00
|
|
|
|
#mkdir -p %{buildroot}%{_udevrulesdir}
|
|
|
|
|
install -Dm0644 %{SOURCE0} %{buildroot}%{_udevrulesdir}/96-lego-mindstorms-udev.rules
|