]> git.pld-linux.org Git - packages/axel.git/blobdiff - axel.spec
- 0.94
[packages/axel.git] / axel.spec
index 126a9d7144df824ebb80123c3e48a6103704e1c3..1381bd9c3bb20f6d0b8681950ed8cfbd61a8e4fe 100644 (file)
--- a/axel.spec
+++ b/axel.spec
@@ -1,6 +1,6 @@
-Summary:       IP Flow Meter is a bandwidth analysis tool
+Summary:       An light Linux download accelerator     
 Name:          axel
-Version:       0.91
+Version:       0.94
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
@@ -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
@@ -43,4 +38,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/*
+%{_mandir}/man1/*
This page took 0.063262 seconds and 4 git commands to generate.