Fix "format not a string literal" errors
This commit is contained in:
parent
d67bdf6762
commit
5f6fe2f4cd
@ -39,6 +39,9 @@ BuildRequires: json-glib-devel
|
||||
Requires: gnome-online-accounts%{_isa} >= %{goa_version}
|
||||
Requires: grilo%{_isa} >= %{grilo_version}
|
||||
|
||||
Patch0: 0001-jamendo-Fix-format-not-a-string-literal-error.patch
|
||||
Patch1: 0002-tmdb-Fix-format-not-a-string-literal-error.patch
|
||||
|
||||
%{?fedora:Requires: dleyna-server}
|
||||
%{?fedora:%global _enable_dleyna --enable-dleyna}
|
||||
|
||||
@ -69,6 +72,8 @@ This package contains plugins to get information from theses sources:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user