From: kura Date: Thu, 18 Mar 1999 19:52:31 +0000 (+0000) Subject: [1.2.4-2] X-Git-Tag: lftp-1_2_4-2~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=3e02f0bee73a31b766e2514773013aeee6c3dac2;p=packages%2Flftp.git [1.2.4-2] - gzipping documentation (instead bzipping) Changed files: lftp.spec -> 1.13 --- diff --git a/lftp.spec b/lftp.spec index bae5f95..ffd427b 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,14 +1,14 @@ -Summary: Commandline ftp client. +Summary: Commandline ftp client Summary(pl): Zaawansowany klient ftp Name: lftp Version: 1.2.4 -Release: 1 +Release: 2 +Group: Networking +Group(pl): Sieciowe +Copyright: GPL URL: ftp://ftp.yars.free.net:/pub/software/unix/net/ftp/client Source: %{name}-%{version}.tar.gz Icon: ftp.gif -Copyright: GPL -Group: Networking -Group(pl): Sieciowe Requires: ncurses => 4.2-12 Buildroot: /tmp/%{name}-%{version}-root @@ -39,21 +39,21 @@ make %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 gzip -9fn $RPM_BUILD_ROOT/usr/man/man1/* -bzip2 -9 README NEWS +gzip -9fn README NEWS %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc {README,NEWS}.bz2 +%doc {README,NEWS}.gz %attr(755,root,root) /usr/bin/* /usr/man/man1/* @@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT %lang(pl) /usr/share/locale/pl/LC_MESSAGES/lftp.mo %changelog +- added %requires_pkg macro and BuildPrereq, +- replacements in %files. + +* Thu Mar 18 1999 Micha³ Kuratczyk [1.2.4-2] - gzipping documentation (instead bzipping) @@ -82,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT - changed %lang to pt_BR on pt_BR lftp.mo. * Fri Jun 12 1998 Wojtek ¦lusarczyk -- moved %changelog at the end of spec.- build against glibc-2.1, +- moved %changelog at the end of spec. +- build against glibc-2.1, - translation modified for pl, - moved %changelog at the end of spec.