Bug 698251 - Review Request: perl-B-Hooks-OP-PPAddr - Hook into opcode execution
Summary: Review Request: perl-B-Hooks-OP-PPAddr - Hook into opcode execution
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mathieu Bridon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 698264
TreeView+ depends on / blocked
 
Reported: 2011-04-20 14:14 UTC by Marcela Mašláňová
Modified: 2011-05-19 04:51 UTC (History)
3 users (show)

Fixed In Version: perl-B-Hooks-OP-PPAddr-0.03-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-22 14:58:50 UTC
Type: ---
Embargoed:
bochecha: fedora-review+
j: fedora-cvs+


Attachments (Terms of Use)

Description Marcela Mašláňová 2011-04-20 14:14:48 UTC
SPEC: http://mmaslano.fedorapeople.org/review/perl-B-Hooks-OP-PPAddr.spec
SRPM: http://mmaslano.fedorapeople.org/review/perl-B-Hooks-OP-PPAddr-0.03-1.fc14.src.rpm
Description:
This module provides a c api for XS modules to hook into the execution of perl opcodes.

http://koji.fedoraproject.org/koji/taskinfo?taskID=3013855

Comment 1 Mathieu Bridon 2011-04-21 08:31:58 UTC
[x] package passes
[-] not applicable
[!] package fails

== MUST ==

[x] rpmlint output
$ rpmlint -i perl-B-Hooks-OP-PPAddr.spec 
0 packages and 1 specfiles checked; 0 errors, 0 warnings.

$ rpmlint -i /var/lib/mock/fedora-rawhide-x86_64/result/perl-B-Hooks-OP-PPAddr-*
perl-B-Hooks-OP-PPAddr.src: W: spelling-error Summary(en_US) opcode -> op code, op-code, postcode
The value of this tag appears to be misspelled. Please double-check.

perl-B-Hooks-OP-PPAddr.src: W: spelling-error %description -l en_US api -> ai, pi, ape
The value of this tag appears to be misspelled. Please double-check.

perl-B-Hooks-OP-PPAddr.src: W: spelling-error %description -l en_US opcodes -> op codes, op-codes, postcodes
The value of this tag appears to be misspelled. Please double-check.

perl-B-Hooks-OP-PPAddr.x86_64: W: spelling-error Summary(en_US) opcode -> op code, op-code, postcode
The value of this tag appears to be misspelled. Please double-check.

perl-B-Hooks-OP-PPAddr.x86_64: W: spelling-error %description -l en_US api -> ai, pi, ape
The value of this tag appears to be misspelled. Please double-check.

perl-B-Hooks-OP-PPAddr.x86_64: W: spelling-error %description -l en_US opcodes -> op codes, op-codes, postcodes
The value of this tag appears to be misspelled. Please double-check.

perl-B-Hooks-OP-PPAddr.x86_64: W: devel-file-in-non-devel-package /usr/lib64/perl5/vendor_perl/B/Hooks/OP/PPAddr/Install/hook_op_ppaddr.h
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.

    => Those warnings can be safely ignored.

[x] The package must be named according to the Package Naming Guidelines
[x] The spec file name must match the base package %{name}
[x] The package must meet the Packaging Guidelines
[x] The package must be licensed with a Fedora approved license
[x] The License field in the package spec file must match the actual license.
[-] If (and only if) the source package includes the text of the license(s) in
its own file, then that file must be included in %doc
[x] The spec file must be written in American English
[x] The spec file for the package MUST be legible
[x] The sources used to build the package must match the upstream source, as
provided in the spec URL
    $ sha1sum B-Hooks-OP-PPAddr-0.03.tar.gz 
    34fcff8d10ea81b1020d290777ef4e868cb5f908  B-Hooks-OP-PPAddr-0.03.tar.gz
[x] The package '''MUST''' successfully compile and build into binary rpms on
at least one primary architecture
[-] The spec file MUST handle locales properly
[-] Every binary RPM package (or subpackage) which stores shared library files
(not just symlinks) in any of the dynamic linker's default paths, must call
ldconfig in %post and %postun
[x] Packages must NOT bundle copies of system libraries
[-] If the package is designed to be relocatable, the packager must state this
fact in the request for review
[x] A package must own all directories that it creates. If it does not create a
directory that it uses, then it should require a package which does create that
directory.
[x] A Fedora package must not list a file more than once in the spec file's
%files listings
[x] Permissions on files must be set properly
[x] Each package must consistently use macros
[x] The package must contain code, or permissable content
[x] Large documentation files must go in a -doc subpackage
[x] If a package includes something as %doc, it must not affect the runtime of
the application
[x] Header files must be in a -devel package
    => It is generally ok for Perl modules to include the header files in the main package:
    http://fedoraproject.org/wiki/Packaging/Perl#.h_files_in_module_packages
    
[-] Static libraries must be in a -static package
[-] If a package contains library files with a suffix (e.g. libfoo.so.1.1),
then library files that end in .so (without suffix) must go in a -devel package
[-] Subpackages requiring the base package
[x] Packages must NOT contain any .la libtool archives, these must be removed
in the spec if they are built
[-] Packages containing GUI applications must include a %{name}.desktop file,
and that file must be properly installed with desktop-file-install in the
%install section
[x] Packages must not own files or directories already owned by other packages
[x] All filenames in rpm packages must be valid UTF-8

== SHOULD ==

[x] The reviewer should test that the package builds in mock.
[x] The package should compile and build into binary rpms on all supported architectures.
[-] If scriptlets are used, those scriptlets must be sane
[-] Usually, subpackages other than devel should require the base package using
a fully versioned dependency
[-] The placement of pkgconfig(.pc) files depends on their usecase, and this is
usually for development purposes, so should be placed in a -devel pkg
[-] If the package has file dependencies outside of /etc, /bin, /sbin,
/usr/bin, or /usr/sbin consider requiring the package which provides the file
instead of the file itself
[-] your package should contain man pages for binaries/scripts


Package is approved.

Comment 2 Marcela Mašláňová 2011-04-21 09:09:08 UTC
New Package SCM Request
=======================
Package Name: perl-B-Hooks-OP-PPAddr
Short Description: Hook into opcode execution 
Owners: mmaslano ppisar psabata
Branches: 
InitialCC: perl-sig

Comment 3 Jason Tibbitts 2011-04-22 14:29:22 UTC
Git done (by process-git-requests).

Comment 4 Marcela Mašláňová 2011-05-09 08:11:43 UTC
Package Change Request
======================
Package Name: perl-B-Hooks-OP-PPAddr
New Branches: f15
Owners: mmaslano psabata ppisar
InitialCC: perl-sig

Comment 5 Jason Tibbitts 2011-05-10 15:30:45 UTC
Git done (by process-git-requests).

Comment 6 Fedora Update System 2011-05-12 06:09:39 UTC
perl-B-Hooks-OP-PPAddr-0.03-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/perl-B-Hooks-OP-PPAddr-0.03-1.fc15

Comment 7 Fedora Update System 2011-05-19 04:51:32 UTC
perl-B-Hooks-OP-PPAddr-0.03-1.fc15 has been pushed to the Fedora 15 stable repository.


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