Bug 1305991 (uchardet)

Summary: Review Request: uchardet - Universal charset detection
Product: [Fedora] Fedora Reporter: MartinKG <mgansser>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: anto.trande, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://github.com/BYVoid/uchardet
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-10 08:30:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description MartinKG 2016-02-09 18:21:46 UTC
Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/uchardet.spec
SRPM URL: https://martinkg.fedorapeople.org/Review/SRPMS/uchardet-0.0.5-1.fc23.src.rpm

Description: uchardet is a C language binding of the original C++ implementation of the
universal charset detection library by Mozilla. uchardet is an encoding
detector library, which takes a sequence of bytes in an unknown character
encoding without any additional information, and attempts to determine the
encoding of the text.

Fedora Account System Username: martinkg

rpmlint -i uchardet.spec ../SRPMS/uchardet-0.0.5-1.fc23.src.rpm ../RPMS/x86_64/uchardet-*
uchardet.src: W: spelling-error Summary(en_US) charset -> char set, char-set, catharses
The value of this tag appears to be misspelled. Please double-check.

uchardet.src: W: spelling-error %description -l en_US charset -> char set, char-set, catharses
The value of this tag appears to be misspelled. Please double-check.

uchardet.x86_64: W: spelling-error Summary(en_US) charset -> char set, char-set, catharses
The value of this tag appears to be misspelled. Please double-check.

uchardet.x86_64: W: spelling-error %description -l en_US charset -> char set, char-set, catharses
The value of this tag appears to be misspelled. Please double-check.

uchardet-devel.x86_64: W: only-non-binary-in-usr-lib
There are only non binary files in /usr/lib so they should be in /usr/share.

uchardet-devel.x86_64: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.

4 packages and 1 specfiles checked; 0 errors, 6 warnings.

Comment 1 MartinKG 2016-02-10 08:30:47 UTC

*** This bug has been marked as a duplicate of bug 1264713 ***