Bug 492165
| Summary: | Review Request: rotoscope - A free rotoscoping application. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yannik Stadelmaier <yanstadel> |
| Component: | Package Review | Assignee: | 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: | low | ||
| Version: | rawhide | CC: | cassmodiah, fedora-package-review, kalevlember, notting, rjones, taljurf |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-21 16:37:55 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: | |||
| Bug Blocks: | 201449 | ||
|
Description
Yannik Stadelmaier
2009-03-25 17:31:00 UTC
Some initial comments:
1) You have a typo in %install section. It should read %{buildroot}, not %{buidroot}.
2) A package should own all the directories it creates, otherwise it will leave empty directories behind when you uninstall it. Change:
%{_datadir}/%{name}/%{name}.*
to:
%{_datadir}/%{name}/
3) remove dot at the end of summary line;
4) NEWS file seems to be empty, so just don't install it;
5) rpmlint complains about mixed-use-of-spaces-and-tabs;
6) in the SRPM file you have execute bit set on both the spec file and the patch;
7) Licence is wrong. It seems to be GPLv2+, not GPLv2 as you have set in the spec file.
Yannik, would you address issues pointed out by Kalev and reupload the new spec/srpm (with Epoch-Version-Release changed)? ping again? again ping? I will close this bug as NOTABUG if no response is received from the reporter within ONE WEEK. Once closing. If someone wants to import this package into Fedora, please file a new review request and mark this bug as a duplicate of the new one. Thank you! *** This bug has been marked as a duplicate of bug 599324 *** |