diff --git a/check.changes b/check.changes index 9e85786..263a770 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 2 08:44:49 UTC 2010 - puzel@novell.com + +- Add pkg-config Recommends to check-devel, as required by policy. + +------------------------------------------------------------------- +Sun Jan 31 22:06:38 UTC 2010 - jengelh@medozas.de + +- Package baselibs.conf + ------------------------------------------------------------------- Fri Nov 27 14:21:08 CET 2009 - dimstar@opensuse.org diff --git a/check.spec b/check.spec index 3f44775..31b1293 100644 --- a/check.spec +++ b/check.spec @@ -1,7 +1,7 @@ # # spec file for package check (Version 0.9.8) # -# Copyright (c) 2009 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 @@ -19,12 +19,13 @@ Name: check Version: 0.9.8 -Release: 1 +Release: 2 License: LGPLv2.1+ Summary: Unit Test Framework for C Url: http://check.sourceforge.net/ Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 +Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -41,6 +42,7 @@ Summary: Unit Test Framework for C Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: glibc-devel +Recommends: pgk-config %description devel Check is a unit test framework for C. It features a simple interface