Accepting request 32230 from GNOME:Factory

Copy from GNOME:Factory/check based on submit request 32230 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/32230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2010-02-11 18:33:31 +00:00 committed by Git OBS Bridge
parent 321baedb8c
commit 25b68b3ff7
2 changed files with 14 additions and 2 deletions

View File

@ -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 Fri Nov 27 14:21:08 CET 2009 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package check (Version 0.9.8) # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,12 +19,13 @@
Name: check Name: check
Version: 0.9.8 Version: 0.9.8
Release: 1 Release: 2
License: LGPLv2.1+ License: LGPLv2.1+
Summary: Unit Test Framework for C Summary: Unit Test Framework for C
Url: http://check.sourceforge.net/ Url: http://check.sourceforge.net/
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -41,6 +42,7 @@ Summary: Unit Test Framework for C
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: glibc-devel Requires: glibc-devel
Recommends: pgk-config
%description devel %description devel
Check is a unit test framework for C. It features a simple interface Check is a unit test framework for C. It features a simple interface