From: kloczek Date: Sat, 5 May 2001 18:25:17 +0000 (+0000) Subject: - cosmetics and simplifications. X-Git-Tag: axel-0_91-1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=0819f37acefa808885631748e05565efc70f03c7;p=packages%2Faxel.git - cosmetics and simplifications. Changed files: axel.spec -> 1.2 --- diff --git a/axel.spec b/axel.spec index 126a9d7..bf454c3 100644 --- a/axel.spec +++ b/axel.spec @@ -18,21 +18,16 @@ file. This is because I think it's more efficient. %setup -q %build - %{__make} gzip -9nf TODO CHANGES README %install - rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}} -install -d $RPM_BUILD_ROOT%{_bindir} -install -d $RPM_BUILD_ROOT%{_mandir}/man1/ -install -d $RPM_BUILD_ROOT%{_sysconfdir} - -install axel $RPM_BUILD_ROOT%{_bindir}/ -install axel.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install axel $RPM_BUILD_ROOT%{_bindir} +install axel.1 $RPM_BUILD_ROOT%{_mandir}/man1 install axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc %clean