guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

some rpm building questions


From: Bo Forslund
Subject: some rpm building questions
Date: 04 Oct 2002 00:06:04 +0200

Hello!

I have some questions about how to pack a guile rpm.


Would rpm packaging like this be good? Or should all .h files go to a
-devel package?


guile
        /usr/bin/*

libguile
        /usr/lib/libguile/*

libguile-devel
        /usr/include/libguile.h
        /usr/include/libguile/*

guile-lib
        /usr/share/aclocal/guile.m4 
        /usr/share/doc/*
        /usr/share/guile/1.6.0/ice-9/*
        /usr/include/guile/gh.h
        (/usr/share/guile/1.6.0/scripts/*)    ???

guile-oop
        /usr/share/guile/1.6.0/oop/*

guile-srfi
        /usr/share/guile/1.6.0/srfi/*
        /usr/lib/libguile-srfi-*


guile-readline
        /usr/include/guile-readline/readline.h 
        /usr/lib/libguilereadline-v-12.*
        
guile-ltdl
        conflicting libltdl here already

I don't know where to put /usr/share/guile/1.6.0/scripts/*. Should it go
to it's own package or to the guile or guile-lib package?

And then libltdl. As there already is one installed, can it just be
omitted or shall it go to a package? But then, how can it be installed
if there is a conflicting one installed already.

Well.. this is the rpm spec so far.

And curiously,  What does ice-9 stand for.

Bo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]