[Bug 1239273] Review Request: golang-github-BurntSushi-toml-test - Language agnostic test suite for TOML

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 24 10:00:59 UTC 2015


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



--- Comment #18 from Jan Chaloupka <jchaloup at redhat.com> ---
%files for main subpackage should if-else license as well:

%if 0%{?fedora}
%license COPYING
%doc README.md
%else
%doc README.md COPYING
%endif

Or you can use more robust version for both cases:

%if 0%{?fedora}
%license COPYING
%else
%doc COPYING
%endif
%doc README.md

The "BuildRequires:  golang >= 1.2.1-3" in devel branch is for those use cases
when you decide to move the devel subpackage to its own package (does not make
sense at the moment). Or when the main package no longer provides any binary
(decided by upstream) or the binary is rewritten into non-golang language but
at the same time still using golang source codes (more unlikely). Or just for a
sake of keeping a full list of all dependencies for each subpackage.

-- 
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


More information about the package-review mailing list