Bug 1019086 - javapackages-tools: Don't prefix XMvn package name with %{?scl_prefix}
Summary: javapackages-tools: Don't prefix XMvn package name with %{?scl_prefix}
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: javapackages-tools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-15 07:08 UTC by Mikolaj Izdebski
Modified: 2013-11-07 07:11 UTC (History)
4 users (show)

Fixed In Version: 3.4.1-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-07 07:11:22 UTC
Type: Bug


Attachments (Terms of Use)

Description Mikolaj Izdebski 2013-10-15 07:08:30 UTC
Description of problem:
In SCL %mvn_build should set XMvn package name to %{pkg_name}, not %{name}.

In current state porting packages to SCL is more difficult and time consuming as generated packages have different paths and therefore things like:
  build-classpath foo
need to be changed to:
  build-classpath %{?scl_prefix}foo

Besides that the SCL prefix is repeated in some places which does not help with anything, but only makes paths longer.

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

Comment 1 Stanislav Ochotnicky 2013-10-16 07:44:28 UTC
Fixed in ab1b6a4a, testcase for mvn_build switch in ec56f958

Comment 2 Mikolaj Izdebski 2013-11-07 07:09:34 UTC
Fixed in javapackages-tools-3.4.1-1

Comment 3 Mikolaj Izdebski 2013-11-07 07:10:27 UTC
Fixed in javapackages-tools-3.4.1-1

Comment 4 Mikolaj Izdebski 2013-11-07 07:11:22 UTC
I believe that this bug is fixed in javapackages-tools-3.4.1-1,
which is available in Fedora Rawhide, so I am closing this bug now.

The build containing the fix can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=476325


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