This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] systemtap.spec


> Stan Cox wrote:
> > This adds a subpackage 'static-user' that installs /usr/include/sdt.h
> > and /usr/bin/dtrace which enables postgres to build with stap support,
> > assuming that it is built with -g.   Subpackage name suggestions or
> > other comments?
> 
> What about systemtap-sdt and systemtap-sdt-devel?
> IMHO, header files (and *.a libs) should be separated in -devel package.

The build-time script that goes with the headers being in the same package
seems fine to me, since it's a script.  For biarch to be happy, you usually
want the common parts (headers and here, the script) to be in a -headers
package and only the machine-specific nonoverlapping files in -devel
(which requires -headers = %{version}-%{release}).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]