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

Group :: Ferramentas de Arquivo
RPM: ignoreflock

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

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