]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- removed grep and fileutils from PreReq - they is Requires(post,preun) already
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Sep 2003 08:49:31 +0000 (08:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.78

zsh.spec

index 85a2763133384368d80544307c3ae1fd112c6f7a..87d428b210f82c11e88bffbd47cad2c420d3ff26 100644 (file)
--- 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
 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
 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}
 
 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}
 
 %{!?_without_static:install Src/zsh.static $RPM_BUILD_ROOT%{_bindir}}
 install Doc/zsh.info*  $RPM_BUILD_ROOT%{_infodir}
This page took 0.02663 seconds and 4 git commands to generate.