Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37818567
en ru br
ALT Linux repos
S:5.6.0-alt3
5.0: 1.3-alt1
4.1: 1.3-alt1

Group :: File tools
RPM: rr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: rr
Version: 1.3
Release: alt1

Summary: retain / recall file and directory paths
License: GPLv2+
Group: File tools

Url: http://retain.sf.net
Source: %name-%version.tar.bz2
Packager: Michael Shigorin <mike at altlinux.org>

%description
rr is a basic command-line utility designed to retain/recall file
and directory paths.  This is done by treating the filename
itself as a unique key to be referenced by for future rr program
calls.  The purpose of this is to assist the user in shorthand
typing and/or not having to remember arbitrary full paths.

%prep
%setup

%build
%configure
%make_build

%install
install -pD -m755 %name  %buildroot%_bindir/%name
install -pD -m644 %name.1 %buildroot%_man1dir/%name.1

%files
%_bindir/*
%_man1dir/*
%doc CHANGES README

%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