|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-EV
|
|
|
|
|
Version: 4.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Wrapper for the libev high-performance event loop library
|
|
|
|
|
|
|
|
|
|
# Note: The source archive includes a libev/ folder which contents are licensed
|
|
|
|
@ -14,7 +14,7 @@ Patch0: perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(common::sense)
|
|
|
|
|
BuildRequires: gdbm-devel
|
|
|
|
|
BuildRequires: libev-source >= %{version}
|
|
|
|
|
BuildRequires: libev-source >= 4.15
|
|
|
|
|
BuildRequires: perl(AnyEvent) => 2.6
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
@ -68,11 +68,14 @@ make test
|
|
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
|
%{perl_vendorarch}/EV.pm
|
|
|
|
|
%{perl_vendorarch}/EV
|
|
|
|
|
%{perl_vendorarch}/EV/*.h
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 03 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.17-2
|
|
|
|
|
- Downgrade requirement of libev-source to 4.15
|
|
|
|
|
- Truncate RPM Changelog to the 4.xx
|
|
|
|
|
|
|
|
|
|
* Sun Aug 31 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.17-1
|
|
|
|
|
- Update to 4.17
|
|
|
|
|
|
|
|
|
@ -137,37 +140,3 @@ make test
|
|
|
|
|
* Mon Jan 24 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 4.03-1
|
|
|
|
|
- Update to 4.03.
|
|
|
|
|
- Use the system libev instead of the bundled one.
|
|
|
|
|
|
|
|
|
|
* Sun Nov 8 2009 kwizart < kwizart at gmail.com > - 3.8-1
|
|
|
|
|
- Update to 3.8
|
|
|
|
|
|
|
|
|
|
* Tue Apr 28 2009 kwizart < kwizart at gmail.com > - 3.6-1
|
|
|
|
|
- Update to 3.6
|
|
|
|
|
|
|
|
|
|
* Mon Mar 2 2009 kwizart < kwizart at gmail.com > - 3.53-1
|
|
|
|
|
- Update to 3.53
|
|
|
|
|
|
|
|
|
|
* Tue Feb 3 2009 kwizart < kwizart at gmail.com > - 3.52-1
|
|
|
|
|
- Update to 3.52
|
|
|
|
|
|
|
|
|
|
* Tue Oct 14 2008 kwizart < kwizart at gmail.com > - 3.44-1
|
|
|
|
|
- Update to 3.44
|
|
|
|
|
- WIP conditional --with systemlibev
|
|
|
|
|
|
|
|
|
|
* Wed Jul 15 2008 kwizart < kwizart at gmail.com > - 3.431-1
|
|
|
|
|
- Update to 3.431
|
|
|
|
|
- Update License to (GPL+ or Artistic) and (BSD or GPLv2+)
|
|
|
|
|
- Add libev README and LICENSE
|
|
|
|
|
|
|
|
|
|
* Wed Jul 8 2008 kwizart < kwizart at gmail.com > - 3.43-1
|
|
|
|
|
- Update to 3.43
|
|
|
|
|
|
|
|
|
|
* Mon Jun 9 2008 kwizart < kwizart at gmail.com > - 3.42-2
|
|
|
|
|
- Disable filter AnyEvent
|
|
|
|
|
|
|
|
|
|
* Tue May 27 2008 kwizart < kwizart at gmail.com > - 3.42-1
|
|
|
|
|
- Update to 3.42
|
|
|
|
|
|
|
|
|
|
* Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 3.31-1
|
|
|
|
|
- Initial package for Fedora
|
|
|
|
|
|
|
|
|
|