You need to sign in or sign up before continuing.
winetricks.spec 5.73 KB
Newer Older
Vitaly Lipatov's avatar
Vitaly Lipatov committed
1
Name: winetricks
Vitaly Lipatov's avatar
Vitaly Lipatov committed
2
Version: 20210825.1
3
Release: alt1
Vitaly Lipatov's avatar
Vitaly Lipatov committed
4 5 6 7

Summary: Work around common problems in Wine

License: LGPLv2+
Vitaly Lipatov's avatar
Vitaly Lipatov committed
8
Group: File tools
Vitaly Lipatov's avatar
Vitaly Lipatov committed
9 10 11 12
Url: https://github.com/Winetricks/winetricks

Packager: Vitaly Lipatov <lav@altlinux.ru>

Vitaly Lipatov's avatar
Vitaly Lipatov committed
13
##Source-url: https://github.com/Winetricks/winetricks/archive/refs/heads/master.zip
Vitaly Lipatov's avatar
Vitaly Lipatov committed
14 15 16
# Source-url: %url/archive/%version/%name-%version.tar.gz
Source: %name-%version.tar

Vitaly Lipatov's avatar
Vitaly Lipatov committed
17 18
Patch1: winetricks_msado15.patch

Vitaly Lipatov's avatar
Vitaly Lipatov committed
19 20 21 22 23 24 25 26
BuildArch: noarch

ExclusiveArch: %ix86 x86_64 %arm aarch64

#BuildRequires: wine-common
BuildRequires: desktop-file-utils

# runtime dependencies
Vitaly Lipatov's avatar
Vitaly Lipatov committed
27
#Requires: /usr/bin/wine
Vitaly Lipatov's avatar
Vitaly Lipatov committed
28
Requires: cabextract gzip unzip wget which
Vitaly Lipatov's avatar
Vitaly Lipatov committed
29

Vitaly Lipatov's avatar
Vitaly Lipatov committed
30 31 32
#Requires: hicolor-icon-theme
Conflicts: wine-vanilla < 3.18
Conflicts: wine < 3.18
Vitaly Lipatov's avatar
Vitaly Lipatov committed
33
Conflicts: wine-etersoft < 4.0
Vitaly Lipatov's avatar
Vitaly Lipatov committed
34 35 36 37 38 39 40 41 42 43

%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
%setup
Vitaly Lipatov's avatar
Vitaly Lipatov committed
44
%patch1 -p0
Vitaly Lipatov's avatar
Vitaly Lipatov committed
45

Vitaly Lipatov's avatar
Vitaly Lipatov committed
46 47 48
# fix req. Disable autoreq at all?
%__subst 's|fusermount|a= fusermount|' src/winetricks

