Compare commits

..

1 commit

Author SHA1 Message Date
Troy Dawson
303243d1be epel8-playground decommissioned : https://pagure.io/epel/issue/136 2022-01-31 18:00:45 -08:00
4 changed files with 1 additions and 104 deletions

27
.gitignore vendored
View file

@ -1,27 +0,0 @@
/winetricks-20160709.tar.gz
/winetricks-20160724.tar.gz
/winetricks-20161005.tar.gz
/winetricks-20161012.tar.gz
/winetricks-20161107.tar.gz
/winetricks-20170207.tar.gz
/winetricks-20170326.tar.gz
/winetricks-20170517.tar.gz
/winetricks-43314ed7895396bfd625824d88b5e19c25f46cac.tar.gz
/winetricks-20171018.tar.gz
/winetricks-20171222.tar.gz
/winetricks-20180217.tar.gz
/winetricks-20180603.tar.gz
/winetricks-20181203.tar.gz
/winetricks-20190310.tar.gz
/winetricks-20190615.tar.gz
/winetricks-20190912.tar.gz
/winetricks-20191224.tar.gz
/winetricks-20200412.tar.gz
/winetricks-20201206.tar.gz
/winetricks-20210206.tar.gz
/winetricks-20210825.tar.gz
/winetricks-20220411.tar.gz
/winetricks-20230212.tar.gz
/winetricks-20240105.tar.gz
/winetricks-20250102.tar.gz
/winetricks-20260125.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
epel8-playground decommissioned : https://pagure.io/epel/issue/136

View file

@ -1 +0,0 @@
SHA512 (winetricks-20260125.tar.gz) = ab29191c8032ba70ee8e807c7910916d47cbbdab658cdb5a1c1daa11f0eb7e219a8cd5555e4e681a154913237e4600a8c5056e8bdd9c1f44dac92f27ec875fcb

View file

@ -1,76 +0,0 @@
# Uncomment these, set snapshot to 0.
%global snapshot 0
%global commit0 43314ed7895396bfd625824d88b5e19c25f46cac
Name: winetricks
Version: 20260125
Release: %autorelease
Summary: Work around common problems in Wine
License: LGPL-2.1-or-later
URL: https://github.com/Winetricks/%{name}
%if 0%{?snapshot}
Source0: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz
%else
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
%endif
BuildArch: noarch
# need arch-specific wine, not available everywhere:
# - adopted from wine.spec
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
# - explicitly not ppc64* to hopefully not confuse koschei
ExcludeArch: ppc64 ppc64le
BuildRequires: make
BuildRequires: desktop-file-utils
Requires: wine-common
Requires: cabextract gzip unzip wget which
Requires: hicolor-icon-theme
Requires: (kdialog if kdialog else zenity)
%description
Winetricks is an easy way to work around common problems in Wine.
It has a menu of supported games/apps for which it can do all the
workarounds automatically. It also lets you install missing DLLs
or tweak various Wine settings individually.
%prep
%if 0%{?snapshot}
%setup -qn%{name}-%{commit0}
%else
%setup -q
%endif
sed -i -e s:steam:: -e s:flash:: tests/*
%build
# not needed
%install
%make_install
# some tarballs do not install appdata
install -m0644 -D -t %{buildroot}%{_datadir}/metainfo src/io.github.winetricks.Winetricks.metainfo.xml
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%files
%license COPYING debian/copyright
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/metainfo/io.github.winetricks.Winetricks.metainfo.xml
%changelog
%autochangelog