From 4a8e3e288b1e73d8877539bb297ba48172fb9136c670a9aaef94057a5926bf92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sat, 17 Jul 2010 01:39:23 +0000 Subject: [PATCH] Accepting request 43135 from home:elvigia:branches:Base:System Copy from home:elvigia:branches:Base:System/bash via accept of submit request 43135 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/43135 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=43 --- bash.changes | 6 ++++++ bash.spec | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bash.changes b/bash.changes index e7be1c7..f37c6ce 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 17 01:27:17 UTC 2010 - cristian.rodriguez@opensuse.org + +- Do not package static libraries +- Fix Recommends/Suggests + ------------------------------------------------------------------- Thu Jun 24 11:34:48 CEST 2010 - werner@suse.de diff --git a/bash.spec b/bash.spec index c6f5bc7..de14374 100644 --- a/bash.spec +++ b/bash.spec @@ -27,9 +27,10 @@ Group: System/Shells %define bash_vers 4.1 %define rl_vers 6.1 %if %suse_version > 1020 -Recommends: bash-doc = %bash_vers Recommends: bash-lang = %bash_vers +Recommends: bash-completion Suggests: command-not-found +Suggests: bash-doc = %bash_vers %endif AutoReqProv: on Version: 4.1 @@ -414,7 +415,7 @@ cd ../readline-%{rl_vers} CFLAGS_FOR_BUILD="$CFLAGS" LDFLAGS_FOR_BUILD="$LDFLAGS" export CC_FOR_BUILD CFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD CFLAGS LDFLAGS CC - ./configure --build=%{_target_cpu}-suse-linux \ + ./configure --disable-static --build=%{_target_cpu}-suse-linux \ --prefix=%{_prefix} \ --with-curses \ --mandir=%{_mandir} \ @@ -671,9 +672,7 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true %files -n readline-devel %defattr(-,root,root) %{_incdir}/readline/ -%{_libdir}/libhistory.a %{_libdir}/libhistory.so -%{_libdir}/libreadline.a %{_libdir}/libreadline.so %doc %{_mandir}/man3/readline.3.gz