SHA256
8
0
forked from pool/cppunit

- Fix description bsc#1079783

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2018-02-07 10:09:36 +00:00
committed by Git OBS Bridge
parent 61b761e258
commit 17cba989af
2 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cppunit
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -41,15 +41,14 @@ Test output is in XML for automatic testing and GUI based for
supervised tests.
%package -n %{libname}
Summary: Include Files and Libraries mandatory for Development
Summary: Cppunit library for writting C++ unittests
Group: Development/Libraries/C and C++
%description -n %{libname}
This package contains all necessary include files and libraries needed
to develop applications that require these.
Cppunit library for writting C++ unittests in JUnit like fashion.
%package devel
Summary: Include Files and Libraries mandatory for Development
Summary: Include Files and Libraries for cppunit
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
Suggests: devel-doc = %{version}
@@ -57,8 +56,8 @@ Provides: libcppunit-devel = %{version}
Obsoletes: libcppunit-devel < %{version}
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
Cppunit library, headers, and all relevant additions for writting C++ unittests
in JUnit like fashion.
%package devel-doc
Summary: Documentation for the cppunit API