Mailinglist Archive: opensuse-packaging (135 mails)
| < Previous | Next > |
Re: [opensuse-packaging] missed -devel subpackage splits
- From: Michal Marek <mmarek@xxxxxxx>
- Date: Thu, 23 Aug 2007 12:28:08 +0200
- Message-id: <46CD6138.4040304@xxxxxxx>
Dirk Mueller wrote:
> I've added a small variation of this check to rpmlint now. Please watch out
> for the checks "non-devel-buildrequires" and "unnecessary-buildrequires"
Cool :) Are you also going to add some default suppresions for these
warnings? This is my current list:
# these as BuildRequires are useful on their own
my %ignore_dep = map { $_ => 1 } qw(
graphviz
ImageMagick
postfix
perl
python
php5
ruby
aspell
autotrace
apache2-mod_perl
gettext
devhelp
libxml2
libxslt
texlive
recode
valgrind
yasm
xorg-x11
);
# ignore these specs
my %ignore_spec = map { $_ => 1 } qw(
beagle-index.spec
collect-desktop-files.spec
installation-images.spec
);
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
> I've added a small variation of this check to rpmlint now. Please watch out
> for the checks "non-devel-buildrequires" and "unnecessary-buildrequires"
Cool :) Are you also going to add some default suppresions for these
warnings? This is my current list:
# these as BuildRequires are useful on their own
my %ignore_dep = map { $_ => 1 } qw(
graphviz
ImageMagick
postfix
perl
python
php5
ruby
aspell
autotrace
apache2-mod_perl
gettext
devhelp
libxml2
libxslt
texlive
recode
valgrind
yasm
xorg-x11
);
# ignore these specs
my %ignore_spec = map { $_ => 1 } qw(
beagle-index.spec
collect-desktop-files.spec
installation-images.spec
);
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |