Updating link to change in openSUSE:Factory/bash revision 63
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=bd8cb0de6b23688d031778157a4cd4bb
This commit is contained in:
parent
5f2d05a7e9
commit
2e44a706ba
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 3 20:55:30 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
- builtin "man2html"generates html manaul with a timestamp
|
||||||
|
that causes the package to be published over and over again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 16 15:50:43 CEST 2010 - werner@suse.de
|
Mon Aug 16 15:50:43 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
16
bash.spec
16
bash.spec
@ -36,7 +36,7 @@ Suggests: bash-doc = %bash_vers
|
|||||||
%endif
|
%endif
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: The GNU Bourne-Again Shell
|
Summary: The GNU Bourne-Again Shell
|
||||||
Url: http://www.gnu.org/software/bash/bash.html
|
Url: http://www.gnu.org/software/bash/bash.html
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2
|
||||||
@ -76,6 +76,7 @@ Patch42: bash-4.1-non_void.patch
|
|||||||
Patch43: bash-4.1-array.dif
|
Patch43: bash-4.1-array.dif
|
||||||
Patch44: bash-4.1-pipe.dif
|
Patch44: bash-4.1-pipe.dif
|
||||||
Patch45: bash-4.1-edit-parser-state.patch
|
Patch45: bash-4.1-edit-parser-state.patch
|
||||||
|
Patch46: man2html-no-timestamp.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%global _sysconfdir /etc
|
%global _sysconfdir /etc
|
||||||
%global _incdir %{_includedir}
|
%global _incdir %{_includedir}
|
||||||
@ -104,7 +105,7 @@ Group: Documentation/Man
|
|||||||
Provides: bash:%{_infodir}/bash.info.gz
|
Provides: bash:%{_infodir}/bash.info.gz
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 14
|
Release: 15
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
%if %suse_version > 1120
|
%if %suse_version > 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -140,7 +141,7 @@ License: GPLv2+
|
|||||||
Summary: Include Files mandatory for Development of bash loadable builtins
|
Summary: Include Files mandatory for Development of bash loadable builtins
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 14
|
Release: 15
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%description -n bash-devel
|
%description -n bash-devel
|
||||||
@ -160,7 +161,7 @@ License: GPLv2+
|
|||||||
Summary: Loadable bash builtins
|
Summary: Loadable bash builtins
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 14
|
Release: 15
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%description -n bash-loadables
|
%description -n bash-loadables
|
||||||
@ -229,7 +230,7 @@ Summary: The Readline Library
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: bash:/%{_lib}/libreadline.so.%{rl_major}
|
Provides: bash:/%{_lib}/libreadline.so.%{rl_major}
|
||||||
Version: 6.1
|
Version: 6.1
|
||||||
Release: 14
|
Release: 15
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Recommends: readline-doc = %{version}
|
Recommends: readline-doc = %{version}
|
||||||
%endif
|
%endif
|
||||||
@ -260,7 +261,7 @@ Summary: Include Files and Libraries mandatory for Development
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: bash:%{_libdir}/libreadline.a
|
Provides: bash:%{_libdir}/libreadline.a
|
||||||
Version: 6.1
|
Version: 6.1
|
||||||
Release: 14
|
Release: 15
|
||||||
Requires: libreadline6 = %{version}
|
Requires: libreadline6 = %{version}
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
@ -291,7 +292,7 @@ Group: System/Libraries
|
|||||||
Provides: readline:%{_infodir}/readline.info.gz
|
Provides: readline:%{_infodir}/readline.info.gz
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Version: 6.1
|
Version: 6.1
|
||||||
Release: 14
|
Release: 15
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
%if %suse_version > 1120
|
%if %suse_version > 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -343,6 +344,7 @@ unset p
|
|||||||
# the status of the forground process only
|
# the status of the forground process only
|
||||||
#%patch44 -p0 -b .pipe
|
#%patch44 -p0 -b .pipe
|
||||||
%patch45 -p0 -b .parser
|
%patch45 -p0 -b .parser
|
||||||
|
%patch46 -p0
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
cd ../readline-%{rl_vers}
|
cd ../readline-%{rl_vers}
|
||||||
for p in ../readline-%{rl_vers}-patches/*; do
|
for p in ../readline-%{rl_vers}-patches/*; do
|
||||||
|
13
man2html-no-timestamp.patch
Normal file
13
man2html-no-timestamp.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: support/man2html.c
|
||||||
|
===================================================================
|
||||||
|
--- support/man2html.c.orig 2005-10-12 20:50:06.000000000 +0200
|
||||||
|
+++ support/man2html.c 2010-09-03 22:49:56.288632000 +0200
|
||||||
|
@@ -4061,7 +4061,7 @@ main(int argc, char **argv)
|
||||||
|
if (subs)
|
||||||
|
fputs("</DL>\n", stdout);
|
||||||
|
fputs("</DL>\n", stdout);
|
||||||
|
- print_sig();
|
||||||
|
+ /* print_sig(); */
|
||||||
|
fputs("</BODY>\n</HTML>\n", stdout);
|
||||||
|
} else
|
||||||
|
fprintf(stderr, "man2html: no output produced\n");
|
Loading…
Reference in New Issue
Block a user