From 0c983936002796199f9febcbc55b25db676d37131afad91dab5fc3805d791a04 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 16 Nov 2011 16:18:43 +0000 Subject: [PATCH] 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 --- libev.changes | 5 +++++ libev.spec | 17 ++++------------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/libev.changes b/libev.changes index 4b47b5d..5a52815 100644 --- a/libev.changes +++ b/libev.changes @@ -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 diff --git a/libev.spec b/libev.spec index 597344e..8985fce 100644 --- a/libev.spec +++ b/libev.spec @@ -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