Blame golang-github-dop251-scsu.spec

9184561
# Generated by go2rpm 1.3
9184561
%bcond_without check
9184561
9184561
# https://github.com/dop251/scsu
9184561
%global goipath         github.com/dop251/scsu
9184561
%global commit          8fadfb6896698ee475e8660b553040b5fb885196
9184561
9184561
%gometa
9184561
9184561
%global common_description %{expand:
9184561
This in an implementation of SCSU as described in
9184561
https://www.unicode.org/reports/tr6/tr6-4.html
9184561
9184561
Although UTF-8 is now the most commonly used and recommended encoding, in some
9184561
cases the use of SCSU can be beneficial. For example when storing or
9184561
transmitting short alphabetical texts (Arabic, Hebrew, Russian, etc.) where
9184561
general-purpose compression algorithms are inefficient, but SCSU provides nearly
9184561
50% compression ratio over UTF-8.}
9184561
9184561
%global golicenses      LICENSE
9184561
%global godocs          README.md
9184561
9184561
Name:           %{goname}
9184561
Version:        0
9c36007
Release:        0.3%{?dist}
9184561
Summary:        A Standard Compression Scheme for Unicode implementation in Go
9184561
9184561
License:        MIT
9184561
URL:            %{gourl}
9184561
Source0:        %{gosource}
9184561
9184561
%description
9184561
%{common_description}
9184561
9184561
%gopkg
9184561
9184561
%prep
9184561
%goprep
9184561
9184561
%install
9184561
%gopkginstall
9184561
9184561
%if %{with check}
9184561
%check
9184561
%gocheck
9184561
%endif
9184561
9184561
%gopkgfiles
9184561
9184561
%changelog
9c36007
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
9c36007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
9c36007
48096a1
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
48096a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
48096a1
9184561
* Wed Apr 07 21:29:42 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20210407git8fadfb6
9184561
- Initial package