|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: perl-EV
|
|
|
|
|
Version: 4.33
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Release: 14%{?dist}
|
|
|
|
|
Summary: Wrapper for the libev high-performance event loop library
|
|
|
|
|
|
|
|
|
|
# Note: The source archive includes a libev/ folder which contents are licensed
|
|
|
|
|
# as "BSD or GPLv2+". However, those are removed at build-time and
|
|
|
|
|
# perl-EV is instead built against the system-provided libev.
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
License: GPL-1.0-or-later
|
|
|
|
|
URL: https://metacpan.org/release/EV
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/EV-%{version}.tar.gz
|
|
|
|
|
Patch0: perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
|
|
|
|
@ -67,13 +67,17 @@ PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes COPYING README
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%{perl_vendorarch}/*
|
|
|
|
|
%exclude %dir %{perl_vendorarch}/auto/
|
|
|
|
|
%{_mandir}/man3/EV*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 11 2023 Carl George <carlwgeorge@fedoraproject.org> - 4.33-14
|
|
|
|
|
- Update license field with SPDX identifier
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|