diff --git a/nemo.spec b/nemo.spec index a506f83..8b1c486 100644 --- a/nemo.spec +++ b/nemo.spec @@ -54,13 +54,13 @@ BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(polkit-agent-1) # wise detect Tumbleweed -%if 0%{?gnome_common_ver} == 6 +%if %{gnome_common_ver} == 6 BuildRequires: pkgconfig(tracker-sparql-0.14) %endif -%if 0%{?gnome_common_ver} == 7 +%if %{gnome_common_ver} == 7 BuildRequires: pkgconfig(tracker-sparql-0.16) %endif -%if 0%{?gnome_common_ver} == 10 +%if %{gnome_common_ver} == 10 BuildRequires: pkgconfig(tracker-sparql-0.16) %endif BuildRequires: pkgconfig(x11) @@ -105,7 +105,7 @@ This package provides the GObject Introspection bindings for Nemo. %setup -q %patch0 -p1 %patch1 -p1 -%if 0%{?gnome_common_ver} == 10 +%if %{gnome_common_ver} == 10 %patch2 -p1 %endif