This commit is contained in:
parent
d6d8e9167c
commit
d28897a749
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 09:27:18 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Enable building with libmad for newer openSUSE releases even
|
||||
outside of Packman.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 11:55:35 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
%define sover 1
|
||||
%bcond_with faad
|
||||
%bcond_with mad
|
||||
%bcond_with restricted
|
||||
Name: qmmp
|
||||
Version: 1.1.8
|
||||
@ -82,7 +81,7 @@ Requires: %{name}(%{sover})(Ui)
|
||||
%if %{with faad}
|
||||
BuildRequires: libfaad-devel
|
||||
%endif
|
||||
%if %{with mad}
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
|
||||
BuildRequires: pkgconfig(mad)
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user