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



--- Comment #5 from Vitaly Zaitsev <[email protected]> ---
> INSTALL_PROGRAM='${INSTALL}' \

Don't needed. Remove this.

> make

%make_build

> mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
> install -m 644 BUGS CHANGES MANIFEST README $RPM_BUILD_ROOT%{_docdir}/%{name}

Remove these and use in %files section:
%doc BUGS CHANGES MANIFEST README

> mkdir -p $RPM_BUILD_ROOT%{_licensedir}/%{name}
> install -m 644 COPYING $RPM_BUILD_ROOT%{_licensedir}/%{name}

Remove these and use in %files section:

%license COPYING

> %{_docdir}/%{name}
> %{_licensedir}/%{name}

Remove these. Will be automatically introduced.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2038144
_______________________________________________
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to