Name: dash Version: 0.5.7 Release: 9%{?dist} Summary: Small and fast POSIX-compliant shell Group: System Environment/Shells # BSD: DASH in general # GPLv2+: From src/mksignames.c # Public Domain: From src/bltin/test.c # Copyright only: From src/hetio.h License: BSD and GPLv2+ and Public Domain and Copyright only URL: http://gondor.apana.org.au/~herbert/%{name}/ Source0: http://gondor.apana.org.au/~herbert/%{name}/files/%{name}-%{version}.tar.gz %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 --bindir=/bin make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %post grep -q '^/bin/dash$' %{_sysconfdir}/shells || \ echo '/bin/dash' >> %{_sysconfdir}/shells %postun if [ $1 -eq 0 ]; then sed -i '/^\/bin\/dash$/d' %{_sysconfdir}/shells fi %files %doc COPYING ChangeLog /bin/%{name} %{_mandir}/man1/%{name}.1* %changelog * Sat Jun 07 2014 Fedora Release Engineering - 0.5.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Aug 01 2013 Petr Šabata - 0.5.7-8 - Simplify the installation * Wed Jul 31 2013 Petr Šabata - 0.5.7-7 - Correct the License tag once again - Utilize the %%{name} and %%{_mandir} macros a bit more - Don't package the INSTALL file * Mon Jun 10 2013 Petr Šabata - 0.5.7-6 - Use the sysconfdir macro in scriptlets * Wed Feb 13 2013 Fedora Release Engineering - 0.5.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 0.5.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.5.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Nov 15 2011 Petr Šabata - 0.5.7-2 - Don't use --fixed-strings in scriptlets grep match (#753887) * Wed Aug 17 2011 Petr Sabata - 0.5.7-1 - 0.5.7 bump * Mon May 23 2011 Petr Sabata - 0.5.6-5 - Try to add dash to /etc/shells every time, not just on new installs (#706138) - Also, make the grep regexps a bit more strict, just to be sure * Thu May 19 2011 Petr Sabata - 0.5.6-4 - Install/remove dash from /etc/shells (#706138) - Buildroot and defattr cleanup - Add INSTALL, COPYING, ChangeLog to doc * Tue Feb 08 2011 Fedora Release Engineering - 0.5.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jun 21 2010 Huzaifa Sidhpurwala - 0.5.6-2 - New upstream realease - Version bump * Fri Jul 24 2009 Fedora Release Engineering - 0.5.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat May 23 2009 Andreas Thienemann - 0.5.5.1-2 - Added patch from upstream git to not close stdout on err. This improves initramfs use of dash. * Mon Apr 13 2009 Warren Togami - 0.5.5.1-1 - 0.5.5.1 * Tue Feb 24 2009 Fedora Release Engineering - 0.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Feb 08 2008 Warren Togami 0.5.4-3 - rebuild for gcc-4.3 * 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