https://bugzilla.redhat.com/show_bug.cgi?id=1691608 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |zebob.m@xxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |zebob.m@xxxxxxxxx Flags| |fedora-review? --- Comment #2 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - gopkg.in/mail.v2 should be the main import path, which determines spec name and filename. %global goipath gopkg.in/mail.v2 %global forgeurl https://github.com/go-mail/mail - The other import paths should be compatibility ones, not using goinstall to be installed but relying on symlinks. # Old naming of the same project %global oldgoipath xxxx %global oldgoname %gorpmname %{oldgoipath} […] %package -n compat-%{oldgoname}-devel Summary: %{summary} %description -n compat-%{oldgoname}-devel %{common_description} […] %goinstall # # Old name aliasing install -m 0755 -vd %{buildroot}%{gopath}/src/%(dirname %{oldgoipath}) ln -s %{gopath}/src/%{goipath} %{buildroot}%{gopath}/src/%{oldgoipath} […] %files -n compat-%{oldgoname}-devel # You need as many of those as necessary to own the levels of directories # between %{gopath}/src and %{gopath}/src/%{oldgoipath}, that are not already # owned by the %{goname}-devel subpackage %dir %{gopath}/src/%(dirname %(dirname %{oldgoipath})) %dir %{gopath}/src/%(dirname %{oldgoipath}) %{gopath}/src/%{oldgoipath} - use tag instead of version: %global tag 2.0.0 otherwise %{gosource} is 404 - Not needed %build true -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx