https://bugzilla.redhat.com/show_bug.cgi?id=729336
Michael Schwendt mschwendt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED CC| |mschwendt@gmail.com Version|15 |19 Resolution|DUPLICATE |--- Keywords| |Reopened
--- Comment #3 from Michael Schwendt mschwendt@gmail.com --- Issue is not fixed in Fedora 19 RPM, and it is an issue different from bug 699945.
minitunes.spec contains this bit to work around it:
# There is a bug in find-lang.sh (see BZ #729336) # heavily borrowed from /usr/lib/rpm/find-lang.sh find %{buildroot} -type f -o -type l|sort|sed ' s:'"%{buildroot}"':: s:(.*/locale/)([^/_]+)(.*.qm$):%lang(\2) \1\2\3: s:^([^%].*):: /^$/d' > %{name}.lang
i18n-bugs@lists.fedoraproject.org