All checks were successful
Build openrgb-udev-rules / Build and push image (push) Successful in 1m38s
38 lines
972 B
RPMSpec
38 lines
972 B
RPMSpec
Name: openrgb-udev-rules
|
|
Vendor: hydros
|
|
Version: 0.9
|
|
Release: %autorelease
|
|
Summary: Additional udev file for openrgb support
|
|
|
|
License: Apache-2.0
|
|
URL: https://openrgb.org/
|
|
|
|
BuildArch: noarch
|
|
Supplements: systemd-udev
|
|
|
|
Source0: https://openrgb.org/releases/release_%{version}/60-openrgb.rules
|
|
|
|
%description
|
|
Adds udev rules providing compatibilities for supported openrgb devices
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p -m0755 %{buildroot}%{_datadir}/%{VENDOR}/openrgb
|
|
|
|
# add openrgb remote-sourced rules
|
|
install -m0644 %{SOURCE0} %{buildroot}%{_datadir}/%{VENDOR}/openrgb/60-openrgb.rules
|
|
|
|
mkdir -p -m0755 %{buildroot}%{_exec_prefix}/lib/udev/rules.d
|
|
install -p -m0644 %{buildroot}%{_datadir}/%{VENDOR}/openrgb/60-openrgb.rules %{buildroot}%{_exec_prefix}/lib/udev/rules.d/
|
|
|
|
%files
|
|
%{_datadir}/%{VENDOR}/openrgb/60-openrgb.rules
|
|
%{_exec_prefix}/lib/udev/rules.d/60-openrgb.rules
|
|
|
|
|
|
%changelog
|
|
%autochangelog
|