From 2190d0efb8029cb2116bae503cc14b19e1fa74ad370c4234e2c266c959c0f607 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Jun 2021 12:06:38 +0000 Subject: [PATCH] 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 --- libcrc32c.spec | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/libcrc32c.spec b/libcrc32c.spec index 319ed32..0d5d4ee 100644 --- a/libcrc32c.spec +++ b/libcrc32c.spec @@ -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