This commit is contained in:
parent
c3f442e3d7
commit
3c1de05d59
12
nemo.spec
12
nemo.spec
@ -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} \
|
||||||
|
Loading…
Reference in New Issue
Block a user