From 90acc722193682792bbbd9f470fc33a326c63169 Mon Sep 17 00:00:00 2001 From: Alejandro Sáez Date: Sep 06 2021 12:44:54 +0000 Subject: Initial package --- diff --git a/golang-github-derekparker-trie.spec b/golang-github-derekparker-trie.spec new file mode 100644 index 0000000..395b0bc --- /dev/null +++ b/golang-github-derekparker-trie.spec @@ -0,0 +1,47 @@ +# Generated by go2rpm 1.5.0 +%bcond_without check + +# https://github.com/derekparker/trie +%global goipath github.com/derekparker/trie +%global commit 1fdf38b7b0e910da20b2b13ebe10c09b76d3ae50 + +%gometa + +%global common_description %{expand: +Data structure and relevant algorithms for extremely fast prefix/fuzzy string +searching.} + +%global golicenses LICENSE +%global godocs README.md fixtures/test.txt + +Name: %{goname} +Version: 0 +Release: 0.1%{?dist} +Summary: Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching + +License: MIT +URL: %{gourl} +Source0: %{gosource} + +%description +%{common_description} + +%gopkg + +%prep +%goprep + +%install +%gopkginstall + +%if %{with check} +%check +%gocheck +%endif + +%gopkgfiles + +%changelog +* Mon Sep 06 2021 Alejandro Sáez - 0-0.1%{?dist}.20210906git1fdf38b +- Initial package +