lego-mindstorms-udev-rules/lego-mindstorms-udev-rules.spec
Your Name 2d34476cd3
All checks were successful
Run CI/CD... / main (push) Successful in 4m13s
0.1
2025-02-10 20:02:44 +00:00

38 lines
1,021 B
RPMSpec
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
URL: https://abf.rosa.ru/import/lego-mindstorms-udev-rules
Source0: 96-lego-mindstorms-udev.rules
BuildArch: noarch
BuildRequires: pkgconfig(systemd)
Requires: udev
#Supplements: trik-studio
%description
Rules for udev to allow normal users access to work with lego
mindstorms controllers
%description -l ru_RU.UTF-8
Правило udev для Lego NXT и EV3,
дающее возможность работать с
роботами через подходящую IDE
(например, trik-studio)
%files
%{_udevrulesdir}/96-lego-mindstorms-udev.rules
#------------------------------------------------------------------
%prep
#setup -T -c
#cp %sources .
%install
#mkdir -p %{buildroot}%{_udevrulesdir}
install -Dm0644 %{SOURCE0} %{buildroot}%{_udevrulesdir}/96-lego-mindstorms-udev.rules