On 2011-09-29 16:30:15 -0400, Robert Schweikert wrote:
Yes, very ironic....
I am fiddling around with swfdec in home:rjschwei:openshot/libswfdec and am running into a problem with the naming. The build process, by default, produces 2 libraries, one just the decoder (libswfdec) and another bound to GTK+ (libswfdec-gtk). I'd like to keep these separate but am running into trouble.
The spec file starts out with:
Name: libswfdec-0_8-0
this will meet the shared library policy for "libswfdec" :) . I also have a section in the spec file for the gtk library; this looks as follows:
%package gtk .....
This of course produces a package name of "libswfdec-0_8-0-gtk" when I really want "libswfdec-gtk-0_8-0". How do I beat this naming issue into submission.
Use "%package -n libswfdec-gtk-0_8-0".
I can disable the build of the gtk library, which avoids the problem of course, but I'd rather not.
Help is appreciated.
Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org