]> git.pld-linux.org Git - packages/aget.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Oct 2004 14:03:23 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aget.spec -> 1.2

aget.spec

index acbe690b025707fad30b887d97ef5992523c5abd..e9873d4cd1c032df7dbba2e8cabf8ddccdb4fffc 100644 (file)
--- a/aget.spec
+++ b/aget.spec
@@ -1,6 +1,6 @@
 %define                _version        devel
-Summary:       Aget is a multithreaded download accelerator
-Summary(pl):   Aget jest wielow±tkowym akceleratorem ¶ci±gania plików
+Summary:       Aget - a multithreaded download accelerator
+Summary(pl):   Aget - wielow±tkowy akcelerator ¶ci±gania plików
 Name:          aget
 Version:       0.5
 Release:       0.devel.1
@@ -12,28 +12,27 @@ URL:                http://www.enderunix.org/aget/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Aget is a multithreaded download accelerator. The idea behind it is 
-to implement a console clone of Flashget download manager, a Win32 
-application that speeds up downloading. 
+Aget is a multithreaded download accelerator. The idea behind it is
+to implement a console clone of Flashget download manager, a Win32
+application that speeds up downloading.
 
-Tests show that Aget is successfull in realizing its objectives. A 
-file of size 36.347.010 bytes was downloaded in 14 minutes 28 secs 
-via wget; whereas it was downloaded in 3 minutes and 15 seconds via 
-aget. 
+Tests show that Aget is successfull in realizing its objectives. A
+file of size 36.347.010 bytes was downloaded in 14 minutes 28 secs
+via wget; whereas it was downloaded in 3 minutes and 15 seconds via
+aget.
 
 %description -l pl
-Aget to wielow±tkowy akcelerator ¶ciagania plików. G³ówny pomys³ 
+Aget to wielow±tkowy akcelerator ¶ciagania plików. G³ówny pomys³
 stoj±cy za tym projektem to stworzenie konsolowego klona progamu
-Flashget znanego z systemu Windows. 
+Flashget znanego z systemu Windows.
 
-Testy pokazuj±, ¿e aget spe³nia postawione wymagania, 36 megabajtowy 
-plik wget ¶ci±ga³ przez 14 minut 28 sekund, natomiast aget w 3 
+Testy pokazuj±, ¿e aget spe³nia postawione wymagania, 36 megabajtowy
+plik wget ¶ci±ga³ przez 14 minut 28 sekund, natomiast aget w 3
 minuty i 15 sekund.
 
 %prep
 %setup -q -n %{name}-%{_version}
 
-
 %build
 %{__make} \
        CC="%{__cc}" \
@@ -43,7 +42,7 @@ minuty i 15 sekund.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-install aget  $RPM_BUILD_ROOT%{_bindir}/
+install aget  $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.314157 seconds and 4 git commands to generate.