Trivial error. In the current spec file, there is : BuildRequires: libraw1394 Which doesn't work, it should be : BuildRequires: libraw1394-devel Also, the version in the URL: field is hard-coded, the redundant name/version/release definitions at the top should probably be removed, and s/Copyright/License/ wouldn't harm. Same goes for adding "-q to %setup and using "-p /sbin/ldconfig" for the scriplets. Matthias
Well, further trying to build, another bug, any a much more nasty one : The devel package doesn't require the main one, although it contains the .so symlinks to the original libs! Seems to me that this spec file wasn't really taken care of as it should have :-) Matthias
Hmmm, the libraw1394 devel package is also affected in the same way. It's also lacking a line like this to work properly : Requires: %{name} = %{version}-%{release} Matthias
Fixed in -7.