[Bug 2065938] Review Request: chibi-scheme - Minimal Scheme Implementation for use as an Extension Language

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Jakub Kadlčík <jkadlcik@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jkadlcik@xxxxxxxxxx
           Doc Type|---                         |If docs needed, set a value



--- Comment #1 from Jakub Kadlčík <jkadlcik@xxxxxxxxxx> ---
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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux