diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..115488e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/go-pinyin-0.18.0.tar.gz diff --git a/golang-github-mozillazg-pinyin.spec b/golang-github-mozillazg-pinyin.spec new file mode 100644 index 0000000..9d58650 --- /dev/null +++ b/golang-github-mozillazg-pinyin.spec @@ -0,0 +1,71 @@ +# Generated by go2rpm 1 +%bcond_without check + +# https://github.com/mozillazg/go-pinyin +%global goipath github.com/mozillazg/go-pinyin +Version: 0.18.0 + +%gometa + +%global common_description %{expand: +This package provides tools and Golang library to convert Chinese characters +to Pinyin.} + +%global golicenses LICENSE +%global godocs README.md CHANGELOG.md + +Name: %{goname} +Release: 2%{?dist} +Summary: Tools and Golang library to convert Chinese characters to Pinyin + +License: MIT +URL: %{gourl} +Source0: %{gosource} + +BuildRequires: golang(github.com/mattn/go-isatty) + +%description +%{common_description} + +%gopkg + +%prep +%goprep + +%build +for cmd in cmd/* ; do + %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd +done +for cmd in _tools; do + %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd +done + +%install +%gopkginstall +install -m 0755 -vd %{buildroot}%{_bindir} +install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ + +%if %{with check} +%check +%gocheck +%endif + +%files +%license LICENSE +%doc README.md CHANGELOG.md +%{_bindir}/* + + +%gopkgfiles + +%changelog +* Thu Sep 17 2020 Robin Lee - 0.18.0-2 +- Don't include pinyin-data +- Remove duplicated doc files + +* Thu Aug 6 2020 Robin Lee - 0.18.0-1 +- Update to 0.18.0 + +* Sun May 03 11:07:33 CST 2020 Robin Lee - 0.17.0-1 +- Initial package + diff --git a/sources b/sources new file mode 100644 index 0000000..72aef60 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (go-pinyin-0.18.0.tar.gz) = 154495ddfc889ce8b45e1e4a008fc3dddfbcec194892a350af09a7bc945beea68c46014e2342ecfb2ab856606693ff3bb3cab2524706078387a372a48358f555