From: Jakub Bogusz Date: Mon, 30 Mar 2009 20:05:23 +0000 (+0000) Subject: - en comment fix X-Git-Tag: auto/ti/dcraw-8_93-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdcraw.git;a=commitdiff_plain;h=b2ad09f5278bdc4f1b1884c7722c5231cbaa30fa - en comment fix Changed files: dcraw.spec -> 1.36 --- diff --git a/dcraw.spec b/dcraw.spec index 30dc3a9..4691b7f 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -59,12 +59,12 @@ for lang in ca cs de eo es fr hu it pl pt ru sv zh_TW ; do msgfmt -o $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po done -# For this languages is only manual: +# For this language there is only manual: for lang in zh_CN; do install -d $RPM_BUILD_ROOT%{_mandir}/$lang/man1 cp dcraw_$lang.1 $RPM_BUILD_ROOT%{_mandir}/$lang/man1/dcraw.1 done -# For languages there is only translation: +# For this language there is only translation: for lang in nl; do install -d $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES msgfmt -o $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po