]> git.pld-linux.org Git - packages/lftp.git/blob - lftp.spec
- recompiled on rpm 3,
[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:        2
6 Group:          Networking
7 Group(pl):      Sieciowe
8 Copyright:      GPL
9 Source:         ftp://ftp.yars.free.net:/pub/software/unix/net/ftp/client/%{name}-%{version}.tar.gz
10 Icon:           ftp.gif
11 BuildPrereq:    ncurses-devel
12 %requires_pkg   ncurses
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 \
38         --prefix=/usr
39 make 
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT/etc
44
45 make prefix=$RPM_BUILD_ROOT/usr install
46
47 install lftp.conf $RPM_BUILD_ROOT/etc
48
49 gzip -9fn $RPM_BUILD_ROOT/usr/man/man1/* \
50         README NEWS 
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc {README,NEWS}.gz
58
59 %attr(755,root,root) /usr/bin/*
60 /usr/man/man1/*
61
62 %attr(755,root,root) /usr/share/lftp
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 %config(noreplace) %verify(not size mtime md5) /etc/lftp.conf
71   [1.2.4-4]
72 %changelog
73 - added resdline-devel to BuildPrereq,
74   [1.2.4-3]
75 - removed %%requires_pkg (dependences for ncurses is generted automatycally).
76
77 * Mon Apr 20 1999 Piotr Czerwiñski <pius@pld.org.pl>
78 - recompiled on rpm 3,
79 - added %requires_pkg macro and BuildPrereq,
80 - replacements in %files.
81
82 * Thu Mar 18 1999 Micha³ Kuratczyk <kura@pld.org.pl>
83   [1.2.4-2]
84 - gzipping documentation (instead bzipping)
85
86 * Tue Feb 23 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
87   [1.2.4-1]
88 - removed man group from man pages,
89 - added "Requires: ncurses => 4.2-12" for prevent using lftp with proper
90   version ncurses,
91 - removed "rm -rf $RPM_BUILD_ROOT" from %prep,
92 - simplification in %files,
93 - changed %lang to pt_BR on pt_BR lftp.mo.
94
95 * Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
96 - moved %changelog at the end of spec.
97 - build against glibc-2.1,
98 - translation modified for pl,
99 - moved %changelog at the end of spec.
This page took 0.139752 seconds and 4 git commands to generate.