File dolphin-emu-udevrules.spec of Package dolphin-emu-udevrules
#
# Spec file for package Dolphin Emulator
#
# Copyright © 2014–2018 Markus S. <kamikazow@opensuse.org>
# Copyright © 2019 Илья Индиго <ilya@ilya.pp.ua>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
Name: dolphin-emu-udevrules
Summary: udev rules for GameCube and Wii controllers
Version: 5.0
Release: 0
Group: System/Emulators/Other
License: GPL-2.0-or-later
URL: https://dolphin-emu.org/
Source0: 51-usb-device.rules
BuildArch: noarch
%description
udev rules to connect and use Nintendo's original USB
GameCube Controller Adapter, Wii remotes, and DolphinBar
under Linux.
%install
install -Dm0644 %{SOURCE0} %{buildroot}%{_udevrulesdir}/51-dolphin-usb-device.rules
%files
%defattr(0644,root,root,0755)
%{_udevrulesdir}/51-dolphin-usb-device.rules
%changelog