Browse Source

dash: update to 0.5.6, BR: dietlibc >= 0.32

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3663 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
af9a74782c
1 changed files with 15 additions and 4 deletions
  1. 15 4
      d/dash/dash-vl.spec

+ 15 - 4
d/dash/dash-vl.spec

@@ -1,19 +1,26 @@
 Summary:       The Debian Almquist Shell (formerly NetBSD's ash)
 Summary(ja):   Bourne シェル (sh) の機能縮小版 (Debian 版 ash)
 Name:          dash
-Version:       0.5.5.1
+Version:       0.5.6
 Release:       1%{?_dist_release}
+
 License:       BSD
 Group:         System Environment/Shells
-Source:        ftp://ftp.debian.org/debian/pool/main/d/shells/%{name}_%{version}.orig.tar.gz
+URL:           http://gondor.apana.org.au/~herbert/dash/
+
+Source:        http://gondor.apana.org.au/~herbert/dash/files/%{name}-%{version}.tar.gz
+
+Buildroot:     %{_tmppath}/%{name}-%{version}-root
 BuildRequires: bison
-BuildRequires: dietlibc
+BuildRequires: dietlibc >= 0.32
 Requires(pre): fileutils grep
 Obsoletes:     ash <= 0.4
 Provides:      ash = %{version}-%{release}
-Buildroot:     %{_tmppath}/%{name}-%{version}-root
 Conflicts:     mkinitrd <= 1.7
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: shaolin,daisuke
 
 %description
 "dash" is a POSIX compliant shell that is much smaller than "bash".
@@ -171,6 +178,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Apr 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.6-2
+- update to 0.5.6
+- BR: dietlibc >= 0.32
+
 * Wed Mar 25 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.5.1-1
 - now ash (not maintained anymore?) replaced with dash
 - provide ash/bsh symlinks for compatibility