Spec URL: https://www.flyn.org/SRPMS/golang-github-alecthomas-chroma-2.spec SRPM URL: https://www.flyn.org/SRPMS/golang-github-alecthomas-chroma-2-2.2.0-1.fc36.src.rpm Description: A general purpose syntax highlighter in pure Go. Fedora Account System Username: mikep
> install -m 0755 -vp %{gobuilddir}/src/github.com/alecthomas/chroma/v2/lexers/embedded/* %{buildroot}%{_datarootdir}/gocode/src/github.com/alecthomas/chroma/lexers/embedded Shouldn't these files be 0644? > # lexers: requires github.com/alecthomas/repr, which is not in Fedora yet > %gocheck -d lexers Do you plan to add `repr`? If so, it would be great to do it in advance, just block this BZ with the other review.
I fixed the permissions. You are right that they should be 0644. I do not think repr is strictly required for chroma, even though one of the unit tests requires it. My aim is to fulfill the dependencies of the latest Hugo release.
v2.3.0 was released last month. Would you please update the spec and srpm?
Spec URL: https://www.flyn.org/SRPMS/golang-github-alecthomas-chroma-2.spec SRPM URL: https://www.flyn.org/SRPMS/golang-github-alecthomas-chroma-2-2.3.0-1.fc36.src.rpm Description: A general purpose syntax highlighter in pure Go. Fedora Account System Username: mikep Updated to 2.3.0.
Spec is autogenerated with go2rpm with some modifications: - License ok - Latest version packaged - Builds in mock - Check passes - No rpmlint errors - Conforms to Packaging Guidelines Approved
(fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-github-alecthomas-chroma-2