Package perl-File-Lock-ParentLock: Specfile

%define module File-Lock-ParentLock

Name: perl-%module
Version: 0.08
Release: alt1
BuildArch: noarch
Packager: Igor Yu. Vlasenko <viy@altlinux.org>

Summary: %module - share lock among child processes of given pid
Group: Development/Perl
License: GPL or Artistic
Source: http://www.cpan.org/modules/by-module/RPM/%module-%version.tar.gz
Url: http://search.cpan.org/dist/%module

BuildRequires: /proc
# Automatically added by buildreq on Wed Nov 06 2002
BuildRequires: perl-devel perl(Pod/Usage.pm) perl-Proc-ProcessTable perl-podlators perl(Module/Build/Tiny.pm) perl(Test/More.pm)

%description
File::Lock::ParentLock allows sharing a lock among child processes
of given pid. It is useful for shell scripting where there are
lots of nested script calls and we want to share a lock through the
parent - child relationship.

%prep
%setup -q -n %module-%version

%build
%perl_vendor_build INSTALLMAN1DIR=%_man1dir

%install
%perl_vendor_install

%files
#doc Changes
#doc README
%perl_vendor_privlib/File*
%_bindir/*
%_man1dir/*

%changelog
* Thu Jul 19 2018 Igor Vlasenko <viy@altlinux.ru> 0.08-alt1
- new version

* Thu Jul 19 2018 Igor Vlasenko <viy@altlinux.ru> 0.07-alt1
- new version

* Mon Jul 16 2018 Igor Vlasenko <viy@altlinux.ru> 0.06-alt1
- new version

* Tue Oct 25 2016 Igor Vlasenko <viy@altlinux.ru> 0.05-alt1
- new version

* Tue Oct 25 2016 Igor Vlasenko <viy@altlinux.ru> 0.04-alt1
- CPAN release

* Tue Mar 03 2015 Igor Vlasenko <viy@altlinux.ru> 0.03-alt1
- perl 5.20 fixes

* Wed Oct 12 2011 Igor Vlasenko <viy@altlinux.ru> 0.02-alt1
- added man page

* Tue Oct 11 2011 Igor Vlasenko <viy@altlinux.ru> 0.01-alt1
- new version