Bug 225942 - Merge Review: jdepend
Summary: Merge Review: jdepend
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Package Reviews List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-31 19:12 UTC by Nobody's working on this, feel free to take it
Modified: 2010-01-09 18:03 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-01-09 18:03:42 UTC
Type: ---
Embargoed:
orion: fedora-review+


Attachments (Terms of Use)

Description Nobody's working on this, feel free to take it 2007-01-31 19:12:08 UTC
Fedora Merge Review: jdepend

http://cvs.fedora.redhat.com/viewcvs/devel/jdepend/
Initial Owner: mwringe

Comment 1 Orion Poplawski 2010-01-08 22:43:40 UTC
    *  rpmlint

jdepend.spec:38: W: non-standard-group Development/Libraries/Java
- I don't think this matters

jdepend.spec:53: W: non-standard-group Development/Documentation
- Think we'er using "Documentation" now.

jdepend.spec:63: W: non-standard-group Development/Libraries/Java
jdepend.spec:70: W: rpm-buildroot-usage %prep rm -rf $RPM_BUILD_ROOT
- not needed

jdepend.spec: W: no-cleaning-of-buildroot %install
- but needed here

jdepend.spec: W: mixed-use-of-spaces-and-tabs (spaces: line 35, tab: line 31)

    * naming - check
    * NamingGuidelines
    * licensing BSD
    * osi approved? yes
    * included? yes
    * correct mentioned in specfile? yes 

specfile

    * American English - yes
    * legible - yes
    * ExcludeArch, blocking - na
    * BuildRequires - yes
    * Locales - na
    * shared libraries: ldconfig - na
    *  %clean section with rm -rf ${RPM_BUILD_ROOT} - yes
    * macros - 
    * sources - check
    * relocatable? Prefix: /usr? - na
    * files and directories

- Guidelines use unversioned directory for javadoc now
 
    * owns all created directories - yes
    * all files listed in %files 
    * permissions?
    * deffattr? - yes
    * no .la files - yes
    * .desktop for GUI applications - na
    * no conflicts with other packets - yes
    * permissable content - yes
    * doc - yes
    * large doc in -doc package - na
    * must not affect runtime - yes
    * sane scriptlets 

- No longer need:

# for /bin/rm and /bin/ln
Requires(post): coreutils
Requires(postun): coreutils

    * subpackages with fully versioned dependency - 

- Guidelines specify that the javadoc package require the main package

Comment 2 Alexander Kurtakov 2010-01-09 08:57:04 UTC
(In reply to comment #1)
>     *  rpmlint
> 
> jdepend.spec:38: W: non-standard-group Development/Libraries/Java
> - I don't think this matters
Fixed.
> 
> jdepend.spec:53: W: non-standard-group Development/Documentation
> - Think we'er using "Documentation" now.
Fixed.

> jdepend.spec:63: W: non-standard-group Development/Libraries/Java
Fixed.
> jdepend.spec:70: W: rpm-buildroot-usage %prep rm -rf $RPM_BUILD_ROOT
> - not needed
Fixed.

> 
> jdepend.spec: W: no-cleaning-of-buildroot %install
> - but needed here
Fixed.

> 
> jdepend.spec: W: mixed-use-of-spaces-and-tabs (spaces: line 35, tab: line 31)
Fixed.

> 
>     * naming - check
>     * NamingGuidelines
>     * licensing BSD
>     * osi approved? yes
>     * included? yes
>     * correct mentioned in specfile? yes 
> 
> specfile
> 
>     * American English - yes
>     * legible - yes
>     * ExcludeArch, blocking - na
>     * BuildRequires - yes
>     * Locales - na
>     * shared libraries: ldconfig - na
>     *  %clean section with rm -rf ${RPM_BUILD_ROOT} - yes
>     * macros - 
>     * sources - check
>     * relocatable? Prefix: /usr? - na
>     * files and directories
> 
> - Guidelines use unversioned directory for javadoc now
> 
>     * owns all created directories - yes
>     * all files listed in %files 
>     * permissions?
>     * deffattr? - yes
>     * no .la files - yes
>     * .desktop for GUI applications - na
>     * no conflicts with other packets - yes
>     * permissable content - yes
>     * doc - yes
>     * large doc in -doc package - na
>     * must not affect runtime - yes
>     * sane scriptlets 
> 
> - No longer need:
> 
> # for /bin/rm and /bin/ln
> Requires(post): coreutils
> Requires(postun): coreutils
Fixed.

> 
>     * subpackages with fully versioned dependency - 
> 
> - Guidelines specify that the javadoc package require the main package    
Fixed.

Btw, I've also update to the latest 2.9.1 release.

Comment 3 Orion Poplawski 2010-01-09 17:13:24 UTC
Looks good, just this left:

- Guidelines use unversioned directory for javadoc now

Also, does it make sense to add a pom.xml for maven dep handling?

Comment 4 Alexander Kurtakov 2010-01-09 17:31:11 UTC
(In reply to comment #3)
> Looks good, just this left:
> 
> - Guidelines use unversioned directory for javadoc now
Fixed.

> 
> Also, does it make sense to add a pom.xml for maven dep handling?    
I don't want to add pom.xml just for the sake of having it. If there is an actual request for it I'll add it immediately.

Comment 5 Orion Poplawski 2010-01-09 18:03:42 UTC
Sounds good.  APPROVED.  This is a merge, so I'm closing now.  However, it builds find for EL-5, so perhaps an epel branch is order?


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