make the package build on Fedora when libev-devel is installed

This commit is contained in:
Kamil Dudka 2016-01-27 17:44:34 +01:00
parent 03b2e179a6
commit 13968119ad
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Meta-package that only requires libnghttp2
Name: nghttp2
Version: 1.6.0
Release: 1%{?dist}.1
Release: 1%{?dist}.2
License: MIT
Group: Applications/Internet
URL: https://nghttp2.org/
@ -42,6 +42,7 @@ for building applications with libnghttp2.
%build
%configure \
--disable-app \
--disable-python-bindings \
--disable-static \
--without-libxml2 \
@ -94,6 +95,9 @@ make %{?_smp_mflags} check
%changelog
* Wed Jan 27 2016 Kamil Dudka <kdudka@redhat.com> 1.6.0-1.el6.2
- make the package build on Fedora when libev-devel is installed
* Mon Jan 04 2016 Kamil Dudka <kdudka@redhat.com> 1.6.0-1.el6.1
- make the package build on RHEL-6 (libnghttp2 only)