https://bugzilla.redhat.com/show_bug.cgi?id=871092

--- Comment #17 from Antonio Trande <trp...@katamail.com> ---
I have used

...
find $RPM_BUILD_ROOT -type f -o -type l| \
           sed '
                 s:'"$RPM_BUILD_ROOT"'::
                 s:\(.*%{_datadir}/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2)
\1\2\3:
                 s:^\([^%].*\)::
                 /^$/d' > %{name}.lang
%find_lang %{name}
...

but I obtain

...
Creating
/home/sagitter/rpmbuild/BUILDROOT/updf-0.0.2.4-1.fc17.x86_64/usr/lib/python2.7/site-packages/
Writing
/home/sagitter/rpmbuild/BUILDROOT/updf-0.0.2.4-1.fc17.x86_64/usr/lib/python2.7/site-packages/updf-0.0.2.4-py2.7.egg-info
+ sed '
                
s:/home/sagitter/rpmbuild/BUILDROOT/updf-0.0.2.4-1.fc17.x86_64::
                 s:\(.*/usr/share/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2)
\1\2\3:
                 s:^\([^%].*\)::
                 /^$/d'
+ find /home/sagitter/rpmbuild/BUILDROOT/updf-0.0.2.4-1.fc17.x86_64 -type f -o
-type l
+ /usr/lib/rpm/find-lang.sh
/home/sagitter/rpmbuild/BUILDROOT/updf-0.0.2.4-1.fc17.x86_64 updf
No translations found for updf in
/home/sagitter/rpmbuild/BUILDROOT/updf-0.0.2.4-1.fc17.x86_64
error: Bad exit status from /var/tmp/rpm-tmp.TM38Ny (%install)

Where is my error ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to