Bug 490204 (mingw32-qt-qmake)
| Summary: | Review Request: mingw32-qt-qmake - build environment for Qt for MinGW applications | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thomas Sailer <fedora> |
| Component: | Package Review | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-mingw, fedora-package-review, notting, rjones |
| Target Milestone: | --- | Flags: | rjones:
fedora-review+
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: | 2009-03-16 03:10:11 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: | 490132 | ||
|
Description
Thomas Sailer
2009-03-13 19:48:57 UTC
Taking for review. auto-buildrequires looks OK: BuildRequires: binutils = 2.19.51.0.2.16.fc11.x86_64 BuildRequires: coreutils = 7.1.6.fc11.x86_64 BuildRequires: diffutils = 2.8.1.23.fc11.x86_64 BuildRequires: findutils = 1:4.4.0.2.fc11.x86_64 BuildRequires: grep = 2.5.3.4.fc11.x86_64 BuildRequires: mingw32-filesystem = 49.3.fc11.noarch BuildRequires: sed = 4.1.5.12.fc11.x86_64 rpmlint says: mingw32-qt-qmake.x86_64: W: no-documentation Consider adding %doc, although I won't disapprove the review for lack of this. mingw32-qt-qmake.x86_64: E: devel-dependency qt-devel This is OK. mingw32-qt-qmake.x86_64: E: no-binary Also OK. mingw32-qt-qmake.x86_64: E: only-non-binary-in-usr-lib Also OK (in this case). This is an extremely simple package which just installs
two %{SOURCE*} files into a specific location, as required
by the mingw32-qt.noarch package.
The package complies with Fedora packaging guidelines, and
is APPROVED by rjones.
New Package CVS Request ======================= Package Name: mingw32-qt-qmake Short Description: Qt for MinGW32 Build Environment Owners: sailer rjones Branches: InitialCC: Thanks! Hm, what documentation would you expect? I'm having troubles coming up with reasonable documentation for this package... Or should I put an AUTHORS file in there containing RMW Jones? :) Normally you'd just put a license file there. I "wrote" this, but in fact I derived it from existing files in the Qt distribution, so the correct way to do this is to add the license file from Qt here. cvs done. License file put into the package, and built for rawhide. |