diff --git a/xmms2.spec b/xmms2.spec index 1284b98..e068aa2 100644 --- a/xmms2.spec +++ b/xmms2.spec @@ -4,7 +4,7 @@ Name: xmms2 Summary: A modular audio framework and plugin architecture Version: 0.8 -Release: 65%{?dist} +Release: 66%{?dist} License: LGPLv2+ and GPLv2+ and BSD # We can't use the upstream source tarball as-is, because it includes an mp4 decoder. # Also, the ogg sample included is not under a FOSS license. @@ -205,6 +205,11 @@ done install -m0755 %{SOURCE1} %{buildroot}%{_bindir} +# For F-32: +# Explicitly remove python2 related files. F32 "python27" package +# contains header files, which makes xmms2 build python2 bindings +rm -rf %{buildroot}%{python2_sitelib}/xmmsclient/ + %ldconfig_scriptlets %files @@ -240,6 +245,9 @@ install -m0755 %{SOURCE1} %{buildroot}%{_bindir} %{_bindir}/nyxmms2 %changelog +* Sat Jan 18 2020 Mamoru TASAKA - 0.8-66 +- Remove python2 related files explicitly for F-32 for now + * Sat Jul 27 2019 Fedora Release Engineering - 0.8-65 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild