Bug 1006721 - xmvn 1.0.0 includes sources jar in the binary packages.
Summary: xmvn 1.0.0 includes sources jar in the binary packages.
Keywords:
Status: CLOSED DUPLICATE of bug 1006512
Alias: None
Product: Fedora
Classification: Fedora
Component: javapackages-tools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Stanislav Ochotnicky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-11 07:44 UTC by Mattias Ellert
Modified: 2013-09-11 11:35 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-09-11 10:43:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mattias Ellert 2013-09-11 07:44:34 UTC
Description of problem:

The new xmvn version includes sources jars in the rpm packages it creates

Version-Release number of selected component (if applicable):

xmvn-1.0.0-2.fc21

How reproducible:

Always

Steps to Reproduce:
1. Build a java package using xmvn

Actual results:

See e.g. https://koji.fedoraproject.org/koji/rpminfo?rpmID=4399385

The list of files in the RPM is:

/usr/share/java/jglobus/jsse-sources.jar
/usr/share/java/jglobus/jsse.jar
/usr/share/maven-effective-poms/JPP.jglobus-jsse.pom
/usr/share/maven-fragments/jglobus-jsse.xml
/usr/share/maven-poms/JPP.jglobus-jsse.pom

Expected results:

The same SRPM built on Fedora 20 (using xmvn 0.5.1-4.fc20):

https://koji.fedoraproject.org/koji/rpminfo?rpmID=4399401

/usr/share/java/jglobus/jsse.jar
/usr/share/maven-effective-poms/JPP.jglobus-jsse.pom
/usr/share/maven-fragments/jglobus-jsse.xml
/usr/share/maven-poms/JPP.jglobus-jsse.pom

Additional info:

Sources should not be in a runtime package. For C and C++ packages sources are installed as part of the debuginfo package. If you want the sources jars in the distribution for some reason I think they should be in a something like a debuginfo package. But maybe the inclusion of the sources jars was just a mistake.

Comment 1 Stanislav Ochotnicky 2013-09-11 10:43:18 UTC

*** This bug has been marked as a duplicate of bug 1006512 ***


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