Marcin Zajączkowski wrote:
> cp: cannot stat `./src/include/images/elephant48.xpm': No such file or
> directory
>
> Were there some changes with graphic files?
Yeah, in fact the entire src/ tree moved to pgadmin/.
In the spec file, change the line:
cp -f ./src/include/images/elephant48.xpm
%{buildroot}/%{_datadir}/%{name}/%{name}.xpm
to
cp -f ./pgadmin/include/images/elephant48.xpm
%{buildroot}/%{_datadir}/%{name}/%{name}.xpm
And that should fix it. I've made the change in SVN already.
Regards, Dave.