Accepting request 33319 from shells
Copy from shells/dash based on submit request 33319 from user coolo OBS-URL: https://build.opensuse.org/request/show/33319 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dash?expand=0&rev=2
This commit is contained in:
parent
14e7d1b39e
commit
f21da8cffe
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 11:47:33 UTC 2010 - guido+opensuse.org@berhoerster.name
|
||||
|
||||
- cleaned up specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 12:00:22 UTC 2010 - guido+opensuse.org@berhoerster.name
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
# spec file for package dash (Version 0.5.5.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +21,7 @@
|
||||
Name: dash
|
||||
Summary: POSIX-compliant Implementation of /bin/sh
|
||||
Version: 0.5.5.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: BSD3c
|
||||
Group: System/Shells
|
||||
AutoReqProv: on
|
||||
@ -52,11 +53,11 @@ Authors:
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%configure --prefix=%{_prefix} --mandir=%{_mandir}
|
||||
make
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%make_install
|
||||
# move to /bin and symlink to /usr/bin
|
||||
%__mkdir_p $RPM_BUILD_ROOT/bin
|
||||
%__mv $RPM_BUILD_ROOT/usr/bin/dash $RPM_BUILD_ROOT/bin
|
||||
|
Loading…
Reference in New Issue
Block a user