X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=axel.spec;h=a9b774086e2a91d54cc2df709e9e2c0fe60fa6f3;hb=f969dbd2f518c7bea0f3922eb74c2deedb68f24f;hp=cf8dcdc317c1b1cef1c598fcc3caf4e2052c048b;hpb=6b41760feef0e76721dd49b84868e8d3cfe3392d;p=packages%2Faxel.git diff --git a/axel.spec b/axel.spec index cf8dcdc..a9b7740 100644 --- a/axel.spec +++ b/axel.spec @@ -1,15 +1,15 @@ -Summary: An light Linux download accelerator +Summary: A light Linux download accelerator Summary(pl): Niewielki dopalacz ¶ci±gania plików Name: axel -Version: 1.0a -Release: 3 +Version: 1.0b +Release: 2 License: GPL Group: Networking/Utilities -Source0: http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 2d94c0b36b374834567f1fcec5f89119 +Source0: http://wilmer.gaast.net/downloads/%{name}-%{version}.tar.gz +# Source0-md5: 679da19b47570f7ddff1e7958d5df97f Patch0: %{name}-Makefile.patch Patch1: %{name}-etc_dir.patch -URL: http://www.lintux.cx/axel.html +URL: http://wilmer.gaast.net/main.php/axel.html BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -36,13 +36,16 @@ wszystkie dane w jednym pliku. Dlatego powinien by --locale=%{_datadir}/locale \ --i18n=1 -%{__make} CC=%{__cc} CFLAGS="%{rpmcflags}" +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir},%{_datadir}/locale} -%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} @@ -52,6 +55,6 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc CHANGES README -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/*