Vitaly Lipatov's avatar
Vitaly Lipatov committed
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
sed -i -e "s:steam::" -e "s:flash::" tests/*

%build
# not needed

%install
%makeinstall_std
# some tarballs do not install appdata
install -m0644 -D -t %buildroot%_datadir/metainfo src/%name.appdata.xml

%check
desktop-file-validate %buildroot%_desktopdir/%name.desktop

%files
%doc COPYING debian/copyright
%doc README.md
%_bindir/%name
%_man1dir/%name.1*
%_iconsdir/hicolor/scalable/apps/%name.svg
%_desktopdir/%name.desktop
%_datadir/metainfo/%name.appdata.xml
70
%_datadir/bash-completion/completions/winetricks
Vitaly Lipatov's avatar
Vitaly Lipatov committed
71 72 73
#exclude %_datadir/appdata/%name.appdata.xml

%changelog
Vitaly Lipatov's avatar
Vitaly Lipatov committed
74 75 76
* Wed Aug 25 2021 Vitaly Lipatov <lav@altlinux.ru> 20210825.1-alt1
- add msado15 install

77 78 79
* Wed Aug 25 2021 Vitaly Lipatov <lav@altlinux.ru> 20210825-alt1
- new version 20210825 (with rpmrb script)

Vitaly Lipatov's avatar
Vitaly Lipatov committed
80 81 82
* Tue Aug 24 2021 Vitaly Lipatov <lav@altlinux.ru> 20210815-alt1
- new version 20210815 (formally 20210206-next) with rpmgs script

83 84 85
* Tue Feb 09 2021 Vitaly Lipatov <lav@altlinux.ru> 20210206-alt1
- new version 20210206 (with rpmrb script)

86 87 88
* Wed Dec 09 2020 Vitaly Lipatov <lav@altlinux.ru> 20201206-alt1
- new version 20201206 (with rpmrb script) (ALT bug 39411)

89 90 91
* Mon May 11 2020 Vitaly Lipatov <lav@altlinux.ru> 20200412-alt1
- new version 20200412 (with rpmrb script)

92 93 94
* Fri Jan 17 2020 Vitaly Lipatov <lav@altlinux.ru> 20191224-alt1
- new version 20191224 (with rpmrb script)

95 96 97
* Thu Sep 26 2019 Vitaly Lipatov <lav@altlinux.ru> 20190912-alt1
- new version 20190912 (with rpmrb script)

98 99 100
* Sat Jun 22 2019 Vitaly Lipatov <lav@altlinux.ru> 20190615-alt1
- new version 20190615 (with rpmrb script)

Vitaly Lipatov's avatar
Vitaly Lipatov committed
101 102 103
* Fri Apr 19 2019 Vitaly Lipatov <lav@altlinux.ru> 20190310-alt2
- fix wine-etersoft conflicts

104 105 106
* Mon Mar 18 2019 Vitaly Lipatov <lav@altlinux.ru> 20190310-alt1
- new version 20190310 (with rpmrb script)

Vitaly Lipatov's avatar
Vitaly Lipatov committed
107 108 109
* Wed Dec 19 2018 Vitaly Lipatov <lav@altlinux.ru> 20181203-alt2
- fix zenity/kdialog requires (ALT bug 35750)

110 111 112
* Fri Dec 07 2018 Vitaly Lipatov <lav@altlinux.ru> 20181203-alt1
- new version 20181203 (with rpmrb script)

Vitaly Lipatov's avatar
Vitaly Lipatov committed
113 114 115
* Sat Oct 13 2018 Vitaly Lipatov <lav@altlinux.ru> 20180815-alt1
- new version (20180815) with rpmgs script

Vitaly Lipatov's avatar
Vitaly Lipatov committed
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
* Sat Oct 13 2018 Vitaly Lipatov <lav@altlinux.ru> 20180603-alt1
- initial build for ALT Sisyphus

* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180603-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Sun Jul 01 2018 Raphael Groner <projects.rg@smart.ms> - 20180603-2
- avoid shebang warning of rpmlint for appdata

* Sat Jun 23 2018 Raphael Groner <projects.rg@smart.ms> - 20180603-1
- new version

* Mon Mar 05 2018 Raphael Groner <projects.rg@smart.ms> - 20180217-1
- new version
- drop obsolete scriptlets
- move appdata into mimeinfo

* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20171222-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Mon Jan 22 2018 Ben Rosser <rosser.bjr@gmail.com> - 20171222-1
- Updated to latest upstream release. (#1528622)
- Moved appdata file to new appdata location, /usr/share/metainfo.
- Removed dependency on 'time' package as per #1533795.

* Sun Dec 03 2017 Raphael Groner <projects.rg@smart.ms> - 20171018-1
- new version
- ensure appdata gets installed

* Sun Aug 13 2017 Raphael Groner <projects.rg@smart.ms> - 20170731-1
- new snapshot
- add appdata

* Sun Aug 13 2017 Raphael Groner <projects.rg@smart.ms> - 20170614-1
- new version

* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170517-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Sat Jun 10 2017 Raphael Groner <projects.rg@smart.ms> - 20170517-1
- new version

* Tue Mar 28 2017 Raphael Groner <projects.rg@smart.ms> - 20170326-1
- new version

* Sat Feb 11 2017 Raphael Groner <projects.rg@smart.ms> - 20170207-1
- new version
- drop additional icon and desktop file in favor of upstream ones

* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161107-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Mon Dec 05 2016 Builder <projects.rg@smart.ms> - 20161107-2
- add ExcludeArch

* Wed Nov 09 2016 Raphael Groner <projects.rg@smart.ms> - 20161107-1
- new version

* Mon Nov 07 2016 Raphael Groner <projects.rg@smart.ms> - 20161012-1
- new version
- disable architectures without available wine
- don't check explicitly for wine version

* Sun Oct 09 2016 Raphael Groner <projects.rg@smart.ms> - 20161005-2
- use apps subfolder for icon

* Sun Oct 09 2016 Raphael Groner <projects.rg@smart.ms> - 20161005-1
- new version
- add copyright
- add icon

* Fri Jul 29 2016 Raphael Groner <projects.rg@smart.ms> - 20160724-1
- new version

* Mon Jul 11 2016 Raphael Groner <projects.rg@smart.ms> - 20160709-1
- initial