File project.diff of Package libev
--- libev.spec.orig
+++ libev.spec
@@ -1,7 +1,7 @@
#
# spec file for package libev
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,20 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: libev
Version: 4.01
-Release: 1
+Release: 0
#
-License: BSD
-Group: Development/Libraries/C and C++
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Url: http://software.schmorp.de/pkg/libev.html
-Source: http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
Patch: libev-4.00_compiler_warnings.patch
Patch1: libev-3.9_pkg-config.patch
#
@@ -39,6 +35,8 @@ BuildRequires: pkg-config
%endif
#
Summary: A full-featured and high-performance event loop library
+License: BSD
+Group: Development/Libraries/C and C++
%description
A full-featured and high-performance event loop that is loosely modelled after
@@ -55,9 +53,9 @@ Authors:
%package -n %{library_name}
-Group: Development/Libraries/C and C++
#
Summary: A full-featured and high-performance event loop library
+Group: Development/Libraries/C and C++
%description -n %{library_name}
A full-featured and high-performance event loop that is loosely modelled after
@@ -75,11 +73,10 @@ Authors:
%package devel
-License: BSD
-Group: Development/Libraries/C and C++
Requires: %{library_name} = %{version}
#
Summary: Development files for libev
+Group: Development/Libraries/C and C++
%description devel
A full-featured and high-performance event loop that is loosely modelled after