Accepting request 503407 from home:jengelh:branches:devel:libraries:c_c++

- Rewrite incorrect %description of main RPM.

There are no static libs in the main package.

OBS-URL: https://build.opensuse.org/request/show/503407
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/bcunit?expand=0&rev=6
This commit is contained in:
Alexei Sorokin
2017-06-13 14:26:05 +00:00
committed by Git OBS Bridge
parent 3adeadc319
commit e4616c7083
2 changed files with 10 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 13 14:08:36 UTC 2017 - jengelh@inai.de
- Rewrite incorrect %description of main RPM.
-------------------------------------------------------------------
Wed May 17 15:00:49 UTC 2017 - sor.alexei@meowr.ru
+5 -3
View File
@@ -38,9 +38,11 @@ BuildRequires: ncurses-devel
BuildRequires: pkgconfig
%description
BCUnit is a unit testing framework for C.
This package installs the BCUnit static library, headers, and
documentation files.
BCUnit is a unit testing framework for C, derived from CUnit.
(B)CUnit provides various interfaces to the framework, some of which
are platform dependent (e.g. curses on *nix). The framework complies
with the conventional structure of test cases bundled into suites
which are registered with the framework for running.
%package devel
Summary: BCUnit development files