rpms/dash/devel dash.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Wed Nov 7 05:07:48 UTC 2007


Author: wtogami

Update of /cvs/pkgs/rpms/dash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18047/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dash.spec 
Log Message:
initial import



--- NEW FILE dash.spec ---
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 <wtogami at redhat.com> 0.5.4-2
- move to /bin/dash
- BSD license tag

* Fri Nov 02 2007 Warren Togami <wtogami at redhat.com> 0.5.4-1
- initial package




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dash/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2007 05:05:43 -0000	1.1
+++ .cvsignore	7 Nov 2007 05:07:14 -0000	1.2
@@ -0,0 +1 @@
+dash-0.5.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dash/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Nov 2007 05:05:43 -0000	1.1
+++ sources	7 Nov 2007 05:07:14 -0000	1.2
@@ -0,0 +1 @@
+bc457e490a589d2f87f2333616b67931  dash-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list