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)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Net-Daemon
|
Name: perl-Net-Daemon
|
||||||
Version: 0.44
|
Version: 0.49
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Net::Daemon - Perl extension for portable daemons
|
Summary: Net::Daemon - Perl extension for portable daemons
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/Net-Daemon/Net-Daemon-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/Net/Net-Daemon-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way.
|
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.
|
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.
|
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
|
%prep
|
||||||
|
%setup -q -n Net-Daemon-%{version}
|
||||||
%setup -q -n Net-Daemon
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
@ -57,6 +54,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.44-2mamba
|
||||||
- perl 5.16 mass rebuild
|
- perl 5.16 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user