- 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:
parent
95a00bc709
commit
2e96fa0904
@ -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
|
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
|
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
|
Tue Mar 2 15:45:52 UTC 2010 - andrea@opensuse.org
|
||||||
|
|
||||||
- New package
|
- New package
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user