Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37709124
en ru br
ALT Linux repositórios
S:0.5-alt3

Group :: Sistema/Servidores
RPM: withlock

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

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