Spec URL: http://www.drizzle.com/~pacifico/perl-Class-Data-Accessor.spec SRPM URL: http://www.drizzle.com/~pacifico/perl-Class-Data-Accessor-0.03-1.src.rpm Description: Class::Data::Accessor is the marriage of Class::Accessor and Class::Data::Inheritable into a single module. It is used for creating accessors to class data that are overridable in subclasses as well as in class instances. N.B. My second package review submission. I am looking for a sponsor.
Ok, so maybe it's just my machine is a little grumpy with me for upgrading to fc6, but with that source0 line spectool actually fetched a _symlink_. Filed at bug 212108. Usually when there's both a Build.PL and Makefile.PL, Build.PL is the preferred mechanism to build the module. Not a blocker, however (and Makefile.PL is pretty much jsut a shell to Build.PL in this case anyways). The spec is missing perl(Test::Pod) as a br for one of the tests... Add this and the package is be approved. + 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 (Build.PL) + license is open source-compatible. License text not included upstream. + source files match upstream: ebd99741ed0d65e95724ee72dae56bbe Class-Data-Accessor-0.03.tar.gz ebd99741ed0d65e95724ee72dae56bbe Class-Data-Accessor-0.03.tar.gz.srpm + latest version is being packaged. X BuildRequires are proper. + rpmlint is silent. + final provides and requires are sane: ** perl-Class-Data-Accessor-0.03-1.fc5.noarch.rpm == rpmlint == provides perl(Class::Data::Accessor) = 0.03 perl-Class-Data-Accessor = 0.03-1.fc5 == requires perl(:MODULE_COMPAT_5.8.8) perl(Carp) perl(strict) perl(vars) + no shared libraries are present. + package is not relocatable. + owns the directories it creates. + doesn't own any directories it shouldn't. + no duplicates in %files. + file permissions are appropriate. + %clean is present. + %check is present and all tests pass: All tests successful. Files=3, Tests=21, 0 wallclock secs ( 0.18 cusr + 0.09 csys = 0.27 CPU) + 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. + no headers. + no pkgconfig files. + no libtool .la droppings. + not a GUI app. + not a web app.
One additional thing I should have noted.... With noarch perl packages, it's possible to trim the OPTIMIZE="$RPM_OPT_FLAGS" being passed in %build, and to remove the entire "find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'" line from %install. This is not a blocker, but rather just a matter of eliminating parts of the spec template that are not needed for noarch perl packages.
Well, it's been more than half a year since the last comment. Is anything happening here?
I guess now; closing.