Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039440
en ru br
ALT Linux repos
S:0.6.1-alt2
5.0: 0.6-alt1
4.1: 0.6-alt1
4.0: 0.6-alt1

Group :: Networking/WWW
RPM: wput

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Summary: A utility for putting files using the FTP protocol from the command line
Name: wput
Version: 0.6.1
Release: alt2
License: GPL
Group: Networking/WWW
URL: http://wput.sourceforge.net

Source: %name-%version.tar

Patch1: %name-%version-alt-fno-common.patch

%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
%patch1 -p2

%build
%configure --prefix=%buildroot%prefix --disable-g-switch
%make

%install
install -d -m 0755 %buildroot%_bindir
install -d -m 0755 %buildroot%_man1dir
%makeinstall
gunzip -c %buildroot%_mandir/wput.1.gz > %buildroot%_man1dir/wput.1
rm -f %buildroot%_mandir/wput.1.gz

%find_lang %name

%files -f %name.lang
%doc ChangeLog COPYING INSTALL TODO doc
%_man1dir/*
%_bindir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin