https://bugzilla.redhat.com/show_bug.cgi?id=1551339 Iwicki Artur <fedora@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@xxxxxxxxxx --- Comment #1 from Iwicki Artur <fedora@xxxxxxxxxx> --- >gzip shelldap.1 >[...] >install -m 644 shelldap.1.gz %{buildroot}%{_mandir}/man1/shelldap.1.gz >[...] >%{_mandir}/man1/shelldap.1.gz Man pages should be installed uncompressed; the build system itself handles compressing them. https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages >install -m 755 shelldap %{buildroot}%{_bindir}/shelldap Use the "-p" option to preserve timestamps. https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps I see that upstream does not provide the licence text as a separate file. You can extract the licence text from the main file using awk: >awk '/^[^#]/{exit};1' < shelldap > license.txt -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx