SHA256
1
0
forked from pool/nemo
Marguerite Su 2013-10-22 10:21:50 +00:00 committed by Git OBS Bridge
parent c3f442e3d7
commit 3c1de05d59

View File

@ -54,19 +54,11 @@ BuildRequires: pkgconfig(libselinux)
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(polkit-agent-1) BuildRequires: pkgconfig(polkit-agent-1)
# wise detect Tumbleweed # wise detect Tumbleweed
%if 0%{?suse_version} == 1230 %if 0%{?suse_version} <= 1230
%if %{gnome_common_ver} == 6
BuildRequires: pkgconfig(tracker-sparql-0.14) BuildRequires: pkgconfig(tracker-sparql-0.14)
%else %else
BuildRequires: pkgconfig(tracker-sparql-0.16) BuildRequires: pkgconfig(tracker-sparql-0.16)
%endif %endif
%endif
%if 0%{?suse_version} < 1230
BuildRequires: pkgconfig(tracker-sparql-0.14)
%endif
%if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(tracker-sparql-0.16)
%endif
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
Recommends: cinnamon-translations Recommends: cinnamon-translations
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -113,6 +105,8 @@ This package provides the GObject Introspection bindings for Nemo.
%patch2 -p1 %patch2 -p1
%endif %endif
echo "GNOME COMMON VERSION: %{gnome_common_ver}"
%build %build
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
%configure --libexecdir=%{_libexecdir}/%{name} \ %configure --libexecdir=%{_libexecdir}/%{name} \