From f9d0f2d16aad7b05255a811ff706da62107d7169 Mon Sep 17 00:00:00 2001 From: areq Date: Sat, 5 May 2001 17:43:47 +0000 Subject: [PATCH] - initial pld release Changed files: axel.spec -> 1.1 --- axel.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 axel.spec diff --git a/axel.spec b/axel.spec new file mode 100644 index 0000000..126a9d7 --- /dev/null +++ b/axel.spec @@ -0,0 +1,46 @@ +Summary: IP Flow Meter is a bandwidth analysis tool +Name: axel +Version: 0.91 +Release: 1 +License: GPL +Group: Networking/Utilities +Group(de): Netzwerkwesen/Werkzeuge +Group(pl): Sieciowe/Narzêdzia +Source0: http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +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. + +%prep +%setup -q + +%build + +%{__make} + +gzip -9nf TODO CHANGES README + +%install + +rm -rf $RPM_BUILD_ROOT + +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 axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc *.gz +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* +%attr(755,root,root) %{_bindir}/* +%{_mandir}/* -- 2.43.0