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