automatic version update by autodist [release 0.49-1mamba;Sun May 16 2021]
This commit is contained in:
parent
6538d70c8a
commit
bac97b0f1a
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 0.49-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.44-2mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user