Hello community, here is the log from the commit of package winetricks for openSUSE:Factory checked in at 2020-10-27 18:59:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/winetricks (Old) and /work/SRC/openSUSE:Factory/.winetricks.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "winetricks" Tue Oct 27 18:59:17 2020 rev:8 rq:844116 version:20200412 Changes: -------- --- /work/SRC/openSUSE:Factory/winetricks/winetricks.changes 2020-04-14 15:19:42.240678406 +0200 +++ /work/SRC/openSUSE:Factory/.winetricks.new.3463/winetricks.changes 2020-10-27 18:59:40.670775235 +0100 @@ -1,0 +2,7 @@ +Mon Oct 26 09:36:35 UTC 2020 - Илья Индиго <[email protected]> + +- Refresh spec-file via spec-cleaner and manual optimizations. + * Remove obsolete designs. + * Change from Recommends to Requires for cabextract and unzip. + +------------------------------------------------------------------- @@ -5,4 +12,4 @@ - - shellcheck fixes to script - - aria2c fixes - - speechsdk fixes - - bugfixes + * shellcheck fixes to script + * aria2c fixes + * speechsdk fixes + * bugfixes @@ -14,2 +21,2 @@ - - adjusted to current wine - - lots of changes and updates + * adjusted to current wine + * lots of changes and updates @@ -21 +28 @@ - - lots of changes and updates + * lots of changes and updates @@ -27 +34 @@ - - lots of adjustments + * lots of adjustments @@ -58 +64,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ winetricks.spec ++++++ --- /var/tmp/diff_new_pack.OJpnJh/_old 2020-10-27 18:59:41.186775610 +0100 +++ /var/tmp/diff_new_pack.OJpnJh/_new 2020-10-27 18:59:41.186775610 +0100 @@ -25,11 +25,9 @@ URL: https://github.com/Winetricks/winetricks Source0: https://github.com/Winetricks/%{name}/archive/%{version}.tar.gz##/%{name}-%{version}.tar.gz BuildRequires: update-desktop-files +Requires: cabextract +Requires: unzip Requires: wine -# some recommends for winetricks: -Recommends: cabextract -Recommends: unzip -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Winetricks is a way to work around problems in Wine. @@ -39,24 +37,18 @@ DLLs and tweaking of various WINE settings. %prep -%setup -q +%autosetup -p1 %build -make +%make_build %install -make install DESTDIR=%{buildroot} +%make_install %suse_update_desktop_file -G Winetricks -r %{name} System Emulator %files -%defattr(-,root,root) -# %license works starting from SLE 15 and Leap 42.2 -%if 0%{?suse_version} >= 1500 || ( 0%{?sle_version} >= 120200 && 0%{?is_opensuse} ) %license COPYING -%else -%doc COPYING -%endif %doc README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop @@ -69,6 +61,6 @@ %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %dir %{_datadir}/metainfo %{_datadir}/metainfo/%{name}.appdata.xml -%{_datadir}/man/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog
