Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37877524
en ru br
ALT Linux repositórios
S:12.3-alt1
5.0: 1.13-alt1
4.1: 1.13-alt1

Group :: Ferramentas de texto
RPM: rs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: rs
Version: 1.13
Release: alt1
Source: %name-%version.tar.gz
URL: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/%name
Packager: Fr. Br. George <george at altlinux.ru>
Summary: Reshape a data array
License: BSD
Group: Text tools
# cvs -d freebsdanoncvs at anoncvs.FreeBSD.org:/home/ncvs co rs
# DSA key fingerprint is 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65.
# cvs status
# ...
# File: rs.c           Status: Up-to-date
# Working revision:    1.13


%description
The rs utility reads the standard input, interpreting each line as a row of blank-separated entries in an array, transforms the array according to the options, and writes it on the standard output.  With no arguments it transforms stream input into a columnar format convenient for terminal viewing.

%prep
%setup

%build
cc -D'__FBSDID(x)=' -O2 %name.c -o %name

%install
mkdir -p %buildroot%_bindir %buildroot%_man1dir
install -s -m755 %name %buildroot%_bindir/
install %name.1 %buildroot%_man1dir/

%files
%_bindir/%name
%_man1dir/%name.*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009