Mailinglist Archive: opensuse-packaging (205 mails)

< Previous Next >
Re: [opensuse-packaging] help with naming please - shared library policy naming problem
Hi Robert,

On Thu, 2011-09-29 at 16:30 -0400, Robert Schweikert wrote:
The spec file starts out with:

Name: libswfdec-0_8-0


Don't do that: keep Name in sync with the upstream project name /
tarball name.
You don't want to rename the package with every version bump.

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
.....


for all libs, use
%package -n libswfdec-0_8-0
%package -n libswfdec-gtk-0_8-0

This should get you going.

Dominique

--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References