diff --git a/0ad.changes b/0ad.changes index 58c1021..525a8a4 100644 --- a/0ad.changes +++ b/0ad.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 11 19:34:38 UTC 2022 - Simon Puchert + +- Get rid of Python 2 dependency. +- Disable tests. These require Python 2 to work, but also aren't + executed or packaged anyway. +- Remove duplicate listing of %{_libdir}/%{name}. + ------------------------------------------------------------------- Fri Jan 7 18:34:02 UTC 2022 - Simon Puchert diff --git a/0ad.spec b/0ad.spec index 40199bd..40cd48b 100644 --- a/0ad.spec +++ b/0ad.spec @@ -53,7 +53,6 @@ BuildRequires: libjpeg-devel BuildRequires: libminiupnpc-devel BuildRequires: libpng-devel BuildRequires: pkgconfig -BuildRequires: python BuildRequires: update-desktop-files BuildRequires: wxWidgets-3_0-nostl-devel BuildRequires: pkgconfig(IL) @@ -109,6 +108,7 @@ build/workspaces/update-workspaces.sh \ --bindir=%{_bindir} \ --datadir=%{_datadir}/%{name} \ --libdir=%{_libdir}/%{name} \ + --without-tests \ %if %{with nvtt} %if %{with system_nvtt} --with-system-nvtt \ @@ -157,7 +157,6 @@ install -Dm 0644 build/resources/0ad.png %{buildroot}%{_datadir}/pixmaps/%{name} %{_datadir}/pixmaps/%{name}.png %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop -%dir %{_libdir}/%{name} %dir %{_datadir}/%{name} %changelog