]> git.pld-linux.org Git - packages/axel.git/blobdiff - axel.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/axel.git] / axel.spec
index 4adede44bf383a7382a33584ceb86f46bfe994cc..c2caae766d21a582e1bad401a2ebb904aec3ac0c 100644 (file)
--- a/axel.spec
+++ b/axel.spec
@@ -1,12 +1,14 @@
-Summary:       An light Linux download accelerator     
+Summary:       An light Linux download accelerator
 Summary(pl):   Niewielki dopalacz ¶ci±gania plików
 Name:          axel
 Version:       1.0a
-Release:       1
+Release:       3
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz
 Patch0:                %{name}-Makefile.patch
+Patch1:                %{name}-etc_dir.patch
+URL:           http://www.lintux.cx/axel.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,7 +22,8 @@ r
 wszystkie dane w jednym pliku. Dlatego powinien byæ bardzo efektywny.
 
 %prep
-%setup  -q 
+%setup  -q
+%patch1 -p1
 
 %build
 # it doesn't use autoconf
@@ -42,14 +45,12 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir},%{_datadir}/loca
 
 %find_lang %{name}
 
-gzip -9nf CHANGES README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc CHANGES README
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.084291 seconds and 4 git commands to generate.