- cleaned up spec, split devel-static subpackage

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cunit?expand=0&rev=3
This commit is contained in:
Pavol Rusnak 2010-04-21 08:31:51 +00:00 committed by Git OBS Bridge
parent 95a00bc709
commit 2e96fa0904
2 changed files with 14 additions and 4 deletions

View File

@ -1,15 +1,20 @@
-------------------------------------------------------------------
Wed Apr 21 08:30:40 UTC 2010 - prusnak@suse.cz
- cleaned up spec, split devel-static subpackage
-------------------------------------------------------------------
Sat Mar 13 13:19:28 UTC 2010 - andrea@opensuse.org
- added CUnit-2.1-pkgconfig.patch to provide cunit.pc
- added CUnit-2.1-pkgconfig.patch to provide cunit.pc
-------------------------------------------------------------------
Wed Mar 3 20:56:11 UTC 2010 - andrea@opensuse.org
- split into 3 subpackages
- split into 3 subpackages
-------------------------------------------------------------------
Tue Mar 2 15:45:52 UTC 2010 - andrea@opensuse.org
- New package
- New package

View File

@ -15,9 +15,14 @@ Url: http://cunit.sourceforge.net/
BuildRequires: ncurses-devel
Source: CUnit-%{version}-0-src.tar.bz2
Patch0: %{name}-2.1-pkgconfig.patch
Patch1: %{name}-2.1-stdio.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# gcc error detected a false positive
# Curses.c:425: warning: implicit declaration of function 'snprintf'
# E: CUnit implicit-fortify-decl Curses.c:425
# but file already #includes <stdio.h>
BuildRequires: -post-build-checks
%description
CUnit is a unit testing framework for C.
This package installs the CUnit static library,