Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: fwbackups - a user backup program, with support for automated backups and on-demand backups
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205075
------- Additional Comments From panemade@gmail.com 2006-09-13 08:36 EST ------- {Not Official Reviewer} packaging looks ok. + Mockbuild is successfull for i386 FC6 + rpmlint on binary rpm is silent + dist tag is present + Buildroot is correct - source URL is NOT correct wget http://www.diffingo.com/content/view/12/45/lang,en/fwbackups-1.42.tar.gz --18:03:48-- http://www.diffingo.com/content/view/12/45/lang,en/fwbackups-1.42.tar.gz Resolving www.diffingo.com... 69.90.92.10 Connecting to www.diffingo.com|69.90.92.10|:80... connected. HTTP request sent, awaiting response... 404 Not Found 18:03:49 ERROR 404: Not Found.
+ BR is correct + License used is GPL + License file COPYING is included + MD5 sum on tarball is matching upstream tarball 9dc696ddf62f26827715fecbb15d6134 fwbackups-1.42.tar.gz + No duplicate files
Not tested package.
However when i check http://fedoraproject.org/wiki/Packaging/Python i found first line in SPEC contains %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
whereas above wikipage suggests %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}