Updated Russian translation

This commit is contained in:
Victor Ryzhikh 2015-10-19 11:36:21 +04:00
parent 8693800943
commit 32495d69d6

View file

@ -16,7 +16,7 @@ Group: Networking/Mail
Url: http://www.claws-mail.org Url: http://www.claws-mail.org
Source0: http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz Source0: http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz
# From claws-mail Git # From claws-mail Git
Source1: ru.po Source1: claws-mail_ru.gmo.tar.gz
# from Debian # from Debian
Patch0: claws-mail-3.13.0-trashed-read.patch Patch0: claws-mail-3.13.0-trashed-read.patch
Patch1: claws-mail-3.13.0-ru-i18n.patch Patch1: claws-mail-3.13.0-ru-i18n.patch
@ -624,7 +624,10 @@ or received.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
cp %{SOURCE1} po
pushd po
tar -xvzf %{SOURCE1}
popd
%build %build
%configure2_5x \ %configure2_5x \
@ -651,9 +654,6 @@ cp %{SOURCE1} po
--disable-static --disable-static
%make LIBTOOL=%{_bindir}/libtool %make LIBTOOL=%{_bindir}/libtool
pushd po
make ru.gmo
popd
%install %install
%makeinstall_std %makeinstall_std