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



--- Comment #3 from Robert-André Mauchin 🐧 <[email protected]> ---

 - gzip install_scripts/environment/man/%{name}.1

Do not gzip the manpage yourself, it is handled by RPM

 - Do not use .gz extension for man page as the compression may change in the
future, use a glob instead:

%{_mandir}/man1/%{name}.1.*

 - libraries should be installed with 0755. It is needed for them to be
stripped and detected as a Provides.

%attr(0644,-,-) %{_libdir}/libQXmlEdit{Sessions,Widget}.so.*

 - This was not fixed as intended:

>  - In order to avoid unintentional soname bump, we recommend not globbing
> the major soname version, instead be more specific:
> 
  The major soname version is 0, so unglob that part:

%{_libdir}/libQXmlEdit*.so.0*


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

Reply via email to