]> git.pld-linux.org Git - packages/axel.git/blobdiff - axel.spec
- updated to 0.97
[packages/axel.git] / axel.spec
index 6e1dc7e076b5a21ff18367f31d6aec71fb3c798a..6c791d11517f62626808ca0c85d121a571a9085b 100644 (file)
--- a/axel.spec
+++ b/axel.spec
@@ -1,12 +1,16 @@
 Summary:       An light Linux download accelerator     
+Summary(pl):   Niewielki dopalacz ¶ci±gania plików
 Name:          axel
-Version:       0.94
+Version:       0.97
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Group(de):     Netzwerkwesen/Werkzeuge
+Group(es):     Red/Utilitarios
 Group(pl):     Sieciowe/Narzêdzia
+Group(pt_BR):  Rede/Utilitários
 Source0:       http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz
+Patch0:                axel-opt.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -14,21 +18,27 @@ This program downloads a file from a FTP/HTTP through multiple
 connections, managed by one single thread, storing all the data to one
 file. This is because I think it's more efficient.
 
+%description -l pl
+Ten program ¶ci±ga pliki przez FTP/HTTP korzystaj±c w wielu
+równoczesnych po³±czeñ, zarz±dzanych przez pojedynczy w±tek, zapisuj±c
+wszystkie dane w jednym pliku. Dlatego powinien byæ bardzo efektywny.
+
 %prep
 %setup  -q 
+%patch -p1
 
 %build
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} RPMCFLAGS="%{rpmcflags}" ETCDIR="/etc"
 
-gzip -9nf TODO CHANGES README
+gzip -9nf CHANGES README
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
 
-%{__install} axel $RPM_BUILD_ROOT%{_bindir}
-%{__install} axel.1 $RPM_BUILD_ROOT%{_mandir}/man1
-%{__install} axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc
+install axel $RPM_BUILD_ROOT%{_bindir}
+install axel.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.175143 seconds and 4 git commands to generate.