Summary: A utility for putting files using the FTP protocol from the command line. Name: wput Version: pre0.6 Release: 1 License: GPL Group: Applications/Internet Buildroot: %{_tmppath}/%{name}-buildroot Source: http://itooktheredpill.dyndns.org/wput/wput-%{version}.tgz %description wput is a tiny program that looks like wget and is designed to upload files or whole directories to remote ftp-servers. %prep %setup -q -n %{name} %build ./configure --prefix=$RPM_BUILD_ROOT%{_prefix} --disable-g-switch make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT install -d -m 0755 $RPM_BUILD_ROOT%{_prefix}/bin install -d -m 0755 $RPM_BUILD_ROOT%{_prefix}/share/man/man1 make install strip $RPM_BUILD_ROOT%{_prefix}/bin/wput %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog COPYING INSTALL TODO doc %{_prefix}/share/man/man1/* %{_prefix}/share/locale/* %attr(0755, root, root) %{_prefix}/bin/wput %changelog * Thu Mar 10 2004 Shamim Islam - Modifications for wput-0.6 * Thu Jun 10 2004 Chris Cosby - New RPM from scratch