Code

git.spec: Workaround localized messages not put in any RPM
authorJakub Narebski <jnareb@gmail.com>
Fri, 3 Feb 2012 21:49:07 +0000 (22:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 4 Feb 2012 07:06:30 +0000 (23:06 -0800)
commit3a9f58c00a4fd0bee8f1b01abcd2656190979518
treed6eda6a15ff346cab35019884a2d70f26c9d60bc
parent828ea97de486c1693d6e4f2c7347acb50235a85d
git.spec: Workaround localized messages not put in any RPM

Currently building git RPM from tarball results in the following
error:

  RPM build errors:
     Installed (but unpackaged) file(s) found:
     /usr/share/locale/is/LC_MESSAGES/git.mo

This is caused by the fact that localized messages do not have their
place in some RPM package.  Let's postpone decision where they should
be put (be it git-i18n-Icelandic, or git-i18n, or git package itself)
for later by removing locale files at the end of install phase.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.spec.in