mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-19 16:03:49 -04:00
fedora: Fix spec
This commit is contained in:
parent
c78257dc62
commit
a16f2d70bd
15
g13gui.spec
15
g13gui.spec
@ -1,5 +1,5 @@
|
||||
Name: g13gui
|
||||
Version: 1
|
||||
Version: 0.1.0
|
||||
Release: 1
|
||||
Summary: A user-space driver and GUI configurator for the Logitech G13
|
||||
License: BSD
|
||||
@ -14,7 +14,9 @@ handle translation of keypresses to real Linux input events by way of uinput.
|
||||
%meson
|
||||
|
||||
%prep
|
||||
|
||||
cd %{_topdir}/BUILD
|
||||
rm -rf *
|
||||
tar zxf %{_topdir}/SOURCES/g13gui-%{version}.tar.gz
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -25,3 +27,12 @@ handle translation of keypresses to real Linux input events by way of uinput.
|
||||
|
||||
%check
|
||||
|
||||
%files
|
||||
/usr/bin/g13-clock
|
||||
/usr/bin/g13-profiles
|
||||
/usr/bin/g13gui
|
||||
/usr/lib/python3.12/site-packages/g13gui/*
|
||||
/usr/lib/udev/rules.d/91-g13.rules
|
||||
/usr/share/applications/com.theonelab.g13.*.desktop
|
||||
/usr/share/icons/hicolor/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user