Bug 699945
Summary: | find-lang.sh doesn't find *_ca@valencia.qm files | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kevin Kofler <kevin> |
Component: | rpm | Assignee: | Jindrich Novy <jnovy> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | christoph.wickert, ffesti, jnovy, pknirsch, pmatilai |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-04-27 08:32:53 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
Kevin Kofler
2011-04-27 01:25:01 UTC
Fixing regular expressions in find-lang seems better way to go. It is now fixed. find-lang detects the qm file like this: %lang(ca@valencia) /x86_64-unknown-linux/avogadro/src/avogadro_ca Assuming it is correct. Uh, no, this is not correct, it should be /usr/share, not /x86_64-unknown-linux. Are you sure you ran the script on the DESTDIR (the %buildroot), not on the BUILD dir? It's ran in a test directory and so x86_64-unknown-linux is a dummy directory for running find-lang.sh. What I had in mind was that assuming %lang(ca@valencia) at the beginning is correct. *** Bug 729336 has been marked as a duplicate of this bug. *** |