From 675c8475ee4b93d462e758d7e82e9941ed1f782e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 24 Aug 2002 01:22:19 +0000 Subject: Changed remaining gettext("foo $bar") into _("foo %s", $bar) Added russian man pages redo the way the *.pot file is created rebuild *.po files --- urpmi.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'urpmi.spec') diff --git a/urpmi.spec b/urpmi.spec index bb0f15b7..19305fbe 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -143,7 +143,9 @@ fi %{_sbindir}/urpmi.* %{_mandir}/man?/urpm* # find_lang isn't able to find man pages yet... +%lang(eu) %{_mandir}/eu/man?/urpm* %lang(fr) %{_mandir}/fr/man?/urpm* +%lang(ru) %{_mandir}/ru/man?/urpm* %{perl_vendorlib}/urpm.pm %files -n gurpmi @@ -157,7 +159,9 @@ fi #%{_sbindir}/autoirpm.* #%{_mandir}/man?/autoirpm* ## find_lang isn't able to find man pages yet... +#%lang(eu) %{_mandir}/eu/man?/autoirpm* #%lang(fr) %{_mandir}/fr/man?/autoirpm* +#%lang(ru) %{_mandir}/ru/man?/autoirpm* #%{_bindir}/_irpm #%doc README-autoirpm-icons autoirpm.README -- cgit v1.2.1