This commit is contained in:
parent
34136d7735
commit
d44d2c6f64
11
nemo.spec
11
nemo.spec
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# wise detect Tumbleweed
|
||||
%define gnome_common_ver %(rpm -q --qf '%%{VERSION}' gnome-common | sed 's/[^0-9]*3\\.\\([0-9]*\\)\\.[0-9]*/\\1/')
|
||||
#%define gnome_common_ver %(rpm -q --qf '%%{VERSION}' gnome-common | sed 's/[^0-9]*3\\.\\([0-9]*\\)\\.[0-9]*/\\1/')
|
||||
|
||||
Name: nemo
|
||||
Version: 2.0.1
|
||||
@ -39,6 +39,7 @@ BuildRequires: gtk-doc
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: sed
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: tracker-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(cinnamon-desktop)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
@ -54,12 +55,6 @@ BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(polkit-agent-1)
|
||||
# wise detect Tumbleweed
|
||||
%if 0%{?suse_version} <= 1230
|
||||
BuildRequires: pkgconfig(tracker-sparql-0.14)
|
||||
%else
|
||||
BuildRequires: pkgconfig(tracker-sparql-0.16)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: cinnamon-translations
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -106,8 +101,6 @@ This package provides the GObject Introspection bindings for Nemo.
|
||||
%patch2 -p1
|
||||
%endif
|
||||
|
||||
echo "GNOME COMMON VERSION: %{gnome_common_ver}"
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --libexecdir=%{_libexecdir}/%{name} \
|
||||
|
Loading…
Reference in New Issue
Block a user