]> git.pld-linux.org Git - packages/aria.git/blame - aria.spec
- updated gettext BR
[packages/aria.git] / aria.spec
CommitLineData
b95437c4 1Summary: Download tool similar to Reget or GetRight
0f980c41 2Summary(pl.UTF-8): Narzędzie do pobierania plików podobne do GetRighta
b95437c4 3Name: aria
427478e3 4Version: 1.0.0
c92d420b 5Release: 2
b95437c4
AM
6License: GPL
7Group: X11/Applications/Networking
7f65474a 8Source0: http://aria.rednoah.com/storage/sources/%{name}-%{version}.tar.bz2
427478e3
JB
9# Source0-md5: e4e968fd10f3beb2402b851f5dad74ff
10Patch0: %{name}-gettext.patch
11Patch1: %{name}-opt.patch
0328520d 12Patch2: %{name}-gcc.patch
c45d489f 13URL: http://aria.rednoah.com/
8c27c7fe 14BuildRequires: XFree86-devel
427478e3 15BuildRequires: autoconf >= 2.52
8c27c7fe 16BuildRequires: automake
dd78725f 17BuildRequires: gettext-tools
b95437c4
AM
18BuildRequires: glib-devel >= 1.2.6
19BuildRequires: gtk+-devel >= 1.2.6
b95437c4 20BuildRequires: libstdc++-devel
427478e3 21BuildRequires: openssl-devel
b95437c4
AM
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
b95437c4
AM
24%description
25Aria is a download tool similar to Reget or GetRight. It downloads
26files from Internet via HTTP or FTP. The transfer can be paused,
eb28c112 27resumed, queued and saved. It has very friendy GTK+ based GUI, and
b95437c4
AM
28useful log consoles.Program supports CRC checking, HTTP proxy server,
29cut-and-paste, drag-and-drop, and can define specific file retrieving
30procedure for particular web servers.
31
9f1bbb0e
JR
32%description -l pl.UTF-8
33Aria jest narzędziem do pobierania plików podobnym do Reget lub
b95437c4 34GetRight. Aria pobiera pliki z Internetu poprzez HTTP lub FTP.
9f1bbb0e
JR
35Transfer może być wstrzymany, wznowiony, zakolejkowany i zapisany.
36Program ma przyjazny interfejs użytkownika bazujący na GTK+ oraz
37użyteczne logi. Program wspiera sprawdzanie sum CRC, obsługę HTTP
38proxy, skopiuj-i-wklej, przeciągnij-i-upuść oraz umożliwia definiowane
39specjalnych zachowań przy pobieraniu plików z określonych serwerów.
b95437c4
AM
40
41%prep
42%setup -q
0ae35d3d 43%patch0 -p1
427478e3
JB
44tail -n +937 aclocal.m4 > acinclude.m4
45%patch1 -p1
0328520d 46%patch2 -p1
b95437c4
AM
47
48%build
45277cd1 49%{__gettextize}
9024cb1a 50%{__aclocal}
46bb3db1 51%{__autoconf}
427478e3
JB
52%{__autoheader}
53%{__automake}
b95437c4
AM
54%configure
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
62
427478e3 63%find_lang %{name}
b95437c4
AM
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files -f %{name}.lang
69%defattr(644,root,root,755)
3e2ee204 70%doc AUTHORS ChangeLog README TODO
b95437c4 71%attr(755,root,root) %{_bindir}/*
427478e3 72%{_datadir}/aria
This page took 0.053903 seconds and 5 git commands to generate.