BuildArch: noarch Name: evernight-vista-huawei Version: 43 Release: 1.fc43 Source0: https://github.com/EvernightFedora/evernight-vista-huawei/archive/refs/heads/main.zip License: GPLv3 Group: Unspecified Summary: Fix Huawei MateBook Series Touchscreen Issue Requires: bash Requires: systemd Requires: /sbin/modprobe %prep %setup -q -n evernight-vista-huawei-main %install mkdir -p %{buildroot}/ cp -r /builddir/build/BUILD/evernight-vista-huawei-43-build/evernight-vista-huawei-main/* %{buildroot} %description Fix Huawei MateBook Touchscreen Issue. %files %attr(0755, root, root) "/usr/local/bin/fix-touchscreen" %attr(0644, root, root) "/etc/systemd/system/huawei-touchscreen.service" %preun systemctl disable huawei-touchscreen.service %post systemctl enable huawei-touchscreen.service %postun systemctl daemon-reload