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
|
Name: perl-AnyEvent-BDB
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: AnyEvent::BDB - truly asynchronous berkeley db access
|
Summary: AnyEvent::BDB - truly asynchronous berkeley db access
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.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/ML/MLEHMANN/AnyEvent-BDB-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
BuildRequires: perl(BDB)
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl(AnyEvent)
|
BuildRequires: perl-AnyEvent
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl-BDB
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is an AnyEvent user, you need to make sure that you use and run a supported event loop.
|
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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{perl_vendorlib}/*
|
%dir %{perl_vendorlib}/AnyEvent
|
||||||
%{_mandir}/man3/*.3pm.gz
|
%{perl_vendorlib}/AnyEvent/*
|
||||||
%doc COPYING README
|
%{_mandir}/man3/*.3pm*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 20 2011 gil <puntogil@libero.it> 1.1-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user