Clean up the SPEC file with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcrc32c?expand=0&rev=2
This commit is contained in:
Matej Cepl 2021-06-07 12:06:38 +00:00 committed by Git OBS Bridge
parent 87f81bd97f
commit 2190d0efb8

View File

@ -1,6 +1,20 @@
#
# spec file for package libcrc32c
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define packagename crc32c
%define soname 1
@ -16,11 +30,11 @@ BuildRequires: cmake
BuildRequires: gcc-c++
%description
This project collects a few CRC32C implementations under an umbrella
that dispatches to a suitable implementation based on the host computer's
This project collects a few CRC32C implementations under an umbrella
that dispatches to a suitable implementation based on the host computer's
hardware capabilities.
CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720.
CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720.
The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann.
%package -n %{name}%{soname}
@ -28,11 +42,11 @@ Summary: CRC32C implementation with support for CPU-specific acceleration
Group: System/Libraries
%description -n %{name}%{soname}
This project collects a few CRC32C implementations under an umbrella
that dispatches to a suitable implementation based on the host computer's
This project collects a few CRC32C implementations under an umbrella
that dispatches to a suitable implementation based on the host computer's
hardware capabilities.
CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720.
CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720.
The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann.
%package -n %{name}-devel