automatic version update by autodist [release 1.29-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:32:48 +01:00
parent e335656b2b
commit 6374fbdfe8

View File

@ -1,22 +1,21 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Proc-PID-File Name: perl-Proc-PID-File
Version: 1.27 Version: 1.29
Release: 1mamba Release: 1mamba
Summary: Proc::PID::File - a module to manage process id files Summary: Proc::PID::File - a module to manage process id files
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/Proc-PID-File-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/Proc/Proc-PID-File-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances. This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances.
@ -53,5 +52,8 @@ done
%doc LICENSE README %doc LICENSE README
%changelog %changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 1.29-1mamba
- automatic version update by autodist
* Tue Jan 01 2013 Davide Madrisan <davide.madrisan@gmail.com> 1.27-1mamba * Tue Jan 01 2013 Davide Madrisan <davide.madrisan@gmail.com> 1.27-1mamba
- package created by autospec - package created by autospec