Accepting request 45897 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/nautilus via accept of submit request 45897 revision 5.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/45897
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=107
This commit is contained in:
Vincent Untz
2010-08-24 14:10:00 +00:00
committed by Git OBS Bridge
parent 12d59c3527
commit f9c490b1b7
4 changed files with 22 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package nautilus (Version 2.31.6)
# spec file for package nautilus (Version 2.31.90)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -30,7 +30,6 @@ BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: libexempi-devel
BuildRequires: libexif-devel
BuildRequires: libunique-devel
BuildRequires: libxml2-devel
# nautilus doesn't need the BuildRequires to build its modules for tracker and
# beagle. But we keep this below for reference -- it's commented out to avoid
@@ -44,7 +43,8 @@ BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
License: GPLv2+
Group: Productivity/File utilities
Version: 2.31.6
Version: 2.31.90
# FIXME: Check if the sed hacks for DEPRECATED symbols are still needed
Release: 1
Summary: File Manager for the GNOME Desktop
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
@@ -120,9 +120,13 @@ gnome-patch-translation-prepare
gnome-patch-translation-update
%build
# FIXME: Check if the sed hacks for DEPRECATED symbols are still needed
sed -i "/-DGDK_DISABLE_DEPRECATED/d" eel/Makefile.{in,am}
sed -i "s/-DGDK_DISABLE_DEPRECATED//" configure.in
NOCONFIGURE=1 gnome-autogen.sh
%configure\
--disable-update-mimedb \
--disable-maintainer-mode \
--enable-gtk-doc
%__make %{?jobs:-j%jobs} V=1