]> git.pld-linux.org Git - packages/ash.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:49 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ash.spec -> 1.64

ash.spec

index e720be1c7164047d1837c96413261d7821739c6c..910221e5c72852d90bbf543e72b7cd4e41f0e36c 100644 (file)
--- a/ash.spec
+++ b/ash.spec
@@ -45,10 +45,10 @@ Patch18:    %{name}-ppid.patch
 Patch19:       %{name}-freebsd.patch
 Patch20:       %{name}-sighup.patch
 Patch21:       %{name}-dietlibc.patch
-%{!?_without_static:BuildRequires:     glibc-static}
-%{?_with_dietlibc:BuildRequires:       dietlibc-static}
 BuildRequires: byacc
+%{?_with_dietlibc:BuildRequires:       dietlibc-static}
 BuildRequires: flex
+%{!?_without_static:BuildRequires:     glibc-static}
 Requires(post,preun,verify):   grep
 Requires(preun):       fileutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -177,8 +177,8 @@ avantaj
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1}
+
 install sh $RPM_BUILD_ROOT%{_bindir}/ash
 %{!?_without_static:install ash.static $RPM_BUILD_ROOT%{_bindir}/ash.static}
 install sh.1 $RPM_BUILD_ROOT%{_mandir}/man1/ash.1
This page took 0.027993 seconds and 4 git commands to generate.