]> git.pld-linux.org Git - packages/gtm.git/blame - gtm.spec
- updated gettext BR
[packages/gtm.git] / gtm.spec
CommitLineData
92964ae0 1Summary: GNOME Transfer Manager
7b9228b7
ER
2Summary(es.UTF-8): Gestor de Transferencias GNOME
3Summary(it.UTF-8): Gestore di traferimenti del GNOME
4Summary(pl.UTF-8): Zarządca Transferu GNOME
5Summary(pt.UTF-8): Gestor de Transferências GNOME
92964ae0 6Name: gtm
15665360 7Version: 0.4.11
236dc76b 8Release: 3
92964ae0
AM
9License: GPL
10Group: X11/Applications/Networking
bc476d20 11Source0: http://dl.sourceforge.net/gtm/%{name}-%{version}.tar.gz
2cd1f18c 12# Source0-md5: 30507d4c767c6a88534e3a57bbe7fef0
92964ae0 13Patch0: %{name}-DESTDIR.patch
4394c8b3 14Patch1: %{name}-am_ac.patch
236dc76b 15Patch2: %{name}-wget.patch
7619c163 16URL: http://gtm.sourceforge.net/
08f6cbad 17BuildRequires: ORBit-devel >= 0.4.0
92964ae0
AM
18BuildRequires: autoconf
19BuildRequires: automake
76730ba5 20BuildRequires: gettext-tools
92964ae0
AM
21BuildRequires: gnome-libs-devel >= 1.0.0
22BuildRequires: gtk+-devel >= 1.2.0
08f6cbad 23BuildRequires: libtool
b8e32377 24BuildRequires: wget >= 1.6
92964ae0
AM
25Requires: wget >= 1.6
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
92964ae0
AM
28%define _sysconfdir /etc/X11/GNOME
29
30%description
7619c163 31GTM allows the user to retrieve multiple files from the web. These
32files can be retrieved in multiple parts and each part retrieved on a
92964ae0
AM
33separate session that the user is connected to the Internet. This is
34most useful to users with dialup connections. The program performs
35these tasks using wget as its back-end.
36
d350524e
JR
37%description -l es.UTF-8
38GTransferManager permite al usuario descargar múltiples ficheros de la
7619c163 39web. Estos ficheros pueden ser descargados en varias partes y cada
d350524e
JR
40parte puede ser descargada en una sesión diferente en la que el
41usuario esté conectado a Internet. Esto es especialmente util a los
7619c163 42usuarions con conexiones tipo dialup (modems). El programa realiza
43estas tareas utilizando el wget como herramienta de descarga.
44
d350524e 45%description -l it.UTF-8
7619c163 46GTransferManager permette all'utente di scaricare piu' file dal
47web.Questi file possono essere scaricati in piu' parti e ogni parte
48scaricatain una differente sessione in cui l'utente e' collegato ad
49Internet.Questo puo' essere utile agli utenti che hanno una
50connessione dial-up con Internet. Il programma esegue i suoi compiti
51usando wget come back-end.
52
d350524e
JR
53%description -l pl.UTF-8
54GTM pozwala użytkownikowi na przesyłanie wielu plików ze stron WWW.
55Pliki mogą być przesyłane w wielu częściach przy czym każda cześć
56przesyłana np. przy kolejnej sesji modemowej. GTM używa wget'a do
57wykonywania tych zadań.
7619c163 58
d350524e
JR
59%description -l pt.UTF-8
60GTransferManager permite ao utilizador obter múltiplos ficheiros da
61web. Eles podem ser obtidos em múltiplas partes e cada parte obtida
62numa diferente sessão em que o utilizador esta ligado à Internet. Isto
63é muito útil para utilizadores com ligações dialup. O programa executa
7619c163 64estas tarefas usando o wget.
92964ae0
AM
65
66%prep
67%setup -q
68%patch0 -p1
4394c8b3 69%patch1 -p1
236dc76b 70%patch2 -p1
15665360 71
92964ae0 72%build
4394c8b3 73rm -f missing
29b10615 74%{__aclocal} -I macros
16cdf89b 75%{__autoconf}
76%{__automake}
92964ae0
AM
77%configure \
78 --enable-applet
79%{__make}
80
81%install
82rm -rf $RPM_BUILD_ROOT
83
15665360 84%{__make} DESTDIR=$RPM_BUILD_ROOT \
85 Networkdir=%{_applnkdir}/Network/Misc install
92964ae0 86
92964ae0
AM
87%find_lang %{name} --with-gnome
88
89%clean
90rm -rf $RPM_BUILD_ROOT
91
92%files -f %{name}.lang
93%defattr(644,root,root,755)
b0351428 94%doc AUTHORS ChangeLog NEWS README TODO
92964ae0
AM
95%attr(755,root,root) %{_bindir}/*
96%{_sysconfdir}/*/*/*
4eb0334a 97%{_applnkdir}/Network/Misc/*.desktop
98%{_datadir}/applets/Network/*
92964ae0
AM
99%{_pixmapsdir}/*
100%{_datadir}/sounds/gtm
60821f90
AF
101%{_datadir}/idl/*
102%{_datadir}/oaf/*
This page took 0.081084 seconds and 4 git commands to generate.