# Generated by go2rpm 1 # Needs Postgresql and MySQL servers for tests # Doesn't work with MariaDB %bcond_with check # https://github.com/xo/dburl %global goipath github.com/xo/dburl Version: 0.2.0 %gometa %global common_description %{expand: Package Dburl provides a standard, URL style mechanism for parsing and opening SQL database connection strings.} %global golicenses LICENSE %global godocs _example README.md Name: %{goname} Release: 5%{?dist} Summary: URL style mechanism for parsing and opening SQL database connection strings License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 13 18:22:44 CET 2021 Robert-André Mauchin - 0.2.0-1 - Update to 0.2.0 * Tue Aug 04 19:06:56 CEST 2020 Robert-André Mauchin - 0-0.4.20200804git4a02649 - Bump to commit 4a02649c2fead23bf8d190cf95dc4b49709e90c4 * Mon Jul 27 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 15:50:45 CEST 2019 Robert-André Mauchin - 0-0.1.20190803git98997a0 - Initial package