SPECS: bash.spec - up to 3.2.008
glen
glen at pld-linux.org
Mon Dec 18 11:13:07 CET 2006
Author: glen Date: Mon Dec 18 10:13:07 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 3.2.008
---- Files affected:
SPECS:
bash.spec (1.168 -> 1.169)
---- Diffs:
================================================================
Index: SPECS/bash.spec
diff -u SPECS/bash.spec:1.168 SPECS/bash.spec:1.169
--- SPECS/bash.spec:1.168 Thu Nov 9 10:38:32 2006
+++ SPECS/bash.spec Mon Dec 18 11:13:02 2006
@@ -4,16 +4,16 @@
%bcond_without static # don't build static version
%bcond_with bash_history # build with additional history in /var/log/bash_hist ;)
%bcond_without tests # do not perform "make test"
-##
-%define _ver 3.2
-%define _patchlevel 003
#
+%define _ver 3.2
+%define _patchlevel 008
+%define _rel 1
Summary: GNU Bourne Again Shell (bash)
Summary(fr): Le shell Bourne Again de GNU
Summary(pl): Powłoka GNU Bourne Again Shell (bash)
Name: bash
Version: %{_ver}.%{_patchlevel}
-Release: 1%{?with_bash_history:inv}
+Release: %{_rel}%{?with_bash_history:inv}
License: GPL
Group: Applications/Shells
Source0: ftp://ftp.gnu.org/gnu/bash/%{name}-%{_ver}.tar.gz
@@ -37,6 +37,11 @@
Patch1001: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-001
Patch1002: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-002
Patch1003: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-003
+Patch1004: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-004
+Patch1005: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-005
+Patch1006: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-006
+Patch1007: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-007
+Patch1008: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-008
URL: http://www.gnu.org/software/bash/
BuildRequires: autoconf
BuildRequires: automake
@@ -186,6 +191,11 @@
%patch1001 -p0
%patch1002 -p0
%patch1003 -p0
+%patch1004 -p0
+%patch1005 -p0
+%patch1006 -p0
+%patch1007 -p0
+%patch1008 -p0
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -249,7 +259,7 @@
install %{SOURCE2} $RPM_BUILD_ROOT/etc/skel/.bash_logout
install %{SOURCE3} $RPM_BUILD_ROOT/etc/skel/.bash_profile
install %{SOURCE4} $RPM_BUILD_ROOT/etc/skel/.bashrc
-rm -f $RPM_BUILD_ROOT/usr/share/info/dir
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%find_lang %{name}
@@ -336,6 +346,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.169 2006/12/18 10:13:02 glen
+- up to 3.2.008
+
Revision 1.168 2006/11/09 09:38:32 qboosh
- well, octal mode is not broken but strictly follows standard now :P
(SUS specifies leading '\0')
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bash.spec?r1=1.168&r2=1.169&f=u
More information about the pld-cvs-commit
mailing list