Files
dash/dash.spec
Avindra Goolcharan 16fff1998d Accepting request 842519 from home:dirkmueller:branches:shells
- update to 0.5.11.2:
  * shell: Group readdir64/dirent64 with open64 

- update to version 0.5.9.1 (bsc#1177691)

OBS-URL: https://build.opensuse.org/request/show/842519
OBS-URL: https://build.opensuse.org/package/show/shells/dash?expand=0&rev=30
2020-10-19 16:28:56 +00:00

58 lines
1.6 KiB
RPMSpec

#
# spec file for package dash
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2013 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: dash
Version: 0.5.11.2
Release: 0
Summary: POSIX-compliant Implementation of /bin/sh
License: BSD-3-Clause
Group: System/Shells
URL: http://gondor.apana.org.au/~herbert/dash/
Source: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz
BuildRequires: libedit-devel
%description
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible without sacrificing speed where possible.
%prep
%setup -q
%build
%global optflags %{optflags} -fcommon
%configure \
--enable-fnmatch \
--enable-glob \
--with-libedit
%make_build
%install
%make_install
# compatibility symlink to /bin
mkdir -p %{buildroot}/bin
ln -s %{_bindir}/dash %{buildroot}/bin/dash
%files
%doc ChangeLog
%{_bindir}/dash
/bin/dash
%{_mandir}/man1/dash.1%{?ext_man}
%changelog