https://bugzilla.redhat.com/show_bug.cgi?id=851746
Mario Blättermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] | |m Assignee|[email protected] |[email protected] | |m Flags| |fedora-review? --- Comment #1 from Mario Blättermann <[email protected]> --- $ rpmlint -i -v * bitlyclip.noarch: I: checking bitlyclip.noarch: W: spelling-error Summary(en_US) urls -> curls, purls, hurls The value of this tag appears to be misspelled. Please double-check. bitlyclip.noarch: W: spelling-error Summary(en_US) ly -> l, y, lye The value of this tag appears to be misspelled. Please double-check. bitlyclip.noarch: W: spelling-error %description -l en_US url -> URL, curl, purl The value of this tag appears to be misspelled. Please double-check. bitlyclip.noarch: W: spelling-error %description -l en_US ly -> l, y, lye The value of this tag appears to be misspelled. Please double-check. bitlyclip.noarch: W: spelling-error %description -l en_US hotkey -> hokey, hockey, hot key The value of this tag appears to be misspelled. Please double-check. bitlyclip.noarch: I: checking-url http://pypi.python.org/pypi/bitlyclip (timeout 10 seconds) bitlyclip.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/bitlyclip/__init__.py 0644L /usr/bin/env This text file contains a shebang or is located in a path dedicated for executables, but lacks the executable bits and cannot thus be executed. If the file is meant to be an executable script, add the executable bits, otherwise remove the shebang or move the file elsewhere. bitlyclip.noarch: W: no-manual-page-for-binary bitlyclip Each executable in standard binary directories should have a man page. bitlyclip.src: I: checking bitlyclip.src: W: spelling-error Summary(en_US) urls -> curls, purls, hurls The value of this tag appears to be misspelled. Please double-check. bitlyclip.src: W: spelling-error Summary(en_US) ly -> l, y, lye The value of this tag appears to be misspelled. Please double-check. bitlyclip.src: W: spelling-error %description -l en_US url -> URL, curl, purl The value of this tag appears to be misspelled. Please double-check. bitlyclip.src: W: spelling-error %description -l en_US ly -> l, y, lye The value of this tag appears to be misspelled. Please double-check. bitlyclip.src: W: spelling-error %description -l en_US hotkey -> hokey, hockey, hot key The value of this tag appears to be misspelled. Please double-check. bitlyclip.src: I: checking-url http://pypi.python.org/pypi/bitlyclip (timeout 10 seconds) bitlyclip.src: I: checking-url http://pypi.python.org/packages/source/b/bitlyclip/bitlyclip-0.2.1.tar.gz (timeout 10 seconds) bitlyclip.spec: I: checking-url http://pypi.python.org/packages/source/b/bitlyclip/bitlyclip-0.2.1.tar.gz (timeout 10 seconds) 2 packages and 1 specfiles checked; 1 errors, 11 warnings. Most of the spelling errors are ignorable, just "urls" could be better "URLs". Please check out what to do with __init__.py. Maybe it helps to add the usual header for noarch Python packages: %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Or simply remove the shebang. Scripts in %{python_sitelib} usually don't have it. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
