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