Spec URL: http://toshio.fedorapeople.org/packages/gprof2dot.spec SRPM URL: http://toshio.fedorapeople.org/packages/gprof2dot-1.0-0.1.20090901svn.fc11.src.rpm Description: This is a Python script to convert the output from prof, gprof, oprofile, Shark, AQtime, and python profilers into a dot graph. It has the following features: * can correctly parse C++ template function names * allows to prune nodes and edges below a certain threshold * uses an heuristic to propagate time inside mutually recursive functions * uses color efficiently to draw attention to hot-spots
Builds fine and rpmlint is silent. Generally I'd recommend using svn export instead of svn checkout as the latter generates .svn directories which aren't useful for a tarball release. Not a huge deal, of course. I'm not sure the test suite does much of anything. I guess it shows that the program doesn't die, but without a set of expected data it has nothing to compare the generated output against. Looks good to me. * source files match upstream (compared manually after following checkout instructions) * package meets naming and versioning guidelines. * specfile is properly named, is cleanly written and uses macros consistently. * summary is OK. * description is OK. * dist tag is present. * build root is OK. * license field matches the actual license. * license is open source-compatible. * license text not included upstream. * BuildRequires are proper. * %clean is present. * package builds in mock (rawhide, x86_64). * package installs properly. * rpmlint is silent. * final provides and requires are sane: gprof2dot = 1.0-0.1.20090901svn.fc12 = /usr/bin/env python * %check is present and the test run at least doesn't crash. * owns the directories it creates. * doesn't own any directories it shouldn't. * no duplicates in %files. * file permissions are appropriate. * no generically named files * code, not content. APPROVED
I will change svn checkout => svn export before build as well. New Package CVS Request ======================= Package Name: gprof2dot Short Description: Generate dot graphs from the output of several profilers Owners: toshio Branches: F-10 F-11 EL-5 InitialCC:
CVS Done
gprof2dot-1.0-0.2.20090901svn.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/gprof2dot-1.0-0.2.20090901svn.fc11
gprof2dot-1.0-0.2.20090901svn.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gprof2dot'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-9683
gprof2dot-1.0-0.2.20090901svn.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.