Bug 547682

Summary: cdparanoia : Violation of the Packaging Guidelines
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: cdparanoiaAssignee: Peter Jones <pjones>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ajax, pjones
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-05 21:47:38 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 Michael Schwendt 2009-12-15 12:16:22 UTC
The package doesn't adhere to the guidelines for
packaging static libraries:
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries

The -devel package provides a virtual -static package and contains both
the shared and the static build of a library. That makes it possible to
link staticly with the -devel package as a build requirement instead
of having to build-require the -static package.

Correct would be to split off the static libraries into a separate
-static subpackage.

[...]

cdparanoia-devel provides cdparanoia-static
cdparanoia-10.2-6.fc13.src.rpm
Static and shared build of a library in -devel package!
    /usr/lib/libcdda_interface.a
    /usr/lib/libcdda_paranoia.a
    /usr/lib/libcdda_interface.so
    /usr/lib/libcdda_paranoia.so

Comment 1 Michael Schwendt 2010-01-16 15:00:43 UTC
*** Bug 556042 has been marked as a duplicate of this bug. ***

Comment 2 Adam Jackson 2010-02-02 16:31:18 UTC
* Tue Feb 02 2010 Adam Jackson <ajax> 10.2-7
- Move static libs to -static subpackage, make it require -devel

Closing.

Comment 3 Michael Schwendt 2010-02-03 15:59:49 UTC
Still reproducible. Reopened by: fedora-report-static-batch.py

cdparanoia-devel
    /usr/lib/libcdda_interface.so  <=>  /usr/lib/libcdda_interface.a
    /usr/lib/libcdda_paranoia.so  <=>  /usr/lib/libcdda_paranoia.a

Comment 4 Adam Jackson 2010-02-05 21:47:38 UTC
Re-fixed.