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



--- Comment #2 from Michael Schwendt <[email protected]> ---
> %build
> 
> %install

Also be aware of:
https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps


> install -m755 config/config %{buildroot}%{_datadir}/%{name}/config 

There is no other configuration method in /etc or so? Just this executable
shell script?


> install -m644 %{name}.* %{buildroot}%{_mandir}/man1

> %{_mandir}/man1/%{name}.1.gz

More correct would be

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

which would cover uncompressed manual pages as well as different compression,
because the gzip compression of manual pages is not explicitly done inside this
spec file but performed by rpmbuild on-the-fly depending on default rpmbuild
configuration.

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

Reply via email to