Accepting request 221806 from GNOME:Factory

- Export ac_cv_func_fdatasync=no before calling configure, to
  workaround the issue described in fdo#70366, where fdatasync()
  is called on each update-mime-database invocation

OBS-URL: https://build.opensuse.org/request/show/221806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shared-mime-info?expand=0&rev=41
This commit is contained in:
Stephan Kulow 2014-02-13 05:51:41 +00:00 committed by Git OBS Bridge
commit e3a1a2b33b
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Feb 9 18:53:55 UTC 2014 - hrvoje.senjan@gmail.com
- Export ac_cv_func_fdatasync=no before calling configure, to
workaround the issue described in fdo#70366, where fdatasync()
is called on each update-mime-database invocation
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 30 17:22:54 UTC 2013 - dimstar@opensuse.org Mon Sep 30 17:22:54 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package shared-mime-info # spec file for package shared-mime-info
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,6 +19,7 @@
Name: shared-mime-info Name: shared-mime-info
Version: 1.2 Version: 1.2
Release: 0 Release: 0
# FIXME: Remove workaround for fdo#70366 once fixed
Url: http://freedesktop.org/wiki/Software/shared-mime-info Url: http://freedesktop.org/wiki/Software/shared-mime-info
Summary: Shared MIME Database Summary: Shared MIME Database
License: GPL-2.0+ License: GPL-2.0+
@ -61,6 +62,8 @@ This package contains:
translation-update-upstream translation-update-upstream
%build %build
# Workaround for fdo#70366
export ac_cv_func_fdatasync=no
%configure \ %configure \
--disable-default-make-check --disable-default-make-check
make make