]> git.pld-linux.org Git - packages/lftp.git/commitdiff
Minor modifications
authorwojtek <wojtek@pld.org.pl>
Thu, 11 Feb 1999 09:19:29 +0000 (09:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lftp.spec -> 1.9

lftp.spec

index db291fdd3944a90cfa45103676a230411d238af9..69c9fdf32d9a0bb26b6d1cbef93a437477f9cc7c 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -1,24 +1,25 @@
-Summary:     Commandline ftp client.
-Summary(pl): Zaawansowany klient ftp
-Name:        lftp
-Version:     1.2.3
-Release:     1
-Copyright:   GPL
-Group:       Applications/Networking
-Group(pl):   Aplikacje/Sieæ
-Source:      ftp://ftp.yars.free.net:/pub/software/unix/net/ftp/client/%{name}-%{version}.tar.gz
-Icon:        ftp.gif
-BuildRoot:   /tmp/buildroot-%{name}-%{version}
+Summary:       Commandline ftp client.
+Summary(pl):   Zaawansowany klient ftp
+Name:          lftp
+Version:       1.2.3
+Release:       3d
+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
+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.
+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 
@@ -28,55 +29,58 @@ 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
-CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure \
-       --prefix=/usr
-make
+CFLAGS=$RPM_OPT_FLAGS CXXFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s \
+./configure --prefix=/usr
+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 -9nf $RPM_BUILD_ROOT/usr/man/man1/*
+gzip -9fn $RPM_BUILD_ROOT/usr/man/man1/*
+bzip2 -9 README NEWS 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%doc README NEWS 
+%defattr(644,root,root,755)
+%doc {README,NEWS}.bz2 
+
+%attr(755,root,root) /usr/bin/*
+%attr(644,root, man) /usr/man/man1/*
+
+%dir /usr/share/lftp
+%attr(755,root,root) /usr/share/lftp/*
+
 %config(noreplace) %verify(not size mtime md5) /etc/lftp.conf
-%attr(755, root, root) /usr/bin/*
-%attr(755, root, root, 755) /usr/share/lftp
-%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_BR/LC_MESSAGES/lftp.mo
 %lang(pl) /usr/share/locale/pl/LC_MESSAGES/lftp.mo
-%lang(pt) /usr/share/locale/pt*/LC_MESSAGES/lftp.mo
-%lang(ru) /usr/share/locale/ru/LC_MESSAGES/lftp.mo
 
 %changelog
-* Wed Dec  9 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.2-1]
-- added gzipping man pages,
-- added using LDFLAGS="-s" to ./configure enviroment,
-- added /usr/share/lftp to %files,
-- recompiled against libstdc++.so.2.9.0,
-- added /usr/share/locale/pl/LC_MESSAGES/lftp.mo to %files.
-
-* Mon Nov  2 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.0.1-2]
-- fixed passing $RPM_OPT_FLAGS,
-- added Group(pl).
+* Sun Oct 04 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [1.1.1-1d]
+- updated to 1.1.1. 
 - removed "rm -rf $RPM_BUILD_ROOT" from %prep,
 - 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,
+- changed %lang to pt_BR on pt_BR lftp.mo.
+
+* Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+- changed permissions of all binaries to 711,
+- moved %changelog at the end of spec.
+- build against glibc-2.1,
 - translation modified for pl,
 - moved %changelog at the end of spec.
This page took 0.071661 seconds and 4 git commands to generate.