]> git.pld-linux.org Git - packages/lftp.git/commitdiff
By Wojtek Ślusarczyk <wojtek@shadow.eu.org>:
authorkloczek <kloczek@pld-linux.org>
Wed, 14 Oct 1998 03:46:51 +0000 (03:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %lang macros for /usr/share/locale/*/LC_MESSAGES/lftp.mo files,
- added pl translation.

Changed files:
    lftp.spec -> 1.1

lftp.spec [new file with mode: 0644]

diff --git a/lftp.spec b/lftp.spec
new file mode 100644 (file)
index 0000000..f3b0fee
--- /dev/null
+++ b/lftp.spec
@@ -0,0 +1,65 @@
+Summary:     Commandline ftp client.
+Summary(pl): Zaawansowany klient ftp
+Name:        lftp
+Version:     1.1.1
+Release:     1
+Copyright: GPL
+Source:      ftp://ftp.yars.free.net:/pub/software/unix/net/ftp/client/%{name}-%{version}.tar.gz
+Icon:        ftp.gif
+Group:       Applications/Networking
+BuildRoot:   /tmp/%{name}-%{version}-root
+
+%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 po³±czyæ siê z 
+serwerem 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
+CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr
+make 2>/dev/null
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/etc
+make prefix=$RPM_BUILD_ROOT/usr install
+install lftp.conf $RPM_BUILD_ROOT/etc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc README NEWS 
+%config(noreplace) %verify(not size mtime md5) /etc/lftp.conf
+%attr(755, root, root) /usr/bin/*
+%attr(644, root, man) /usr/man/man1/*
+%lang(es) /usr/share/locale/es/LC_MESSAGES/lftp.mo
+%lang(ru) /usr/share/locale/ru/LC_MESSAGES/lftp.mo
+%lang(it) /usr/share/locale/it/LC_MESSAGES/lftp.mo
+%lang(pt) /usr/share/locale/pt*/LC_MESSAGES/lftp.mo
+
+%changelog
+- simplification in %files,
+  [1.0.1-1]
+- added %lang macros for /usr/share/locale/*/LC_MESSAGES/lftp.mo files,
+- added pl translation.
+- build against glibc-2.1,
+- translation modified for pl,
+- moved %changelog at the end of spec.
This page took 0.063387 seconds and 4 git commands to generate.