Bug 377601

Summary: Please provide a devel and static package
Product: [Fedora] Fedora Reporter: Sergio Pascual <sergio.pasra>
Component: flexAssignee: Petr Machata <pmachata>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mnewsome
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-12 17:40:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sergio Pascual 2007-11-12 11:43:51 UTC
The fedora guidelines state that when a package provides static libraries, you
can put then in a -devel subpackage. When doing this you also have to have a
virtual Provide for the static package.

As you package provides /usr/lib/libfl.a and /usr/lib/libl.a it would be nice to
have a flex-static to link with

Comment 1 Petr Machata 2007-11-12 17:40:33 UTC
The intent of this particular guideline is that preferably only dynamic
libraries should be distributed/installed, and static ones only on request when
necessary, for special purposes.  Flex only distributes static library.  This
library contains only two symbols, both of them functions so simple and stable,
that normal arguments for DSO don't really apply here.

Dividing package to two makes no sense here.  If you need -lfl, you almost
always need also flex itself (headers & code generator).  If you need flex
itself, you very often need -lfl.