From 3746c8c657a5947da7b761b9a10fa9bcea8530d2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:33:00 +0100 Subject: [PATCH] rebuilt with specfile fixes [release 1.1-2mamba;Sat Oct 21 2023] --- perl-AnyEvent-BDB.spec | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/perl-AnyEvent-BDB.spec b/perl-AnyEvent-BDB.spec index 0f1cfa7..f709d27 100644 --- a/perl-AnyEvent-BDB.spec +++ b/perl-AnyEvent-BDB.spec @@ -2,21 +2,22 @@ Name: perl-AnyEvent-BDB Version: 1.1 -Release: 1mamba +Release: 2mamba Summary: AnyEvent::BDB - truly asynchronous berkeley db access Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: gil -URL: http://www.cpan.org +Packager: Silvan Calarco +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-%{version}.tar.gz License: GPL, Artistic -BuildRequires: perl(BDB) -BuildRequires: perl(AnyEvent) -BuildRequires: perl(ExtUtils::MakeMaker) +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-AnyEvent +BuildRequires: perl-BDB BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. @@ -41,10 +42,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' %files %defattr(-,root,root) -%{perl_vendorlib}/* -%{_mandir}/man3/*.3pm.gz -%doc COPYING README +%dir %{perl_vendorlib}/AnyEvent +%{perl_vendorlib}/AnyEvent/* +%{_mandir}/man3/*.3pm* +%doc COPYING %changelog +* Sat Oct 21 2023 Silvan Calarco 1.1-2mamba +- rebuilt with specfile fixes + * Sun Feb 20 2011 gil 1.1-1mamba - package created by autospec