diff --git a/libev.spec b/libev.spec index b0d6d2c..597344e 100644 --- a/libev.spec +++ b/libev.spec @@ -1,7 +1,7 @@ # -# spec file for package libev (Version 3.9) +# spec file for package libev # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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: 0 +Release: 1 # License: BSD Group: Development/Libraries/C and C++ @@ -39,6 +39,7 @@ 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 @@ -51,10 +52,13 @@ 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 @@ -71,10 +75,12 @@ 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