info:lftp.spec -devel

Wojtek Slusarczyk wojtek w SHADOW.EU.ORG
Pon, 31 Sie 1998, 10:31:09 CEST


Czesc,
mam speca lftp do przejzenia:

Name: lftp
Summary: Commandline ftp client.
Summary(pl): Zaawansowany klient ftp
Version: 1.0.1
Release: 1d
Source: ftp.yars.free.net:/pub/software/unix/net/ftp/client/%{name}-%{version}.tar.gz
Icon: ftp.gif
Group: Applications/Networking
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
Copyright: GPL

%description
LFTP is a shell-like command line ftp client. The main two advantages
over other ftp clients are reliability and ability to perform tasks
in background. It will reconnect and reget the file being transferred
if the connection broke. You can start a transfer in background and
continue browsing on the ftp site.  It does this all in one process.
When you have started background jobs and feel you are done, you can
just exit lftp and it automatically moves to nohup mode and completes
the transfers. It has also such nice features as reput and mirror.

%description -l pl
Lftp jest zaawansowanym klientem ftp. Potrafi automatycznie podłączyć
się do serwera ftp po zerwanym połączeniu i dokończyć ściąganie archiwów. 
Lftp może pracować w tle i nie zrywa przy tym połączenia po tym jak się
wylogujesz. Program ten honoruje komendy shellowe podczas sesji, np.
`ls -al | less` itp. Doskonale się spisuje jako aplikacja do mirrorowania
serwerów ftp.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build
./configure --prefix=/usr
make CFLAGS="$RPM_OPT_FLAGS"

%install
mkdir -p $RPM_BUILD_ROOT/etc
make prefix=$RPM_BUILD_ROOT/usr install
install -c -m 644 lftp.conf $RPM_BUILD_ROOT/etc/lftp.conf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README COPYING TODO lftp.lsm NEWS INSTALL
%doc /usr/man/man1/ftpget.1
%doc /usr/man/man1/lftp.1
%config(noreplace) %verify(not size mtime md5) /etc/lftp.conf
%attr(0711, root, root) /usr/bin/lftp
%attr(0711, root, root) /usr/bin/ftpget
/usr/share/locale/es/LC_MESSAGES/lftp.mo
/usr/share/locale/ru/LC_MESSAGES/lftp.mo
/usr/share/locale/it/LC_MESSAGES/lftp.mo
/usr/share/locale/pt_BR/LC_MESSAGES/lftp.mo

%changelog

* Fri Jun 12 1998 Wojtek Slusarczyk <wojtek w shadow.eu.org>
[1.0.1-1d]
- build against glibc-2.1,
- translation modified for pl,
- changed permissions of all binaries to 711,
- moved %changelog at the end of spec.


Wojciech Slusarczyk (091)4494148
Technical University of Szczecin
PGP KeyServer pgpkeys.mit.edu



Więcej informacji o liście dyskusyjnej pld-devel-pl