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:
parent
321baedb8c
commit
25b68b3ff7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user