Bug 885833
| Summary: | Review Request: tw - translate words into different languages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Deleted Account <juanmabcmail> | ||||
| Component: | Package Review | Assignee: | Rex Dieter <rdieter> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | anto.trande, christoph.wickert, echevemaster, kevin, notting, package-review, rdieter | ||||
| Target Milestone: | --- | Flags: | rdieter:
fedora-review+
gwync: 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: | 2012-12-28 03:48:52 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: | |||||||
| Attachments: |
|
||||||
|
Description
Deleted Account
2012-12-10 18:15:14 UTC
Hi Juan. There are some issues just for starting: - License should be GPLv3. - Source* tag is the full URL for the compressed archive containing the (original) pristine source code. https://fedoraproject.org/wiki/Packaging:SourceURL?rd=Packaging/SourceURL - BuildRequires and Requires entries listed one-by-one; it is important for a better spec legibility. - In BuildRequires tag, coreutils, bash and sed can be omitted. https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Exceptions_2 - Description is too long for a single line. - Changelog is missing For more details, you can start with http://fedoraproject.org/wiki/Packaging:Guidelines Thanks for the info, it was really helpful. Spec URL: http://translateword.googlecode.com/files/tw-0.9.4-0.2.spec SRPM URL: http://translateword.googlecode.com/files/tw-0.9.4-0.2.fc17.src.rpm http://koji.fedoraproject.org/koji/taskinfo?taskID=4775089 Conform to rpmlint. :) Spec URL: http://translateword.googlecode.com/files/tw-0.9.4-0.3.spec SRPM URL: http://translateword.googlecode.com/files/tw-0.9.4-0.3.fc17.src.rpm http://koji.fedoraproject.org/koji/taskinfo?taskID=4775252 Hi Juan - Please put in the field Blocks the tag FE-NEEDSPONSOR. - The spec should be in a place where it can be reviewed online, and not to download. - the package what provides /usr/bin/xmllint is libxml2 - The tag Release is incorrect, in this case should be only "3", not "0.3" I'm gonna attach the spec then. I was thinking about the tag scheme, fixed. Block tag FE-NEEDSPONSOR updated, rdieter from #fedora-kde offered. I was already using libxml2 as requires, but rpmlint complains, not with a warning but an error: tw.i686: E: explicit-lib-dependency libxml2 Please confirm to use Requires: /usr/bin/xmllint or Requires: libxml2, as the later raises an rpmlint error. After that i'll upload. Created attachment 661177 [details]
tw-0.9.4-4.spec
As this is a shell script that is calling xmllint, the final way to go seems Requires: %{_bindir}/xmllint (rdieter).
Spec URL: tw-0.9.4-4.spec attached.
SRPM URL: http://translateword.googlecode.com/files/tw-0.9.4-4.fc17.src.rpm
Hi Juan
In "Requires", I consider that this should not go
Requires: sed
Requires: bash
Requires: gawk
Requires: coreutils
rpm will auto-detect most Requires: based on what your binary links with
- apparently %{_bindir}/xmllint is detected correctly.
- In koji can see
http://kojipkgs.fedoraproject.org//work/tasks/7249/4777249/build.log
checking for sed... yes
checking for bash... yes
checking for getopt... yes
checking for gawk... yes
checking for curl... yes
checking for iconv... yes
checking for xmllint... yes
checking for lynx... no
checking for aspell... no
lynx and aspell should be BuildRequires
- Perhaps I did not explain, when i say that your spec "should be in a place where it can be reviewed online, and not to download." I mean a direct web link, like this:
http://echevemaster.fedorapeople.org/xfce-theme-manager/1/xfce-theme-manager.spec
Regards
Oh I forgot, the name of your spec should not contain more nothing that the name of the program, without version numbers. i.e is correct "tw.spec" instead of "tw-0.9.4-4.spec" * It is not a binary linking to any program or lib (apart from a real executable utility linking to mythes trhough hunspell, keeping it arch specific instead of fully noarch package), it is a shell script binary (#!/usr/bin/env bash). Anyway, Requires cleaned, lynx and aspell added in Requires: http://koji.fedoraproject.org/koji/taskinfo?taskID=4778055 * Accessing Your fedorapeople.org Space - You must be sponsored in a group (other than the CLA groups) I could keep trying to get access to any place like that but if the already provided places don't work i can't seem to be able to provide such space. Try to select "open file" instead of "save/save as" on browser dialog. * Spec URL: http://translateword.googlecode.com/files/tw.spec SRPM URL: http://translateword.googlecode.com/files/tw-0.9.4-5.fc17.src.rpm > In "Requires", I consider that this should not go
> Requires: sed
> Requires: bash
> Requires: gawk
> Requires: coreutils
Uh, no, these are actually needed!
I think bash is only autodetected if you use #!/bin/bash directly rather than #!/usr/bin/env bash. The others are definitely NOT autodetected, because they're only called in the script, not linked by anything nor used as a #! line.
(and there are NO implicit Requires, unlike BuildRequires, because you cannot make any assumptions about user systems) * Do not assume anything about Requires. Spec URL: http://translateword.googlecode.com/files/tw.spec SRPM URL: http://translateword.googlecode.com/files/tw-0.9.4-6.fc17.src.rpm i can help finish up the review today (hopefully)... naming: ok sources: ok md5sum *.bz2 8e0a7c167e357c860601b5348469ad15 tw-0.9.4.tar.bz2 license: close, but... licensecheck -r src src/tw.in.sh: GPL (v3 or later) src/tw_mythes.sh: GPL (v3 or later) src/cmd.sh: GPL (v3 or later) src/mythes.cxx: *No copyright* UNKNOWN src/engines/tw_cache.sh: GPL (v3 or later) src/engines/tw_ft.sh: GPL (v3 or later) src/engines/tw_share.sh: GPL (v3 or later) src/engines/tw_yb.sh: GPL (v3 or later) src/engines/tw_local.sh: GPL (v3 or later) src/engines/tw_gt.sh: GPL (v3 or later) 1. MUST: Seems we can use License: GPLv3+ here 2. SHOULD consider omitting deprecated stuff from .spec like BuildRoot: https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#BuildRoot_tag Group: https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Group_tag %clean: https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#.25clean %defattr: https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#File_Permissions scriptlets: ok macros: ok dependencies: NOT ok 3. MUST: hrm, I can't find it explicitly in the guidelines at the moment, but pretty sure you can safely omit: Requires: glibc-common which is already implicitly pulled in by pretty much everything already. Being not a complicated package, the rest looks good, please look over items 1-3. Very instructive, thanks. * Mon Dec 13 2012 Juan Manuel Borges CaƱo <juanmabcmail> - 0.9.4-7 - Use GPLv3+. - Omit deprecated stuff like BuildRoot, Group, clean and defattr. - Omit Requires: glibc-common, implicitly pulled by pretty much everything already. - Add tw-config-klipper to files. Spec URL: http://translateword.googlecode.com/files/tw.spec SRPM URL: http://translateword.googlecode.com/files/tw-0.9.4-7.fc17.src.rpm Looks good, though the tarball changed since comment #15 to include your klipper bit. As upstream, that's a bit your perogative. APPROVED (and sponsored). Move on to: https://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Add_Package_to_Source_Code_Management_.28SCM.29_system_and_Set_Owner New Package SCM Request ======================= Package Name: tw Short Description: Translate words into different languages Owners: juanmabc Branches: f17 f18 InitialCC: Git done (by process-git-requests). Package Change Request ====================== Package Name: tw New Branches: f16 Owners: juanmabc koji build --scratch f16 succeeds. tw-0.9.4-7.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/tw-0.9.4-7.fc18 tw-0.9.4-7.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/tw-0.9.4-7.fc17 tw-0.9.4-7.fc18 has been pushed to the Fedora 18 testing repository. Git done (by process-git-requests). tw-0.9.4-7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/tw-0.9.4-7.fc16 tw-0.9.4-7.fc17 has been pushed to the Fedora 17 stable repository. tw-0.9.4-7.fc16 has been pushed to the Fedora 16 stable repository. tw-0.9.4-7.fc18 has been pushed to the Fedora 18 stable repository. tw-0.9.8-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/tw-0.9.8-1.fc18 tw-0.9.8-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/tw-0.9.8-1.fc17 tw-0.9.8-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/tw-0.9.8-1.fc16 tw-0.9.8-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. tw-0.9.8-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. tw-0.9.8-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. tw-0.9.16-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/tw-0.9.16-1.fc19 tw-0.9.16-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/tw-0.9.16-1.fc18 tw-0.9.16-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/tw-0.9.16-1.fc17 Please DO NOT reference the review request on every single update of the package. Doing so only makes sense for the initial newpackage update. Once the package is in (i.e. the initial update is pushed), the review request is closed and further updates need not and should not reference it anymore. tw-0.9.16-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/tw-0.9.16-2.fc19 tw-0.9.16-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/tw-0.9.16-2.fc18 tw-0.9.16-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/tw-0.9.16-2.fc17 |