Bug 1062315 - Review Request: xorg-x11-drv-fbturbo - Xorg X11 fbturbo video driver
Summary: Review Request: xorg-x11-drv-fbturbo - Xorg X11 fbturbo video driver
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Parag AN(पराग)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1062311 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-06 16:14 UTC by Martin
Modified: 2015-07-21 12:49 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-27 12:28:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Martin 2014-02-06 16:14:03 UTC
Spec URL: http://martix.fedorapeople.org/xorg-x11-drv-fbturbo/xorg-x11-drv-fbturbo.spec
SRPM URL: http://martix.fedorapeople.org/xorg-x11-drv-fbturbo/xorg-x11-drv-fbturbo-0.4.0-1.fc20.src.rpm
Description:
xf86-video-fbturbo - video driver, primarily optimized for the devices powered
by the Allwinner SoC (A10, A13, A20). It can use some of the 2D/3D hardware
acceleration features.

read more on: https://github.com/ssvb/xf86-video-fbturbo

Fedora Account System Username: martix

Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=6500466

Comment 1 Christopher Meng 2014-02-07 02:29:51 UTC
*** Bug 1062311 has been marked as a duplicate of this bug. ***

Comment 2 Parag AN(पराग) 2014-02-11 06:18:16 UTC
Looks like spec is written using some existing old xorg package spec

Review:-
+ Mock build is successful for f21 x86_64

+ rpmlint on generated rpms gave output
xorg-x11-drv-fbturbo-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/xf86-video-fbturbo-0.4.0/src/g2d_driver.h
xorg-x11-drv-fbturbo-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/xf86-video-fbturbo-0.4.0/src/sunxi_disp_ioctl.h
3 packages and 0 specfiles checked; 2 errors, 0 warnings.
==> Ok

+ Source verified with upstream tarball as (sha256sum)
upstream tarball 10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f
srpm tarball 10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f

- License is NOT valid. It should be MIT as per written in source files headers.


Suggestions:
1) %define should be replaced by %global
Reference -> https://fedoraproject.org/wiki/Packaging:Guidelines#.25global_preferred_over_.25define

2) group tag line is not needed now anymore
Reference -> https://fedoraproject.org/wiki/:Guidelines#Group_tag

3) removing the buildroot in (first line of) %install is not needed now, remove it.
Reference -> https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag

4) %clean is not needed now
Reference -> https://fedoraproject.org/wiki/Packaging:Guidelines#.25clean

5) Files installed should preserve timestamp, you can do that using
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
Reference -> https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps

6) %description can also add lines
X.Org X11 fbturbo video driver, primarily optimized for the devices powered
by the Allwinner SoC (A10, A13, A20). It can use some of the 2D/3D hardware
acceleration features.

7) Fix license tag

8) Should contact upstream to get fsf address corrected as reported by rpmlint output.


I also observed that build.log is showing following lines 
sh: xserver-sdk-abi-requires: command not found
sh: xserver-sdk-abi-requires: command not found
Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found

I am not sure if its an issue with macro expansion in Requires:

Comment 3 Hans de Goede 2014-02-11 10:24:49 UTC
Hi Parag, Martin,

Parag, note that Martin needs a sponsor, Martin you should have marked this bug as needing a sponsor, I've done so for you now.

Parag, I don't know if you can sponsor people, if you can and you're willing to sponser Martin, then great. If not let me know and I'll take over.

Thanks & Regards,

Hans

Comment 4 Parag AN(पराग) 2014-02-11 10:33:32 UTC
I can sponsor him but I have not yet checked how many more package submissions he has done and/or how many (unofficial) package reviews done. I will check that later today.

Comment 5 Parag AN(पराग) 2014-02-11 12:16:47 UTC
Hi Martin,
    I can't find any other package review request submitted by you other than this package. Also, you have not done a single informal package review. If I am missing any of your reviews then please point me to those reviews.

You may want to read -> http://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group

If you need any other help please ask here or email me.

Comment 6 Parag AN(पराग) 2014-02-11 12:36:54 UTC
Just found your fas account is linked to martix which is different from the email id from which you have submitted this review request. Both email id's should be same.

Comment 7 Martin 2014-02-11 19:10:21 UTC
(In reply to Parag AN(पराग) from comment #6)
> Just found your fas account is linked to martix which is
> different from the email id from which you have submitted this review
> request. Both email id's should be same.

This should be already fixed: https://fedorahosted.org/fedora-infrastructure/ticket/4222
Should I reopen the ticket?

I will update spec and SRPM as I go through suggestions and linked guidelines.

Quick note about license, source files are mixed MIT and GPLv2+:
https://github.com/ssvb/xf86-video-fbturbo/blob/master/src/sunxi_disp_ioctl.h
https://github.com/ssvb/xf86-video-fbturbo/blob/master/COPYING

Comment 8 Parag AN(पराग) 2014-02-12 05:09:08 UTC
1) yes please reopen the ticket. I can still see your FAS info showing 
Account Name:    martix
Full Name:    Martin Holec
Email:    martix 

2) Right I missed to look at that file only ;-)
   you can use GPLv2+ as a license tag.

Comment 9 Martin 2014-02-12 09:18:06 UTC
Please read yellow note: https://fedoraproject.org/wiki/Join_the_package_collection_maintainers?rd=PackageMaintainers/Join#Create_a_Bugzilla_Account

Bugzilla address connected with my Fedora Account can be different from FAS e-mail.

Comment 10 Parag AN(पराग) 2014-02-12 09:23:04 UTC
What I am trying to say is that you submitted review request from bugzilla account which is linked to mholec whereas your FAS is showing martix

I also read from your link is this
"The email address that you use for your bugzilla account should be the same email address as you use in the Fedora Account System for all things related to Fedora Packaging. "

Comment 11 Parag AN(पराग) 2014-03-05 04:59:57 UTC
any update on above issue? Still bugzilla email id and email ID registered in FAS martix account differs.

Comment 12 Parag AN(पराग) 2014-04-06 08:47:17 UTC
ping any updates here?

Comment 13 Parag AN(पराग) 2014-06-26 16:22:06 UTC
any updates here?

Comment 15 Parag AN(पराग) 2014-10-13 15:13:48 UTC
any updates here?

Comment 16 Hans de Goede 2014-10-16 12:42:56 UTC
(In reply to Parag AN(पराग) from comment #15)
> any updates here?

Martin no longer is with Red Hat, so his bugzilla email address no longer works.

So unless we can find someone to take this review request over this review request should probably be closed.

Comment 17 Parag AN(पराग) 2015-05-27 12:28:31 UTC
I am closing this request. If anyone want to package this in Fedora please open a new bugzilla review request.

Thanks all.


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