- add patch: nemo-2.0.1-g_list_copy_deep.patch, fix g_list_copy_deep

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=9
This commit is contained in:
2013-10-21 18:45:20 +00:00
committed by Git OBS Bridge
parent d2a4631352
commit faff65fee7
3 changed files with 91 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ Summary: File browser for Cinnamon
Url: http://github.com/linuxmint/nemo
Group: System/GUI/Other
Source: %{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE fix upstream g_list_copy_deep on 12.2
Patch: nemo-2.0.1-g_list_copy_deep.patch
BuildRequires: gnome-common
BuildRequires: gtk-doc
BuildRequires: hicolor-icon-theme
@@ -64,7 +66,7 @@ Nemo is the file manager for the Cinnamon desktop environment.
Summary: Development files for %{name}
Group: Development/Libraries/Other
Requires: %{name} = %{version}
Requires: typelib-1_0-Nemo-1_0 = %{version}
Requires: typelib-1_0-Nemo-3_0 = %{version}
%description devel
Nemo is the file manager for the Cinnamon desktop environment.
@@ -80,17 +82,20 @@ Nemo is the file manager for the Cinnamon desktop environment.
This package provides Nemo's shared libraries.
%package -n typelib-1_0-Nemo-1_0
%package -n typelib-1_0-Nemo-3_0
Summary: File Browser for Cinnamon - Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-Nemo-1_0
%description -n typelib-1_0-Nemo-3_0
Nemo is the file manager for the Cinnamon desktop environment.
This package provides the GObject Introspection bindings for Nemo.
%prep
%setup -q
%if 0%{?suse_version} = 1220
patch -p1
%endif
%build
NOCONFIGURE=1 ./autogen.sh