Accepting request 295131 from shells
1 OBS-URL: https://build.opensuse.org/request/show/295131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dash?expand=0&rev=17
This commit is contained in:
commit
7657586fd7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 9 08:19:38 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Use fnmatch and glob from glibc
|
||||||
|
- Use url for source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 10 05:49:53 UTC 2014 - gber@opensuse.org
|
Fri Oct 10 05:49:53 UTC 2014 - gber@opensuse.org
|
||||||
|
|
||||||
|
13
dash.spec
13
dash.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dash
|
# spec file for package dash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2013 Guido Berhoerster.
|
# Copyright (c) 2013 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dash
|
Name: dash
|
||||||
|
Version: 0.5.8
|
||||||
|
Release: 0
|
||||||
Summary: POSIX-compliant Implementation of /bin/sh
|
Summary: POSIX-compliant Implementation of /bin/sh
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Version: 0.5.8
|
|
||||||
Release: 0
|
|
||||||
Url: http://gondor.apana.org.au/~herbert/dash/
|
Url: http://gondor.apana.org.au/~herbert/dash/
|
||||||
Source: dash-%{version}.tar.gz
|
Source: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM dash-0.5.7-do-not-close-stderr.patch gber@opensuse.org -- Prevents closing stderr when /dev/tty fails to open (backported from upstream git)
|
# PATCH-FIX-UPSTREAM dash-0.5.7-do-not-close-stderr.patch gber@opensuse.org -- Prevents closing stderr when /dev/tty fails to open (backported from upstream git)
|
||||||
Patch0: dash-0.5.7-do-not-close-stderr.patch
|
Patch0: dash-0.5.7-do-not-close-stderr.patch
|
||||||
# PATCH-FIX-UPSTREAM dash-remove-backslash-before-in-double-quotes-in-variable.patch gber@opensuse.org -- Remove backslash before } in double-quotes in variable as it prevents the closing brace from terminating the substitution (from FreeBSD/Debian)
|
# PATCH-FIX-UPSTREAM dash-remove-backslash-before-in-double-quotes-in-variable.patch gber@opensuse.org -- Remove backslash before } in double-quotes in variable as it prevents the closing brace from terminating the substitution (from FreeBSD/Debian)
|
||||||
@ -42,7 +42,10 @@ possible without sacrificing speed where possible.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-libedit
|
%configure \
|
||||||
|
--enable-fnmatch \
|
||||||
|
--enable-glob \
|
||||||
|
--with-libedit
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user