Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037766
en ru br
ALT Linux repos
S:0.5-alt3

Group :: System/Servers
RPM: withlock

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: withlock
Version: 0.5
Release: alt3
Summary: Locking wrapper script
Group: System/Servers
License: Apache-2.0
Url: https://github.com/poeml/withlock.git
Source: %name-%version.tar
BuildArch: noarch

Patch0: withlockpython3.patch

BuildRequires: rpm-build-python3

%description
withlock is a locking wrapper script to make sure that some program
isn't run more than once. It is ideal to prevent periodic jobs spawned
by cron from stacking up.
The locks created are valid only while the wrapper is running, and
thus will never require additional cleanup, even after a reboot. This
makes the wrapper safe and easy to use, and much better than
implementing half-hearted locking within scripts.

%prep
%setup
%patch0 -p1

%install
rm -rf %buildroot
install -d %buildroot%_bindir
install -d %buildroot%_mandir/man1
install -m 0755 withlock %buildroot%_bindir
install -m 0644 withlock.1 %buildroot%_man1dir

%files
%doc README.md
%_bindir/withlock
%_man1dir/withlock.1*

%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