https://bugzilla.redhat.com/show_bug.cgi?id=1288643
--- Comment #2 from Dmitry Mikhirev mikhirev@gmail.com --- (In reply to Igor Gnatenko from comment #1)
-> Requires: %{name} = %{version}-%{release} should be: %{name}%{?_isa} = %{version}-%{release}
Thnk you! Fixed.
-> install -m 755 build/libdlib.so.%{version}.* %{buildroot}%{_libdir} isnt this managed by cmake?
No.
If you will still use install you should keep timestamps by using '-p'.
cmake does not preserve timestamps when installing files. Should we really take care of this when installing manually?
Description for py2/py3 subpkgs not correlates with python stuff, please adjust. The same for -devel subpackage
Fixed.
I dont see that python subpackages requires main package (please check it) and if it requires - no need to duplicate license.
They don't require it. Python modules are linked statically and don't use the shared library. Probably this is incorrect, but I couldn't find an easy way to fix this, dynamic linking would require heavy rewriting of build scripts.
New URLs: Spec: http://copr-dist-git.fedorainfracloud.org/cgit/bizdelnick/neuro/dlib.git/pla... SRPM: https://copr-be.cloud.fedoraproject.org/results/bizdelnick/neuro/fedora-rawh...