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



--- Comment #19 from Michael Schwendt <bugs.mich...@gmx.net> ---
> Requires
> --------
> Shinobi (rpmlib, GLIBC filtered):
>     boost-filesystem
>     libboost_filesystem.so.1.55.0()(64bit)
>     libboost_system.so.1.55.0()(64bit)

$ repoquery --whatprovides 'libboost_filesystem.so.1.55.0()(64bit)'
boost-filesystem-0:1.55.0-6.fc21.x86_64
boost-filesystem-0:1.55.0-4.fc21.x86_64

Especially notice that an explicit dependency on "boost-filesystem" is not
arch-specific and less strict than the automatic dep.

https://fedoraproject.org/wiki/Packaging:Guidelines#Explicit_Requires


> gzip -c %{binary}.man > %{buildroot}%{_mandir}/man1/%{binary}.1.gz

Manual pages are compressed on-the-fly by rpmbuild. Please install them
uncompressed and include them in %files with any file extension, so the
compression technique may be disabled/customised any time.


> %check

That sections is executed after %install not after %build. Hence in the spec
file is makes more sense to place it after %install, too.

-- 
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@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to