Bug 594717 - codec installs pom under different name than advertised in maven depmap
Summary: codec installs pom under different name than advertised in maven depmap
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: apache-commons-codec
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Mat Booth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-21 12:44 UTC by Stanislav Ochotnicky
Modified: 2010-05-21 14:50 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-21 14:50:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stanislav Ochotnicky 2010-05-21 12:44:21 UTC
From the spec file:

> install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
> %add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{name}
> 
> # following line is only for backwards compatibility. New packages
> # should use proper groupid org.apache.commons
> %add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{name}

first line installs pom file as JPP-commons-codec.pom but both uses of add_to_maven_depmap point to %{name} therefore this breaks depencencies on this package. Last argument to both add_to_maven_depmap calls should be %{short_name}

Comment 1 Mat Booth 2010-05-21 14:50:05 UTC
Should be fixed in Rawhide now.


Note You need to log in before you can comment on or make changes to this bug.