From 1256c9e6f0858e683f8fdb28ea8e0408aa15fbd5 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 11 Sep 2003 08:49:31 +0000 Subject: [PATCH] - removed grep and fileutils from PreReq - they is Requires(post,preun) already Changed files: zsh.spec -> 1.78 --- zsh.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zsh.spec b/zsh.spec index 85a2763..87d428b 100644 --- a/zsh.spec +++ b/zsh.spec @@ -28,8 +28,6 @@ Patch2: %{name}-addons.patch Patch3: %{name}-paths.patch Patch4: %{name}-no_nis.patch Patch5: %{name}-completions.patch -PreReq: grep -PreReq: fileutils BuildRequires: autoconf %{!?_without_static:BuildRequires: glibc-static} BuildRequires: ncurses-devel >= 5.1 @@ -163,7 +161,8 @@ makeinfo zsh.texi rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_infodir},%{_sysconfdir},%{_bindir},%{_mandir}/pl/man1} -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %{!?_without_static:install Src/zsh.static $RPM_BUILD_ROOT%{_bindir}} install Doc/zsh.info* $RPM_BUILD_ROOT%{_infodir} -- 2.43.0