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

Group :: File tools
RPM: ignoreflock

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ignoreflock
Version: 1
Release: alt2

Summary: A small wrapper to disable flock function

Group: File tools
License: GPLv3
Url: https://github.com/Etersoft/ignoreflock

# Source-git: https://github.com/Etersoft/ignoreflock.git

Source: %name-%version.tar

%description
ignoreflock is LD_PRELOAD library that disables flock function.
On local Linux filesystems, POSIX locks and BSD locks are invisible to one another.
But on network filesystems flock implemented open POSIX locks and
have intersections with fcntl style locking.

%prep
%setup

%build
%__subst 's|$(dirname $0)|%_libdir|g' %name
%make

%install
install -D %name %buildroot%_bindir/%name
install -D -m0644 lib%name.so.0 %buildroot%_libdir/lib%name.so.0

%files
%doc README.md
%_bindir/%name
%_libdir/*.so*

%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