diff --git a/perl-Proc-PID-File.spec b/perl-Proc-PID-File.spec index 5282f50..ccb197a 100644 --- a/perl-Proc-PID-File.spec +++ b/perl-Proc-PID-File.spec @@ -1,22 +1,21 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Proc-PID-File -Version: 1.27 +Version: 1.29 Release: 1mamba Summary: Proc::PID::File - a module to manage process id files Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/Proc-PID-File-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/Proc/Proc-PID-File-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. @@ -53,5 +52,8 @@ done %doc LICENSE README %changelog +* Wed Feb 24 2021 Automatic Build System 1.29-1mamba +- automatic version update by autodist + * Tue Jan 01 2013 Davide Madrisan 1.27-1mamba - package created by autospec