diff --git a/nemo.spec b/nemo.spec index 03dd702..f63269c 100644 --- a/nemo.spec +++ b/nemo.spec @@ -56,7 +56,7 @@ BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(polkit-agent-1) # wise detect Tumbleweed -%if %{gnome_common_ver} -le 6 +%if %{gnome_common_ver} >= 6 BuildRequires: pkgconfig(tracker-sparql-0.16) %else BuildRequires: pkgconfig(tracker-sparql-0.14) @@ -103,7 +103,7 @@ This package provides the GObject Introspection bindings for Nemo. %setup -q %patch0 -p1 %patch1 -p1 -%if %{gnome_common_ver} -eq 10 +%if %{gnome_common_ver} == 10 %patch2 -p1 %endif