Provide cunit (all lowercase)

Package names are case-sensitive, but generally all lowercase.  Nothing
else uses the name (because it would be confused with this), so just
provide "cunit" as well to reduce confusion.

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-12-19 17:23:41 -05:00
parent 78a11f99f1
commit 0ddb7960f6

View File

@ -7,6 +7,7 @@ Summary: Unit testing framework for C
License: LGPLv2+
URL: http://cunit.sourceforge.net/
Provides: cunit = %{version}-%{release}
Source0: http://downloads.sourceforge.net/cunit/%{name}-%{tarver}.tar.bz2
BuildRequires: automake
@ -21,6 +22,7 @@ testing functionality with a flexible variety of user interfaces.
%package devel
Summary: Header files and libraries for CUnit development
Requires: %{name}%{?_isa} = %{version}-%{release}
Provides: cunit-devel = %{version}-%{release}
%description devel
The %{name}-devel package contains the header files