From 977e6204197541c7ecccbc71b66cd53af1f4bd9976bada544338c389d060f6c9 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 21 Apr 2010 08:35:02 +0000 Subject: [PATCH] fix_summaries OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cunit?expand=0&rev=4 --- cunit.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cunit.spec b/cunit.spec index 68f1185..f91dd08 100644 --- a/cunit.spec +++ b/cunit.spec @@ -30,7 +30,7 @@ headers, and documentation files. %package devel -Summary: %{name} development files +Summary: CUnit development files License: GPLv2 Group: Development/Libraries/C and C++ Requires: ncurses-devel @@ -43,7 +43,7 @@ CUnit is a unit testing framework for C. This package installs the CUnit development files. %package devel-static -Summary: %{name} static development files +Summary: CUnit static development files License: GPLv2 Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} @@ -53,7 +53,7 @@ CUnit is a unit testing framework for C. This package installs the CUnit static files. %package doc -Summary: %{name} documentation +Summary: CUnit documentation License: GPLv2 Group: Documentation/Man Requires: libcunit1 = %{version} @@ -64,7 +64,7 @@ This package installs the CUnit documentation files. %package -n libcunit1 -Summary: %{name} shared library +Summary: CUnit shared library License: GPLv2 Group: Development/Libraries/C and C++