[Mageia-dev] Weird boost subpackage (lib64 in i586)

David Walser luigiwalser at yahoo.com
Sun Jul 22 03:29:16 CEST 2012


In the boost spec, for example this one:
http://svnweb.mageia.org/packages/updates/1/boost/current/SPECS/boost.spec?revision=265078&view=markup

There is this definition:
%define libnamedevel %mklibname boost -d

And then @ line 98 we have:
%package -n     %{libnamedevel}-doc
Summary:        The libraries and headers needed for Boost development
Group:          Development/C++
Provides:       %{name}-devel-doc = %{version}-%{release}
Conflicts:      %{_lib}boost-devel < 1.41.0
BuildArch: noarch

This is a documentation package, not a library package, so it shouldn't be using a mklibname name in the name, right?  This causes a package 
by the following name to appear on the *i586* mirrors:
lib64boost-devel-doc

I guess that's because it's noarch, so it's only generated on one arch (x86_64 apparently) and used on all arches.

Shouldn't the package actually be named %{name}-devel-doc instead of just providing it?



More information about the Mageia-dev mailing list
remode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120328/d949bb26
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120328/d949bb26')
-rw-r--r--zarb-ml/mageia-dev/attachments/20120328/d949bb26/attachment-0001.html3
-rw-r--r--zarb-ml/mageia-dev/attachments/20120328/d949bb26/attachment.html3
2 files changed, 6 insertions, 0 deletions