Spec URL: http://fab.fedorapeople.org/packages/SRPMS/python-anyvc.spec SRPM URL: http://fab.fedorapeople.org/packages/SRPMS/python-anyvc-0.3.1-1.fc13.src.rpm Project URL: http://pypi.python.org/pypi/anyvc Description: Anyvc is an abstraction library for different kind of version control systems. Although primarily a library, there is a command line tool (vc) to use with it. Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2276263 rpmlint output: [fab@laptop011 SRPMS]$ rpmlint python-anyvc-0.3.1-1.fc13.src.rpm python-anyvc.src: W: spelling-error %description -l en_US vc -> VC, cc, vv python-anyvc.src:56: W: macro-in-comment %check 1 packages and 0 specfiles checked; 0 errors, 2 warnings. [fab@laptop011 noarch]$ rpmlint python-anyvc-0.3.1-1.fc13.noarch.rpm python-anyvc.noarch: W: spelling-error %description -l en_US vc -> VC, cc, vv 1 packages and 0 specfiles checked; 0 errors, 1 warnings.
* Wed Nov 08 2010 Fabian Affolter <fabian> - 0.3.5-1 - Added test that is working - Added new BR - Updated to new upstream version 0.3.5 Spec URL: http://fab.fedorapeople.org/packages/SRPMS/python-anyvc.spec SRPM URL: http://fab.fedorapeople.org/packages/SRPMS/python-anyvc-0.3.5-1.fc14.src.rpm
Project url is not pypi.python.org but [1] will be the url for this package. - [1]. http://www.bitbucket.org/RonnyPfannschmidt/anyvc/
Well, thanks for your comment. I consider to change it later because this is not a blocker and my time limited. BTW, this is only a comment and not a review. If you want to swap review in the future you should better not ask me.
Any progress? Fabian, are you still interested?
Well, I am.
OK, takin' this one.
ok, before I'll do a formal review, is there anything new regarding this package? Latest release on pypi is 0.3.5 (sometime in 2010), latest change on bitbucket was 2012-04-16.
Upstream made a new release in the meantime. I will make an updated package.
Fabian, just give me a ping, when you're ready.
python-hgdistver is now available. Time to go on ;-)
Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=4791714 rpmlint output: [fab@laptop11 SRPMS]$ rpmlint python-anyvc-0.3.7.1-2.fc17.src.rpm python-anyvc.src: W: spelling-error %description -l en_US vc -> cc, v, c python-anyvc.src:51: W: macro-in-comment %doc 1 packages and 0 specfiles checked; 0 errors, 2 warnings. [fab@laptop11 noarch]$ rpmlint python-anyvc-0.3.7.1-2.fc17.noarch.rpm python-anyvc.noarch: W: no-documentation python-anyvc.noarch: W: no-manual-page-for-binary vc 1 packages and 0 specfiles checked; 0 errors, 2 warnings. * Fri Dec 14 2012 Fabian Affolter <mail> - 0.3.7.1-2 - Remove egg-info - python-hgdistver is available now Updated files: Spec URL: http://fab.fedorapeople.org/packages/SRPMS/python-anyvc.spec SRPM URL: http://fab.fedorapeople.org/packages/SRPMS/python-anyvc-0.3.7.1-2.fc17.src.rpm
Package Review ============== Key: [x] = Pass [!] = Fail [-] = Not applicable [?] = Not evaluated [ ] = Manual review needed ===== MUST items ===== Generic: [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]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. [x]: %build honors applicable compiler flags or justifies otherwise. [x]: All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines. [x]: Package contains no bundled libraries. [x]: Changelog in prescribed format. [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Sources contain only permissible code or content. [x]: Each %files section contains %defattr if rpm < 4.4 [x]: Macros in Summary, %description expandable at SRPM build time. [-]: Package contains desktop file if it is a GUI application. [-]: Development files must be in a -devel package [x]: Package requires other packages for directories it uses. [x]: Package uses nothing in %doc for runtime. [x]: Package is not known to require ExcludeArch. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package complies to the Packaging Guidelines [x]: Spec file lacks Packager, Vendor, PreReq tags. [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. [x]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated". 1 files have unknown license. Detailed output of licensecheck in /home/mrunge/review/608512-python-anyvc/licensecheck.txt [x]: Package consistently uses macro is (instead of hard-coded directory names). [x]: Package is named using only allowed ASCII characters. [x]: Package is named according to the Package Naming Guidelines. [x]: Package does not generate any conflict. Note: Package contains no Conflicts: tag(s) [x]: Package do not use a name that already exist [x]: Package obeys FHS, except libexecdir and /usr/target. [-]: If the package is a rename of another package, proper Obsoletes and Provides are present. [x]: Package must own all directories that it creates. [x]: Package does not own files or directories owned by other packages. [x]: Package installs properly. [x]: Package is not relocatable. [x]: Requires correct, justified where necessary. [x]: CheckResultdir [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file is legible and written in American English. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [-]: Package contains systemd file(s) if in need. [x]: File names are valid UTF-8. [x]: Large documentation must go in a -doc subpackage. Note: Documentation size is 0 bytes in 0 files. [x]: Packages must not store files under /srv, /opt or /usr/local Python: [x]: Package contains BR: python2-devel or python3-devel [x]: Binary eggs must be removed in %prep Note: Cannot find sources under BUILD (using prebuilt sources?) [x]: Python eggs must not download any dependencies during the build process. [x]: A package which is used by another package via an egg interface should provide egg info. [x]: Package meets the Packaging Guidelines::Python ===== SHOULD items ===== Generic: [x]: Reviewer should test that the package builds in mock. [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [x]: Dist tag is present. [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Final provides and requires are sane (rpm -q --provides and rpm -q --requires). [?]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [x]: The placement of pkgconfig(.pc) files are correct. [x]: SourceX tarball generation or download is documented. [!]: SourceX / PatchY prefixed with %{name}. Note: Source0 (anyvc-0.3.7.1.tar.gz) [x]: SourceX is a working URL. [-]: Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [x]: Package should compile and build into binary rpms on all supported architectures. [-]: %check is present and all tests pass. [x]: Packages should try to preserve timestamps of original installed files. [x]: Spec use %global instead of %define. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on all installed packages. Note: There are rpmlint messages (see attachment). [!]: Spec file according to URL is the same as in SRPM. Note: Spec file as given by url is not the same as in SRPM (see attached diff). [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: python-anyvc-0.3.7.1-2.fc19.noarch.rpm python-anyvc-0.3.7.1-2.fc19.src.rpm python-anyvc.noarch: W: no-documentation python-anyvc.noarch: W: no-manual-page-for-binary vc python-anyvc.src: W: spelling-error %description -l en_US vc -> cc, v, c python-anyvc.src:51: W: macro-in-comment %doc 2 packages and 0 specfiles checked; 0 errors, 4 warnings. Rpmlint (installed packages) ---------------------------- # rpmlint python-anyvc python-anyvc.noarch: W: no-documentation python-anyvc.noarch: W: no-manual-page-for-binary vc 1 packages and 0 specfiles checked; 0 errors, 2 warnings. # echo 'rpmlint-done:' Diff spec file in url and in SRPM --------------------------------- --- /home/mrunge/review/608512-python-anyvc/srpm/python-anyvc.spec 2012-12-17 08:40:56.901141985 +0100 +++ /home/mrunge/review/608512-python-anyvc/srpm-unpacked/python-anyvc.spec 2012-12-17 08:40:58.691135975 +0100 @@ -34,5 +34,4 @@ %prep %setup -q -n %{srcname}-%{version} -rm -rf %{srcname}.egg-info %build @@ -57,5 +56,4 @@ %changelog * Fri Dec 14 2012 Fabian Affolter <mail> - 0.3.7.1-2 -- Remove egg-info - python-hgdistver is available now Requires -------- python-anyvc-0.3.7.1-2.fc19.noarch.rpm (rpmlib, GLIBC filtered): /usr/bin/python mercurial python(abi) = 2.7 python-dulwich python-subvertpy Looks good to me, APPROVED
Thanks for the review, Matthias.
New Package SCM Request ======================= Package Name: python-anyvc Short Description: Python library to access different version control system Owners: fab Branches: F17 F18 InitialCC:
Git done (by process-git-requests).
python-anyvc-0.3.7.1-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-anyvc-0.3.7.1-2.fc18
python-anyvc-0.3.7.1-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-anyvc-0.3.7.1-2.fc17
python-anyvc-0.3.7.1-2.fc18 has been pushed to the Fedora 18 testing repository.
python-anyvc-0.3.7.1-2.fc18 has been pushed to the Fedora 18 stable repository.
python-anyvc-0.3.7.1-2.fc17 has been pushed to the Fedora 17 stable repository.