Mailinglist Archive: opensuse-packaging (205 mails)
| < Previous | Next > |
Re: [opensuse-packaging] help with naming please - shared library policy naming problem
- From: Dimstar / Dominique Leuenberger <dimstar@xxxxxxxxxxxx>
- Date: Thu, 29 Sep 2011 22:38:25 +0200
- Message-id: <1317328705.11855.1.camel@3120-3560.ams.tmf-group.com>
Hi Robert,
On Thu, 2011-09-29 at 16:30 -0400, Robert Schweikert wrote:
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.
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
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 > |