Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570758
en ru br
ALT Linux repos
S:0.16-alt1.gitceb6e78

Group :: Other
RPM: progress

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: progress
Version: 0.16
Release: alt1.gitceb6e78
Summary: Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)
License: GPL-3.0
Group: Other
URL: https://github.com/Xfennec/progress
Source: %name-%version.tar

BuildRequires: libncursesw-devel

%description
This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only C command that looks for
coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on
your system and displays the percentage of copied data. It can also show estimated time
and throughput, and provides a "top-like" mode (monitoring).

%prep
%setup

%build
%make_build

%install
mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_man1dir
install -m 0755 %name %buildroot%_bindir
install -m 0644 %name.1* %buildroot%_man1dir

%files
%_bindir/%name
%_man1dir/%name.1*
%doc LICENSE

%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