Accepting request 91519 from server:http

add buildrequire libtool (forwarded request 91148 from coolo)

OBS-URL: https://build.opensuse.org/request/show/91519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libev?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2011-11-16 16:18:43 +00:00 committed by Git OBS Bridge
parent eebaf8e06e
commit 0c98393600
2 changed files with 9 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 13 09:16:12 UTC 2011 - coolo@suse.com
- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
-------------------------------------------------------------------
Sat Nov 6 09:21:44 UTC 2010 - stbuehler@web.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libev
# spec file for package libev (Version 3.9)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
Name: libev
Version: 4.01
Release: 1
Release: 0
#
License: BSD
Group: Development/Libraries/C and C++
@ -32,14 +32,10 @@ Source: http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
Patch: libev-4.00_compiler_warnings.patch
Patch1: libev-3.9_pkg-config.patch
#
%if 0%{?suse_version} < 1000
BuildRequires: pkgconfig
%else
BuildRequires: libtool
BuildRequires: pkg-config
%endif
#
Summary: A full-featured and high-performance event loop library
%description
A full-featured and high-performance event loop that is loosely modelled after
libevent, but without its limitations and bugs. It is used, among others, in
@ -52,13 +48,10 @@ Authors:
- Emanuele Giaquinta
%define library_name libev4
%package -n %{library_name}
Group: Development/Libraries/C and C++
#
Summary: A full-featured and high-performance event loop library
%description -n %{library_name}
A full-featured and high-performance event loop that is loosely modelled after
libevent, but without its limitations and bugs. It is used, among others, in
@ -75,12 +68,10 @@ Authors:
%package devel
License: BSD
Group: Development/Libraries/C and C++
Requires: %{library_name} = %{version}
#
Summary: Development files for libev
%description devel
A full-featured and high-performance event loop that is loosely modelled after
libevent, but without its limitations and bugs. It is used, among others, in