Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 166470 - Review Request: taskjuggler
Summary: Review Request: taskjuggler
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John Mahowald
QA Contact: Fedora Package Reviews List
URL: http://www.taskjuggler.org/
Whiteboard:
Depends On:
Blocks: FE-ACCEPT
TreeView+ depends on / blocked
 
Reported: 2005-08-22 07:48 UTC by Jens Petersen
Modified: 2015-04-02 12:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-21 07:12:08 UTC
Type: ---
Embargoed:
pbabinca: fedora-cvs+


Attachments (Terms of Use)

Description Jens Petersen 2005-08-22 07:48:25 UTC
Spec Name or Url: http://people.redhat.com/petersen/taskjuggler.spec
SRPM Name or Url: http://people.redhat.com/petersen/taskjuggler-2.1.1-1.src.rpm
Description: TaskJuggler is a project management tool.

Comment 1 Jens Petersen 2005-08-22 07:54:31 UTC
Package lightly tested.

The tjx2gantt script requires the perl module PostScript::Simple,
but according to the script it is still alpha - so dunno if it
should just be disabled say?

(I just packaged this for someone else and thought I might as well
post it hear since noone has packaged it for Fedora yet afaict
- so if someone else wants this package don't be sky. :)



Comment 2 Jens Petersen 2005-10-05 05:29:17 UTC
(Files moved to <http://people.redhat.com/petersen/extras/>.)

Comment 3 John Mahowald 2005-10-16 14:36:42 UTC
needswork:
* doesn't use desktop-file-install for .desktop
* missing BuildRequires qt-devel
* does not find qt headers on FC4, probably needs to be specified to %configure

Comment 4 Jens Petersen 2006-03-28 11:22:04 UTC
Thanks for the review: sorry for taking so long to followup.

I'm not an kde packaging expert but looking at other kde packages
it seems they don't use desktop-file-install either, so maybe it
is not needed?

I updated the BRs to just kdepim-devel (which requires kdelibs-devel
which requires qt-devel).

Ok, I tweaked the configure options for qt.  So hopefully better now.
(I added --with-qt-includes though I suspect is it not actually needed.)

Updated files at:

  http://people.redhat.com/petersen/extras/taskjuggler.spec
  http://people.redhat.com/petersen/extras/taskjuggler-2.2.0-1.src.rpm


Comment 5 John Mahowald 2006-05-01 01:20:07 UTC
E: taskjuggler binary-or-shlib-defines-rpath /usr/bin/TaskJugglerUI
['/usr/lib64', '/usr/lib64/qt-3.3/lib']

Try configure --disable-rpath

W: taskjuggler devel-file-in-non-devel-package /usr/lib64/libtaskjuggler.so

It's a symlink, no big deal

E: taskjuggler zero-length
/usr/share/apps/taskjuggler/templates/en_US/Blank_File.tji

Ignore.

E: taskjuggler library-without-ldconfig-postin /usr/lib64/libtaskjuggler.so.3.0.3
E: taskjuggler library-without-ldconfig-postun /usr/lib64/libtaskjuggler.so.3.0.3

* Missing SMP flags. If it doesn't build with it, please add a comment
  (wiki: PackagingGuidelines#parallelmake)
* No downloadable source. Please give the full URL in the Source tag.

.desktop file needs some work, use desktop-file-install
* Desktop file: vendor should be fedora
  (wiki: PackagingGuidelines#desktop)
* Scriptlets: missing update-desktop-database
  (wiki: ScriptletSnippets)
* Desktop file: the Categories tag should contain X-Fedora
  (wiki: PackagingGuidelines#desktop)
* Desktop file: the Categories tag should contain Application
  (wiki: PackagingGuidelines#desktop)

* Scriptlets: missing "gtk-update-icon-cache" in %post (wiki: ScriptletSnippets)
* Scriptlets: missing "gtk-update-icon-cache" in %postun (wiki: ScriptletSnippets)

The /usr/share/doc/HTML conflicts with Fedora's stuff, this and probably the
contents of packages/taskjuggler should be flagged with %doc instead.

Any way to remove the .la file? 

Comment 6 Jens Petersen 2006-05-11 12:35:46 UTC
Thank you for the comments.

(In reply to comment #5)
> E: taskjuggler binary-or-shlib-defines-rpath /usr/bin/TaskJugglerUI
> ['/usr/lib64', '/usr/lib64/qt-3.3/lib']
> 
> Try configure --disable-rpath

Added.

> W: taskjuggler devel-file-in-non-devel-package /usr/lib64/libtaskjuggler.so
> 
> It's a symlink, no big deal

Removed.

> E: taskjuggler library-without-ldconfig-postin /usr/lib64/libtaskjuggler.so.3.0.3
> E: taskjuggler library-without-ldconfig-postun /usr/lib64/libtaskjuggler.so.3.0.3

Fixed.

> * Missing SMP flags. If it doesn't build with it, please add a comment
>   (wiki: PackagingGuidelines#parallelmake)

Added for now.

> * No downloadable source. Please give the full URL in the Source tag.

Fixed.

> .desktop file needs some work, use desktop-file-install
> * Desktop file: vendor should be fedora
>   (wiki: PackagingGuidelines#desktop)
> * Scriptlets: missing update-desktop-database
>   (wiki: ScriptletSnippets)
> * Desktop file: the Categories tag should contain X-Fedora
>   (wiki: PackagingGuidelines#desktop)
> * Desktop file: the Categories tag should contain Application
>   (wiki: PackagingGuidelines#desktop)
> * Scriptlets: missing "gtk-update-icon-cache" in %post (wiki: ScriptletSnippets)
> * Scriptlets: missing "gtk-update-icon-cache" in %postun (wiki: ScriptletSnippets)

Added.

> The /usr/share/doc/HTML conflicts with Fedora's stuff, this and probably the
> contents of packages/taskjuggler should be flagged with %doc instead.

The location seems standard for KDE packages.  I don't know if changing this
would need require matching changes in source code too.

> Any way to remove the .la file? 

Removed.

Here is the updated submission:

http://people.redhat.com/petersen/extras/taskjuggler.spec
http://people.redhat.com/petersen/extras/taskjuggler-2.2.0-2.src.rpm

Comment 7 Jens Petersen 2006-06-20 01:53:40 UTC
ping

Comment 8 John Mahowald 2006-06-20 03:03:53 UTC
(In reply to comment #6)

> > W: taskjuggler devel-file-in-non-devel-package /usr/lib64/libtaskjuggler.so
> > 
> > It's a symlink, no big deal
> 
> Removed.

Sorry if I wasn't clear, this can stay. rpmlint gives a false alarm on symlinks.

> 
> > The /usr/share/doc/HTML conflicts with Fedora's stuff, this and probably the
> > contents of packages/taskjuggler should be flagged with %doc instead.
> 
> The location seems standard for KDE packages.  I don't know if changing this
> would need require matching changes in source code too.
> 
That's correct, I'm not as familiar with KDE locations. Keep it.

Blockers have been fixed. APPROVED


Comment 9 Jens Petersen 2006-06-21 07:12:08 UTC
Thanks for the review.

Package imported in devel branch, built and branches requested.

Comment 10 Jaroslav Reznik 2015-04-02 12:11:36 UTC
Package Change Request
======================
Package Name: taskjuggler
New Branches: epel7
Owners: jreznik
InitialCC:

Comment 11 Pavol Babinčák 2015-04-02 12:27:45 UTC
Git done (by process-git-requests).


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