it's will expand to /usr/lib or under 64 bit to /usr/lib64...
BuildRequires: %{_lib}dvdread-devel >= 0.9.4
Will search libdvdread-devel under /usr/lib or under /usr/lib64
%{_libdir}/lib*.so.%{major}*
will store Libs under /usr/lib or under /usr/lib64
This is magic...

But i think other users can explain it better as i...
