Blob Blame History Raw
# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/dop251/scsu
%global goipath         github.com/dop251/scsu
%global commit          8fadfb6896698ee475e8660b553040b5fb885196

%gometa

%global common_description %{expand:
This in an implementation of SCSU as described in
https://www.unicode.org/reports/tr6/tr6-4.html

Although UTF-8 is now the most commonly used and recommended encoding, in some
cases the use of SCSU can be beneficial. For example when storing or
transmitting short alphabetical texts (Arabic, Hebrew, Russian, etc.) where
general-purpose compression algorithms are inefficient, but SCSU provides nearly
50% compression ratio over UTF-8.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.3%{?dist}
Summary:        A Standard Compression Scheme for Unicode implementation in Go

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Wed Apr 07 21:29:42 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20210407git8fadfb6
- Initial package