Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d98fba2560 | ||
|
|
9d0b99c340 | ||
|
|
2f31f44321 | ||
|
|
25db268fd8 | ||
|
|
fb25178d18 | ||
|
|
176478c358 | ||
|
|
c44dc097c1 | ||
|
|
436a8e94d6 |
3 changed files with 29 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,3 +11,7 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (winetricks-20180603.tar.gz) = e88b0d4375331c94d3e2d995985b6c28fd208f1e32b1e4d84f33997a8a69fc9f8a4173325a571f5d10f233bcf40fe4cde644401c1563c8cfe7915748448a08cd
|
||||
SHA512 (winetricks-20190912.tar.gz) = a0017cc08c56a511e523116daf2024b1462460d00b3d07de87720c7912dccab3d953db3653d7d611c5ae3b457a45de8d36688ee703e805c1e1f5be5c0fa7739f
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
%global commit0 43314ed7895396bfd625824d88b5e19c25f46cac
|
||||
|
||||
Name: winetricks
|
||||
Version: 20180603
|
||||
Release: 3%{?dist}
|
||||
Version: 20190912
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Work around common problems in Wine
|
||||
|
||||
|
|
@ -27,10 +27,10 @@ ExcludeArch: ppc64 ppc64le
|
|||
BuildRequires: wine-common
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
# runtime dependencies
|
||||
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.
|
||||
|
|
@ -66,13 +66,32 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%exclude %{_datadir}/appdata/%{name}.appdata.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 13 2019 - Ernestas Kulik <ekulik@redhat.com> - 20190912-1
|
||||
- Update to 20190912
|
||||
|
||||
* Wed Jul 03 2019 - Ernestas Kulik <ekulik@redhat.com> - 20190615-1
|
||||
- Update to 20190615
|
||||
|
||||
* Tue Mar 12 2019 Ernestas Kulik <ekulik@redhat.com> - 20190310-1
|
||||
- Update to 20190310
|
||||
|
||||
* Sun Jan 20 2019 Ernestas Kulik <ekulik@redhat.com> - 20181203-2
|
||||
- Drop old path appdata exclude
|
||||
- Add bash completions
|
||||
|
||||
* Sun Jan 20 2019 Ernestas Kulik <ekulik@redhat.com> - 20181203-1
|
||||
- Update to 20181203
|
||||
|
||||
* Sun Jan 20 2019 Ernestas Kulik <ekulik@redhat.com> - 20180603-4
|
||||
- Add dependency on zenity or kdialog for GUI
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180603-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue