fix: opentabletdriver-nightly (#11098) (#12209)

This commit is contained in:
Raboneko
2026-05-11 22:32:01 -05:00
committed by GitHub
parent 6246f12629
commit ab6cccf8c9
@@ -7,7 +7,7 @@
%global __requires_exclude_from ^/usr/lib/opentabletdriver/.*$
%global __os_install_post %{nil}
%define debug_package %nil
%global dotnet_runtime_version 8.0
%global dotnet_runtime_version 10.0
Name: opentabletdriver-nightly
Version: %ver^%commit_date.git~%shortcommit
@@ -37,11 +37,11 @@ OpenTabletDriver is an open source, cross platform, user mode tablet driver. The
%autosetup -n OpenTabletDriver-%commit
%build
./eng/linux/package.sh --output bin
./eng/bash/package.sh --output bin
%install
export DONT_STRIP=1
PREFIX="%{_prefix}" ./eng/linux/package.sh --package Generic --build false
PREFIX="%{_prefix}" ./eng/bash/package.sh --package Generic --build false
mkdir -p "%{buildroot}"
mv ./dist/files/* "%{buildroot}"/
rm -rf ./dist