]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- cosmetics auto/ac/zsh-4_1_1-3 zsh-4_1_1-3
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 5 Aug 2003 21:00:02 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.75

zsh.spec

index b7bed182caeca321f930cbbcd564754de4c56c8e..4a66bc2abd05afeb71d3966ab8ea147a91c908ed 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -29,8 +29,6 @@ Patch3:               %{name}-paths.patch
 Patch4:                %{name}-no_nis.patch
 Patch5:                %{name}-completions.patch
 Patch6:                %{name}-zle_misc.patch
-PreReq:                grep
-PreReq:                fileutils
 BuildRequires: autoconf
 %{!?_without_static:BuildRequires:     glibc-static}
 BuildRequires: libcap-devel
@@ -38,6 +36,8 @@ BuildRequires:        ncurses-devel >= 5.1
 %{!?_without_static:BuildRequires:     ncurses-static}
 BuildRequires: pcre-devel
 BuildRequires: texinfo
+PreReq:                grep
+PreReq:                fileutils
 Requires(post,preun):  grep
 Requires(preun):       fileutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -168,7 +168,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}
This page took 0.06186 seconds and 4 git commands to generate.