]> git.pld-linux.org Git - packages/lftp.git/blob - lftp.spec
- oops reviosion to 1.
[packages/lftp.git] / lftp.spec
1 Summary:        Commandline ftp client.
2 Summary(pl):    Zaawansowany klient ftp
3 Name:           lftp
4 Version:        1.2.3
5 Release:        1
6 URL:            ftp://ftp.yars.free.net:/pub/software/unix/net/ftp/client
7 Source:         %{name}-%{version}.tar.gz
8 Icon:           ftp.gif
9 Copyright:      GPL
10 Group:          Networking
11 Group(pl):      Sieciowe
12 Buildroot:      /tmp/%{name}-%{version}-root
13
14 %description
15 LFTP is a shell-like command line ftp client. The main two advantages over
16 other ftp clients are reliability and ability to perform tasks in
17 background. It will reconnect and reget the file being transferred if the
18 connection broke. You can start a transfer in background and continue
19 browsing on the ftp site. It does this all in one process. When you have
20 started background jobs and feel you are done, you can just exit lftp and it
21 automatically moves to nohup mode and completes the transfers. It has also
22 such nice features as reput and mirror.
23
24 %description -l pl
25 Lftp jest zaawansowanym klientem ftp. Potrafi automatycznie po³±czyæ siê z 
26 serwerem ftp po zerwanym po³±czeniu i dokoñczyæ ¶ci±ganie archiwów. Lftp mo¿e 
27 pracowaæ w tle i nie zrywa przy tym po³±czenia po tym jak siê wylogujesz. 
28 Program ten honoruje komendy shellowe podczas sesji, np. `ls -al | less` itp. 
29 Doskonale siê spisuje jako aplikacja do mirrorowania serwerów FTP.
30
31 %prep
32 %setup -q
33
34 %build
35 CFLAGS=$RPM_OPT_FLAGS CXXFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s \
36 ./configure --prefix=/usr
37 make 
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 install -d $RPM_BUILD_ROOT/etc
43 make prefix=$RPM_BUILD_ROOT/usr install
44
45 install lftp.conf $RPM_BUILD_ROOT/etc
46
47 gzip -9fn $RPM_BUILD_ROOT/usr/man/man1/*
48 bzip2 -9 README NEWS 
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc {README,NEWS}.bz2 
56
57 %attr(755,root,root) /usr/bin/*
58 %attr(644,root, man) /usr/man/man1/*
59
60 %attr(755,root,root, 755) /usr/share/lftp
61
62 %config(noreplace) %verify(not size mtime md5) /etc/lftp.conf
63
64 %lang(es)    /usr/share/locale/es/LC_MESSAGES/lftp.mo
65 %lang(ru)    /usr/share/locale/ru/LC_MESSAGES/lftp.mo
66 %lang(it)    /usr/share/locale/it/LC_MESSAGES/lftp.mo
67 %lang(pt_BR) /usr/share/locale/pt_BR/LC_MESSAGES/lftp.mo
68 %lang(pl)    /usr/share/locale/pl/LC_MESSAGES/lftp.mo
69
70 %changelog
71 * Wed Feb 17 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
72 - gzipping documentation (instead bzipping)
73 - removed man group from man pages,
74 - added "Requires: ncurses => 4.2-12" for prevent using lftp with proper
75   version ncurses,
76 - removed "rm -rf $RPM_BUILD_ROOT" from %prep,
77 - simplification in %files,
78 - changed %lang to pt_BR on pt_BR lftp.mo.
79
80 * Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
81 - moved %changelog at the end of spec.- build against glibc-2.1,
82 - translation modified for pl,
83 - moved %changelog at the end of spec.
This page took 0.029157 seconds and 4 git commands to generate.