95db7d5
Name:           dash
a2a6549
Version:        0.5.6
13fc382
Release:        3%{?dist}
95db7d5
Summary:        Small and fast POSIX-compliant shell
95db7d5
95db7d5
Group:          System Environment/Shells
95db7d5
License:        BSD
95db7d5
URL:            http://gondor.apana.org.au/~herbert/dash/
95db7d5
Source0:        http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz
95db7d5
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
95db7d5
95db7d5
%description
95db7d5
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
95db7d5
possible. It does this without sacrificing speed where possible. In fact, it is
95db7d5
significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
95db7d5
95db7d5
%prep
95db7d5
%setup -q
95db7d5
95db7d5
%build
95db7d5
%configure
95db7d5
make %{?_smp_mflags}
95db7d5
95db7d5
%install
95db7d5
rm -rf $RPM_BUILD_ROOT
95db7d5
make install DESTDIR=$RPM_BUILD_ROOT
95db7d5
mkdir -p $RPM_BUILD_ROOT/bin
95db7d5
mv $RPM_BUILD_ROOT%{_bindir}/dash $RPM_BUILD_ROOT/bin/
95db7d5
rm -rf $RPM_BUILD_ROOT%{_bindir}/
95db7d5
95db7d5
%clean
95db7d5
rm -rf $RPM_BUILD_ROOT
95db7d5
95db7d5
%files
95db7d5
%defattr(-,root,root,-)
95db7d5
%doc
95db7d5
/bin/dash
95db7d5
%{_datadir}/man/man1/dash.1.gz
95db7d5
95db7d5
%changelog
13fc382
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.6-3
13fc382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
13fc382
1bf1ca4
* Mon Jun 21 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.5.6-2
a2a6549
- New upstream realease
1bf1ca4
- Version bump
a2a6549
a488530
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5.1-3
a488530
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a488530
5f234b1
* Sat May 23 2009 Andreas Thienemann <andreas@bawue.net> - 0.5.5.1-2
5f234b1
- Added patch from upstream git to not close stdout on err. This improves
5f234b1
  initramfs use of dash.
5f234b1
5f234b1
* Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 0.5.5.1-1
edc65a4
- 0.5.5.1
edc65a4
c7a26a8
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-4
c7a26a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c7a26a8
9fc45ab
* Fri Feb 08 2008 Warren Togami <wtogami@redhat.com> 0.5.4-3
9fc45ab
- rebuild for gcc-4.3
9fc45ab
95db7d5
* Wed Nov 07 2007 Warren Togami <wtogami@redhat.com> 0.5.4-2
95db7d5
- move to /bin/dash
95db7d5
- BSD license tag
95db7d5
95db7d5
* Fri Nov 02 2007 Warren Togami <wtogami@redhat.com> 0.5.4-1
95db7d5
- initial package
95db7d5
95db7d5