Bug 970407
Summary: | Review Request: mingw-libtheora - Theora Video Compression Codec | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve <ulatekh> |
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: | unspecified | ||
Version: | rawhide | CC: | kupo, mindruv, package-review, ulatekh, valtri |
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: | 2014-07-23 00:22:28 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
Steve
2013-06-04 00:49:05 UTC
Hello Steve, Spec looks good, rpmlint dose not report E/W. just some small modifications needed. remove rm -rf $RPM_BUILD_ROOT it's not required any more in EPEL6 >%install >rm -rf $RPM_BUILD_ROOT same story here >%clean >rm -rf $RPM_BUILD_ROOT http://fedoraproject.org/wiki/Packaging:Guidelines#.25clean The %clean section is not required for F-13 and above. Each package for F-12 and below (or EPEL 5) MUST have a %clean section, which contains rm -rf %{buildroot} (or $RPM_BUILD_ROOT). Build fails on rawhide. You have some files you're not taking care of properly. RPM build errors: Installed (but unpackaged) file(s) found: /usr/i686-w64-mingw32/sys-root/mingw/bin/libtheoraenc-1.dll /usr/i686-w64-mingw32/sys-root/mingw/lib/libtheoraenc.dll.a /usr/x86_64-w64-mingw32/sys-root/mingw/bin/libtheoraenc-1.dll /usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtheoraenc.dll.a Depends on bug 964437 comment 5. > $ fedora-review -b 970407 > INFO: Processing bugzilla bug: 970407 > INFO: Getting .spec and .srpm Urls from : 970407 > ERROR: 'Cannot find source rpm URL' To Steve: Requesting fedorapeople.org web space would be a good idea in this case: https://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Upload_Your_Package Also, I've had a look at whether there is a Fedora MinGW SIG, and there is one http://fedoraproject.org/wiki/MinGW including an own mailing-list. There are a lot of pending review requests according to the query they have linked on that page, so there is a lot to do. I highly recommend getting in touch with them for any progress. There were no response for more than one month. This ticket could be closed as stalled within one week as described in http://fedoraproject.org/wiki/Policy_for_stalled_package_reviews . *** This bug has been marked as a duplicate of bug 1122325 *** |