SPEC: http://mmaslano.fedorapeople.org/review/perl-Object-Pluggable.spec SRPM: http://mmaslano.fedorapeople.org/review/perl-Object-Pluggable-1.29-1.fc14.src.rpm Description: Object::Pluggable is a base class for creating plugin enabled objects. It is a generic port of POE::Component::IRC's plugin system.
Package Review ============== Key: - = N/A x = Check ! = Problem ? = Not evaluated === REQUIRED ITEMS === [x] Package is named according to the Package Naming Guidelines. [x] Spec file name must match the base package %{name}, in the format %{name}.spec. [x] Spec file is legible and written in American English. [x] Spec file lacks Packager, Vendor, PreReq tags. [x] Spec uses macros instead of hard-coded directory names. [x] Package consistently uses macros. [-] Macros in Summary, %description expandable at SRPM build time. [x] PreReq is not used. [x] Requires correct, justified where necessary. [!] All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines. [!] Buildroot is correct (%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)). [x] Package run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) and the beginning of %install. [-] Package use %makeinstall only when ``make install DESTDIR=...'' doesn't work. [x] Package has a %clean section, which contains rm -rf %{buildroot} (or $RPM_BUILD_ROOT). [-] The spec file handles locales properly. [x] Changelog in prescribed format. [!] Rpmlint output is silent. [x] License field in the package spec file matches the actual license. [x] If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %doc. [-] License file installed when any subpackage combination is installed. [x] Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [x] Sources contain only permissible code or content. [x] Sources used to build the package matches the upstream source, as provided in the spec URL. MD5SUM this package : 25d2c1a2ad5bc129e677738172734a8e MD5SUM upstream package : 25d2c1a2ad5bc129e677738172734a8e [-] Compiler flags are appropriate. [-] %build honors applicable compiler flags or justifies otherwise. [-] ldconfig called in %post and %postun if required. [x] Package must own all directories that it creates. [x] Package does not own files or directories owned by other packages. [x] Package requires other packages for directories it uses. [x] Package does not contain duplicates in %files. [x] Permissions on files are set properly. [x] Each %files section contains %defattr. [x] No %config files under /usr. [-] %config files are marked noreplace or the reason is justified. [-] Package contains a properly installed %{name}.desktop using desktop-file-install file if it is a GUI application. [5] [-] Package contains a valid .desktop file. [x] Package contains code, or permissable content. [-] Package contains a SysV-style init script if in need of one. [x] File names are valid UTF-8. [-] Large documentation files are in a -doc subpackage, if required. [x] Package uses nothing in %doc for runtime. [x] Package contains no bundled libraries. [-] Header files in -devel subpackage, if present. [-] Static libraries in -static subpackage, if present. [x] Package contains no static executables. [-] Package requires pkgconfig, if .pc files are present. [-] Development .so files in -devel subpackage, if present. [-] Fully versioned dependency in subpackages, if present. [x] Package does not contain any libtool archives (.la). [-] Useful -debuginfo package or justification otherwise. [-] Rpath absent or only used for internal libs. [x] Package does not genrate any conflict. [x] Package does not contains kernel modules. [x] Package is not relocatable. [-] Package successfully compiles and builds into binary rpms on at least one supported architecture. [x] Package is not known to require ExcludeArch. [x] Package installs properly. [x] Package obeys FHS, except libexecdir and /usr/target. [x] Package meets the Packaging Guidelines. === SUGGESTED ITEMS === [?] Package functions as described. [x] Latest version is packaged. [x] Package does not include license text files separate from upstream. [-] If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [-] Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [x] SourceX is a working URL. [-] SourceX / PatchY prefixed with %{name}. [x] Final provides and requires are sane (rpm -q --provides and rpm -q --requires). [!] %check is present and all tests pass. [-] Usually, subpackages other than devel should require the base package using a fully versioned dependency. [x] Reviewer should test that the package builds in mock. [-] Package should compile and build into binary rpms on all supported architectures. [x] Dist tag is present. [-] Spec use %global instead of %define. [-] Scriptlets must be sane, if used. [-] The placement of pkgconfig(.pc) files are correct. [x] No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x] Packages should try to preserve timestamps of original installed files. [-] File based requires are sane. [-] Man pages included for all executables. [x] Uses parallel make. [-] Patches link to upstream bugs/comments/lists or are otherwise justified. === Issues === 1. The provided specfiles differs from the one in SRPM 2. Package should BuildRequire perl(Pod::Parser) >= 1.36 3. Buildroot not specified 4. rpmlint compains about spelling in %description, s/plugin/plug-in/ for en_US 5. t/99_pod.t isn't run because of Issue No. 2 === Final Notes === 1. N/A
(In reply to comment #1) > === Issues === > 1. The provided specfiles differs from the one in SRPM Fixed. > 2. Package should BuildRequire perl(Pod::Parser) >= 1.36 Pod tests are not mandatory (I guess), but I included them (more BR were needed). > 3. Buildroot not specified BuildRoot is not needed since F-12 > 4. rpmlint compains about spelling in %description, s/plugin/plug-in/ for en_US Fixed. > 5. t/99_pod.t isn't run because of Issue No. 2 Fixed. SPEC: http://mmaslano.fedorapeople.org/review/perl-Object-Pluggable.spec SRPM: http://mmaslano.fedorapeople.org/review/perl-Object-Pluggable-1.29-1.fc14.src.rpm
(In reply to comment #2) > (In reply to comment #1) > > === Issues === > > 1. The provided specfiles differs from the one in SRPM > Fixed. [confirmed] > > > 2. Package should BuildRequire perl(Pod::Parser) >= 1.36 > Pod tests are not mandatory (I guess), but I included them (more BR were > needed). [confirmed] > > > 3. Buildroot not specified > BuildRoot is not needed since F-12 It's not required but makes the package more portable. It would be nice to have it but let's not consider it a review blocker. > > > 4. rpmlint compains about spelling in %description, s/plugin/plug-in/ for en_US > Fixed. [confirmed] > > > 5. t/99_pod.t isn't run because of Issue No. 2 > Fixed. [confirmed] > > SPEC: http://mmaslano.fedorapeople.org/review/perl-Object-Pluggable.spec > SRPM: > http://mmaslano.fedorapeople.org/review/perl-Object-Pluggable-1.29-1.fc14.src.rpm The rest seems okay, package still builds, all tests pass... ================ *** APPROVED *** ================
New Package SCM Request ======================= Package Name: perl-Object-Pluggable Short Description: Base class for creating plugin-enabled objects Owners: mmaslano ppisar psabata Branches: F-14 InitialCC: perl-sig
Git done (by process-git-requests).
Marcela, is there any reason you didn't push the build for f14?
(In reply to comment #6) > Marcela, > > is there any reason you didn't push the build for f14? I forgot to add it into updates:( Fixed now, thanks for reminder. https://admin.fedoraproject.org/updates/perl-Object-Pluggable-1.29-1.fc14
Package Change Request ====================== Package Name: perl-Object-Pluggable New Branches: el6 Owners: averi psabata InitialCC: perl-sig