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