Bug 204605
| Summary: | Review Request: geda-gsymcheck - Symbol checker for electronics schematics editor | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chitlesh GOORAH <chitlesh> |
| Component: | Package Review | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | hdegoede, mtasaka, wk |
| Target Milestone: | --- | Flags: | kevin:
fedora-cvs+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-10 10:42:37 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: | |||
| Bug Depends On: | 204168, 204263 | ||
| Bug Blocks: | 163779 | ||
|
Description
Chitlesh GOORAH
2006-08-30 11:56:44 UTC
*** Bug 177110 has been marked as a duplicate of this bug. *** Example: gsymcheck /usr/share/gEDA/sym/diode/led-3.sym -vv gEDA/gsymcheck version 20060123 gEDA/symcheck comes with ABSOLUTELY NO WARRANTY; see COPYING for more details. This is free software, and you are welcome to redistribute it under certain conditions; please see the COPYING file for more details. Checking: /usr/share/gEDA/sym/diode/led-3.sym Warning: Missing footprint= attribute 1 warnings found No errors found First review for geda-gsymcheck : 1. From http://fedoraproject.org/wiki/Packaging/Guidelines : * BuildRequires gtk2-devel guile-devel <- required by libgeda-devel libpng-devel <- required by gd-devel <- required by libgeda-devel * Encoding /usr/share/doc/geda-gsymcheck-20060123/AUTHORS is encoded in ISO-8859-1 and includes non-ascii character(s). Change the encoding to UTF-8 by iconv. * File and Directory Ownership The directory %{_datadir}/gEDA/ is already owned by geda-symbols-20060123-3.fc6 and this package requires geda-symbols (as written). 2. http://fedoraproject.org/wiki/Packaging/ReviewGuidelines = None. 3. Other things I have noticed: * URL Maybe http://www.geda.seul.org/tools/gsymcheck/index.html is more proper? And would you check other gEDA related packages if more preferable URL can be found? Updated: Spec URL: http://chitlesh.funpic.de/rpm/geda-gsymcheck.spec SRPM URL: http://chitlesh.funpic.de/rpm/geda-gsymcheck-20060123-4.src.rpm Well, * iconv -f EUCJP -t UTF8 AUTHORS.tmp > AUTHORS && \ Not EUCJP , this case is "iconv -f ISO-8859-1 -t UTF8 ....." Fix it, which is the only things to be fixed. This package is APPROVED by me. Closing as CLOSED NEXTRELEASE. New Package CVS Request ======================= Package Name: geda-gsymcheck Short Description: Symbol checker for electronics schematics editor Owners: chitlesh Branches: EL-5 cvs done. |