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 208007 - Review Request: perl-Alien-wxWidgets - Building, finding and using wxWidgets binaries
Summary: Review Request: perl-Alien-wxWidgets - Building, finding and using wxWidgets ...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Tibbitts
QA Contact: Fedora Package Reviews List
URL:
Whiteboard:
Depends On:
Blocks: FE-ACCEPT 208009
TreeView+ depends on / blocked
 
Reported: 2006-09-25 19:49 UTC by Jose Pedro Oliveira
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-28 18:40:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jose Pedro Oliveira 2006-09-25 19:49:52 UTC
Spec URL:
ftp://perl.di.uminho.pt/pub/fedora/perl-Alien-wxWidgets.spec
SRPM URL:
ftp://perl.di.uminho.pt/pub/fedora/perl-Alien-wxWidgets-0.21-1.src.rpm

Description: 
"Alien::wxWidgets" can be used to detect and get configuration
settings from an installed wxWidgets.

Note: 
A requirement for perl-PPI-Tester
(perl-Alien-wxWidgets -> perl-Wx -> perl-PPI-Tester)

Comment 1 Jason Tibbitts 2006-09-26 02:15:36 UTC
The build does complain about many libraries (which seem to be wxwidgets
components) not being found but this seems to have no effect on that resulting
package.

* source files match upstream:
   6975385d6e4d4d58c5d589c2a7077d23  Alien-wxWidgets-0.21.tar.gz
* package meets naming and packaging guidelines.
* specfile is properly named, is cleanly written and uses macros consistently.
* dist tag is present.
* build root is correct.
* license field matches the actual license.
* license is open source-compatible.  License text not included upstream.
* latest version is being packaged.
* BuildRequires are proper.
* %clean is present.
* package builds in mock (development, x86_64).
* package installs properly
* rpmlint is silent.
* final provides and requires are sane:
   perl(Alien::wxWidgets) = 0.21
   perl(Alien::wxWidgets::Config::gtk2_2_6_3_uni_gcc_3_4)
   perl(Alien::wxWidgets::Utility)
   perl-Alien-wxWidgets = 0.21-1.fc6
  =
   perl(:MODULE_COMPAT_5.8.8)
   perl(Alien::wxWidgets::Utility)
   perl(Carp)
   perl(Config)
   perl(Module::Pluggable)
   perl(base)
   perl(strict)
* %check is present and all tests pass:
   All tests successful.
   Files=2, Tests=17,  0 wallclock secs ( 0.11 cusr +  0.06 csys =  0.17 CPU)
* owns the directories it creates.
* doesn't own any directories it shouldn't.
* no duplicates in %files.
* file permissions are appropriate.
* no scriptlets present.
* code, not content.
* documentation is small, so no -docs subpackage is necessary.
* %docs are not necessary for the proper functioning of the package.

APPROVED

Comment 2 Jose Pedro Oliveira 2006-09-28 12:48:00 UTC
Why perl-Wx fails to find perl-Alien-wxWidgets
----------------------------------------------

This package is strange: it installs itself in arched directories even though
not one of its files is binary (I forced the perl_vendorarch in the %files
section when I first started packaging this in the past and forgot it). 

The current package (tagged as noarch) in the repos has the following content:
------
$ rpm -qpl extras/5/i386/perl-Alien-wxWidgets-0.21-1.fc5.noarch.rpm
/usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/Alien
/usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/Alien/wxWidgets
/usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/Alien/wxWidgets.pm
/usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/Alien/wxWidgets/Config
/usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/Alien/wxWidgets/Config/gtk2_2_6_3_uni_gcc_3_4.pm
/usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/Alien/wxWidgets/Utility.pm
/usr/share/doc/perl-Alien-wxWidgets-0.21
/usr/share/doc/perl-Alien-wxWidgets-0.21/Changes
/usr/share/man/man3/Alien::wxWidgets.3pm.gz
/usr/share/man/man3/Alien::wxWidgets::Utility.3pm.gz
------


Dropping the line

   BuildArch:      noarch

from the specfile solves the problem but rpmlint will start complaining

   $ rpmlint perl-Alien-wxWidgets-0.21-2.i386.rpm
   E: perl-Alien-wxWidgets no-binary 



Comment 3 Jose Pedro Oliveira 2006-09-28 18:40:26 UTC
New release build for FC-5 and devel.


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