]> git.pld-linux.org Git - packages/axel.git/blob - axel.spec
- added pl summary and/or description
[packages/axel.git] / axel.spec
1 Summary:        An light Linux download accelerator     
2 Summary(pl):    Niewielki dopalacz ¶ci±gania plików
3 Name:           axel
4 Version:        0.94
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(pl):      Sieciowe/Narzêdzia
10 Source0:        http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This program downloads a file from a FTP/HTTP through multiple
15 connections, managed by one single thread, storing all the data to one
16 file. This is because I think it's more efficient.
17
18 %description -l pl
19 Ten program ¶ci±ga pliki przez FTP/HTTP korzystaj±c w wielu
20 równoczesnych po³±czeñ, zarz±dzanych przez pojedynczy w±tek, zapisuj±c
21 wszystkie dane w jednym pliku. Dlatego powinien byæ bardzo efektywny.
22
23 %prep
24 %setup  -q 
25
26 %build
27 %{__make} CFLAGS="%{rpmcflags}"
28
29 gzip -9nf TODO CHANGES README
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__install} -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
34
35 %{__install} axel $RPM_BUILD_ROOT%{_bindir}
36 %{__install} axel.1 $RPM_BUILD_ROOT%{_mandir}/man1
37 %{__install} axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*
This page took 0.029223 seconds and 3 git commands to generate.