minfrin
minfrin
Confirmation that this issue blocks inclusion to Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=2017179#c8
Suggestion to use code used by LLVM project, which has acceptable license: https://github.com/AmokHuginnsson/replxx/issues/125#issuecomment-971127703
From https://bugzilla.redhat.com/show_bug.cgi?id=2017179#c9 > --- Comment #9 from Zbigniew Jędrzejewski-Szmek --- > %{_libdir}/*.so.* > > Please specify the SO VERSION here, don't use a glob. See > https://docs.fedoraproject.org/en-US/packaging-guidelines/#_listing_shared_library_files > > I...
Feedback about the packaging has revealed that ConvertUTF.* is not available under an open source license, and so replxx cannot be included in any distros in its current form until...
> I have noticed that `replxx.spec` file in both generated and included in the committed source code. > > Can you remove `replxx.spec` file from your commit? I can -...
> Other solution would be to ditch `CPACK` and `replxx.spec.in` and use `Version: %(clever shell...)` in `replxx.spec` directly to get version number in `spec` file. Not aware that that's a...
Alas RPM doesn't work like that. As soon as you create nonstandard spec files, tools like COPR break. The basics are that the following two commands should work, and the...
It's your project, you can modify this PR as you require. Remember that RPM works a specific way, if you don't follow the way RPM wants you to do things,...
> The chain is supplied by Let's Encrypt not dehydrated. dehydrated simply downloads the default chain Let's Encrypt supplies. > > You can select the alternative (short) chain using `PREFERRED_CHAIN="ISRG...
Replxx (BSD license) has an example of calculating the number of unicode codepoints in a UTF8 string: https://github.com/AmokHuginnsson/replxx/blob/master/examples/util.c#L3