From 95db7d50f40819f9bcf13de77e41909a5ae9ea06 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Nov 07 2007 05:07:14 +0000 Subject: initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..68fd1fc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +dash-0.5.4.tar.gz diff --git a/dash.spec b/dash.spec new file mode 100644 index 0000000..141bbcd --- /dev/null +++ b/dash.spec @@ -0,0 +1,48 @@ +Name: dash +Version: 0.5.4 +Release: 2%{?dist} +Summary: Small and fast POSIX-compliant shell + +Group: System Environment/Shells +License: BSD +URL: http://gondor.apana.org.au/~herbert/dash/ +Source0: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as +possible. It does this without sacrificing speed where possible. In fact, it is +significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/bin +mv $RPM_BUILD_ROOT%{_bindir}/dash $RPM_BUILD_ROOT/bin/ +rm -rf $RPM_BUILD_ROOT%{_bindir}/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc +/bin/dash +%{_datadir}/man/man1/dash.1.gz + +%changelog +* Wed Nov 07 2007 Warren Togami 0.5.4-2 +- move to /bin/dash +- BSD license tag + +* Fri Nov 02 2007 Warren Togami 0.5.4-1 +- initial package + + diff --git a/sources b/sources index e69de29..dafd3bd 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +bc457e490a589d2f87f2333616b67931 dash-0.5.4.tar.gz