Commit 42ec3a41 authored by Vitaly Lipatov's avatar Vitaly Lipatov

20240105-eter2

- disable optional deps
parent 173057da
%define oname winetricks
Name: wine-etersoft-winetricks
Version: 20240105
Release: eter1
Release: eter2
Summary: Work around common problems in Wine
......@@ -28,6 +28,10 @@ BuildRequires: desktop-file-utils
#Requires: /usr/bin/wine
Requires: cabextract gzip unzip wget which
# skip optional deps
%filter_from_requires /^kde5-kdialog/d
%filter_from_requires /^zenity/d
#Requires: hicolor-icon-theme
Conflicts: wine-vanilla < 3.18
Conflicts: wine < 3.18
......@@ -51,6 +55,7 @@ or tweak various Wine settings individually.
# fix req. Disable autoreq at all?
%__subst 's|fusermount|a= fusermount|' src/winetricks
%__subst 's|wineuserpath=\$(winepath|wineuserpath=$(a= winepath|' src/winetricks
sed -i -e "s:steam::" -e "s:flash::" tests/*
......@@ -81,6 +86,9 @@ desktop-file-validate %buildroot%_desktopdir/%oname.desktop
#exclude %_datadir/appdata/%name.appdata.xml
%changelog
* Wed Jan 17 2024 Vitaly Lipatov <lav@altlinux.ru> 20240105-eter2
- disable optional deps
* Wed Jan 17 2024 Vitaly Lipatov <lav@altlinux.ru> 20240105-eter1
- new version 20240105 (with rpmrb script)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment