From 17cba989afc93ad198ca9098ced9b4058a731f65c9e8668efba07a148b29bf3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 Feb 2018 10:09:36 +0000 Subject: [PATCH] - Fix description bsc#1079783 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=12 --- cppunit.changes | 5 +++++ cppunit.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/cppunit.changes b/cppunit.changes index ab362c8..dc1733e 100644 --- a/cppunit.changes +++ b/cppunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/cppunit.spec b/cppunit.spec index 64ebac3..7b62f6a 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -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