forked from pool/desktop-file-utils
Accepting request 581998 from home:elvigia:branches:X11:common:Factory
- suse-update-mime-defaults requires coreutils and awk add both to package requires OBS-URL: https://build.opensuse.org/request/show/581998 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=64
This commit is contained in:
parent
c0cf80d166
commit
3141a00e29
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 14:07:32 UTC 2018 - crrodriguez@opensuse.org
|
||||
|
||||
- suse-update-mime-defaults requires coreutils and awk
|
||||
add both to package requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 16:01:45 CEST 2017 - sbrabec@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package desktop-file-utils
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@ Name: desktop-file-utils
|
||||
Version: 0.23
|
||||
Release: 0
|
||||
Summary: Utilities for Manipulating Desktop Files
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
Url: http://www.freedesktop.org/wiki/Software/desktop-file-utils
|
||||
Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
|
||||
@ -32,6 +32,8 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
Requires: aaa_base
|
||||
Requires: awk
|
||||
Requires: coreutils
|
||||
#!BuildIgnore: dbus-1-x11
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -49,7 +51,7 @@ http://freedesktop.org/wiki/Specifications/desktop-entry-spec
|
||||
%build
|
||||
%configure \
|
||||
--with-lispdir=%{_datadir}/emacs/site-lisp
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user