https://bugzilla.redhat.com/show_bug.cgi?id=2065938

Jakub Kadlčík <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Doc Type|---                         |If docs needed, set a value



--- Comment #1 from Jakub Kadlčík <[email protected]> ---
Hello Jani,
thank you for the package.

I am trying to build it in Mock/Copr and it fails. Can you please try?


> License:      BSD

I am not sure if it is required yet, but Fedora is moving toward SPDX
license names. For BSD, it would be BSD-3-Clause
https://docs.fedoraproject.org/en-US/legal/allowed-licenses/


> %description
> ...
> %description devel
> ...

There is a trick how to avoid copy-pasting the description
text. You can define a variable like this

    %global _description %{expand:
    Chibi-Scheme is a very small library intended for use as an extension
    ...and the rest of the text}

And then you can define your description like this

    %description %_description

And your devel description like this

    %description -n %{pypi_name} %_description

    This package contains the development files alongside the tool `chibi-ffi`.


> %set_build_flags

This is AFAIK called automatically, and I think this line can be removed


> %{_mandir}/man1/*

Can you please be more specific here? You can still use * instead of
the file type, but the manpage name should be explicit.


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2065938
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to