[Bug 551911] Review Request: monodevelop-boo - A boo plugin for monodevelop

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 13 13:09:19 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #7 from Christian Krause <chkr at plauener.de> 2010-02-13 08:09:14 EST ---
Yes, it looks like that your fix partially fixed it, but probably e.g. md
itself looks for the other location...

I have used something like this in a different package to mark the language
files properly even if there are at an unusual place:

%install
make DESTDIR=... install

find %{buildroot} -type f -o -type l|sed '
s:'"%{buildroot}"'::
s:\(.*/lib/python2.6/site-packages/ankiqt/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2)
\1\2\3:
s:\(.*/lib/python2.6/site-packages/anki/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2)
\1\2\3:
s:^\([^%].*\)::
s:%lang(C) ::
/^$/d' > anki.lang

%files -f anki.lang

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list