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.18.tar.gz
|
||||||
/libev-4.19.tar.gz
|
/libev-4.19.tar.gz
|
||||||
/libev-4.20.tar.gz
|
/libev-4.20.tar.gz
|
||||||
|
/libev-4.22.tar.gz
|
||||||
|
22
libev.spec
22
libev.spec
@ -3,16 +3,23 @@
|
|||||||
|
|
||||||
Name: libev
|
Name: libev
|
||||||
Summary: High-performance event loop/event model with lots of features
|
Summary: High-performance event loop/event model with lots of features
|
||||||
Version: 4.20
|
Version: 4.22
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD or GPLv2+
|
License: BSD or GPLv2+
|
||||||
URL: http://software.schmorp.de/pkg/libev.html
|
URL: http://software.schmorp.de/pkg/libev.html
|
||||||
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
|
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: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: tar
|
||||||
|
|
||||||
|
Provides: bundled(libecb) = 1.05
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libev is modeled (very loosely) after libevent and the Event Perl
|
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
|
%if 0%{?fedora} >= 12 || 0%{?rhel} > 5
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
Provides: bundled(libecb) = 1.05
|
||||||
|
|
||||||
%description source
|
%description source
|
||||||
This package contains the source code for libev.
|
This package contains the source code for libev.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p0
|
||||||
%patch1 -p0
|
autoreconf -vfi
|
||||||
autoreconf -i
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
@ -93,6 +100,9 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
|
|||||||
%{source_dir}
|
%{source_dir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.20-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user