- 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,3 +1,8 @@
-------------------------------------------------------------------
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 Sat Mar 13 13:19:28 UTC 2010 - andrea@opensuse.org

View File

@ -15,9 +15,14 @@ Url: http://cunit.sourceforge.net/
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
Source: CUnit-%{version}-0-src.tar.bz2 Source: CUnit-%{version}-0-src.tar.bz2
Patch0: %{name}-2.1-pkgconfig.patch Patch0: %{name}-2.1-pkgconfig.patch
Patch1: %{name}-2.1-stdio.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 %description
CUnit is a unit testing framework for C. CUnit is a unit testing framework for C.
This package installs the CUnit static library, This package installs the CUnit static library,