Compare commits
31 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aeebda2e2d | ||
|
|
2bda920f60 | ||
|
|
1a073bd22a | ||
|
|
758b1673d9 | ||
|
|
3b9d37af0a | ||
|
|
ec7bc76c92 | ||
|
|
4ec4634809 | ||
|
|
e092f19fd9 | ||
|
|
ca285cff2f | ||
|
|
56c4500a19 | ||
|
|
39393b57d9 | ||
|
|
791d08fb87 | ||
|
|
c4c2b0e94d | ||
|
|
7846e4ea56 | ||
|
|
ba0e40fe64 | ||
|
|
f180d71176 | ||
|
|
ee0e9d342a | ||
|
|
ed58ef7010 | ||
|
|
39e1237f98 | ||
|
|
d859b0cd8c | ||
|
|
6697d69fb7 | ||
|
|
469f7f393d | ||
|
|
9c05ed2a16 | ||
|
|
a5d44effa8 | ||
|
|
5f9d757668 | ||
|
|
46d4db6b41 | ||
|
|
b889c55ec1 | ||
|
|
1814d72f2a | ||
|
|
aaee792958 | ||
|
|
8db7bdd6c4 | ||
|
|
e0c167c82c |
3 changed files with 21 additions and 93 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -12,3 +12,16 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (winetricks-20181203.tar.gz) = ff960b7830fd688315a6cef9c50f45435d95f4d8bb8feb5f3cab3c24302369b5876afdc8145d395be4b33c9d11c3606312aaf84cb675eeb511479c46490b1585
|
||||
SHA512 (winetricks-20260125.tar.gz) = ab29191c8032ba70ee8e807c7910916d47cbbdab658cdb5a1c1daa11f0eb7e219a8cd5555e4e681a154913237e4600a8c5056e8bdd9c1f44dac92f27ec875fcb
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
%global commit0 43314ed7895396bfd625824d88b5e19c25f46cac
|
||||
|
||||
Name: winetricks
|
||||
Version: 20181203
|
||||
Release: 3%{?dist}
|
||||
Version: 20260125
|
||||
Release: %autorelease
|
||||
|
||||
Summary: Work around common problems in Wine
|
||||
|
||||
License: LGPLv2+
|
||||
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
|
||||
|
|
@ -24,7 +24,7 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
|||
# - explicitly not ppc64* to hopefully not confuse koschei
|
||||
ExcludeArch: ppc64 ppc64le
|
||||
|
||||
BuildRequires: wine-common
|
||||
BuildRequires: make
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: wine-common
|
||||
|
|
@ -55,7 +55,7 @@ sed -i -e s:steam:: -e s:flash:: tests/*
|
|||
%install
|
||||
%make_install
|
||||
# some tarballs do not install appdata
|
||||
install -m0644 -D -t %{buildroot}%{_datadir}/metainfo src/%{name}.appdata.xml
|
||||
install -m0644 -D -t %{buildroot}%{_datadir}/metainfo src/io.github.winetricks.Winetricks.metainfo.xml
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
|
@ -69,93 +69,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_datadir}/metainfo/io.github.winetricks.Winetricks.metainfo.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20181203-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* 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
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue