SHA256
8
0
forked from pool/cppunit

Accepting request 573851 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/573851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cppunit?expand=0&rev=4
This commit is contained in:
2018-02-08 13:10:24 +00:00
committed by Git OBS Bridge
2 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 7 13:02:04 UTC 2018 - jengelh@inai.de
- Fix RPM group of shlib subpackage.
-------------------------------------------------------------------
Wed Feb 7 10:09:21 UTC 2018 - tchvatal@suse.com
- Fix description bsc#1079783
-------------------------------------------------------------------
Sun Apr 16 19:15:54 UTC 2017 - tchvatal@suse.com

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
Group: Development/Libraries/C and C++
Summary: Cppunit library for writting C++ unittests
Group: System/Libraries
%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