diff --git a/perl-Net-Daemon.spec b/perl-Net-Daemon.spec index 090499e..36951d4 100644 --- a/perl-Net-Daemon.spec +++ b/perl-Net-Daemon.spec @@ -1,24 +1,22 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Net-Daemon -Version: 0.44 -Release: 2mamba +Version: 0.49 +Release: 1mamba Summary: Net::Daemon - Perl extension for portable daemons Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/Net-Daemon/Net-Daemon-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/modules/by-module/Net/Net-Daemon-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver - ## AUTOBUILDREQ-BEGIN -BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: libperl +BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root - %description Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. @@ -28,8 +26,7 @@ Starting up, logging, accepting clients, authorization, restricting its own envi You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways. %prep - -%setup -q -n Net-Daemon +%setup -q -n Net-Daemon-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor @@ -57,6 +54,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun May 16 2021 Automatic Build System 0.49-1mamba +- automatic version update by autodist + * Mon Nov 12 2012 Silvan Calarco 0.44-2mamba - perl 5.16 mass rebuild