Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-LockFile-Simple - Simple file locking scheme
- Description:
This simple locking scheme is not based on any file locking system calls
such as flock() or lockf() but rather relies on basic file system
primitives and properties, such as the atomicity of the write() system
call. It is not meant to be exempt from all race conditions, especially
over NFS.
Packages
perl-LockFile-Simple-0.208-17.vl7.src
[22 KiB] |
Changelog
by Paul Howarth (2019-10-27):
- Spec tidy-up
- Specify all dependencies
- Drop redundant buildroot cleaning in %install section
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't need to remove empty directories from the buildroot
- Make %files list more explicit
|