rebuilt with specfile fixes [release 1.1-2mamba;Sat Oct 21 2023]
This commit is contained in:
parent
4fa837bf3c
commit
3746c8c657
@ -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 <puntogil@libero.it>
|
||||
URL: http://www.cpan.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.1-2mamba
|
||||
- rebuilt with specfile fixes
|
||||
|
||||
* Sun Feb 20 2011 gil <puntogil@libero.it> 1.1-1mamba
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user