Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37862239
en ru br
ALT Linux repos
S:0.02-alt1

Group :: System/Libraries
RPM: parentlock-sh-functions

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: parentlock-sh-functions
Version: 0.02
Release: alt1
BuildArch: noarch
Packager: Igor Yu. Vlasenko <viy at altlinux.org>

Summary: shell library for parentlock
Group: System/Libraries
License: Artistic-2.0 or ALT-Public-Domain
Source: %name-%version.tar
Url: https:git.altlinux.org/people/viy/packages/parentlock-sh-functions.git

BuildRequires: /usr/bin/parentlock
Requires: /usr/bin/parentlock

%description
parentlock allows sharing a lock among child processes
of given pid. It is useful for shell scripting where there are
lots of nested script calls and we want to share a lock through the
parent - child relationship.

This is a shell library wrapper for parentlock.

%prep
%setup -q

%build

%install
install -m 644 -D parentlock-sh-functions %buildroot%_bindir/parentlock-sh-functions


%files
%doc README.md
%_bindir/parentlock-sh-functions

%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