Update to 4.22 (RHBZ #1234039)
Petr Pisar: Reverted patch to identify version and specified all dependencies.
This commit is contained in:
parent
5b291d803a
commit
8be62820a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ libev-3.9.tar.gz
|
||||
/libev-4.18.tar.gz
|
||||
/libev-4.19.tar.gz
|
||||
/libev-4.20.tar.gz
|
||||
/libev-4.22.tar.gz
|
||||
|
22
libev.spec
22
libev.spec
@ -3,16 +3,23 @@
|
||||
|
||||
Name: libev
|
||||
Summary: High-performance event loop/event model with lots of features
|
||||
Version: 4.20
|
||||
Release: 2%{?dist}
|
||||
Version: 4.22
|
||||
Release: 1%{?dist}
|
||||
License: BSD or GPLv2+
|
||||
URL: http://software.schmorp.de/pkg/libev.html
|
||||
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
|
||||
Patch1: %{name}-%{version}-Respect-the-CFLAGS-if-defined.patch
|
||||
Patch0: libev-4.20-Respect-the-CFLAGS-if-defined.patch
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: tar
|
||||
|
||||
Provides: bundled(libecb) = 1.05
|
||||
|
||||
%description
|
||||
Libev is modeled (very loosely) after libevent and the Event Perl
|
||||
@ -45,15 +52,15 @@ Summary: High-performance event loop/event model with lots of features
|
||||
%if 0%{?fedora} >= 12 || 0%{?rhel} > 5
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Provides: bundled(libecb) = 1.05
|
||||
|
||||
%description source
|
||||
This package contains the source code for libev.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0
|
||||
autoreconf -i
|
||||
%autosetup -p0
|
||||
autoreconf -vfi
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic
|
||||
@ -93,6 +100,9 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
|
||||
%{source_dir}
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 4.22-1
|
||||
- Update to 4.22 (RHBZ #1234039)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user