mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 15:22:51 +00:00
Updated Russian translation
This commit is contained in:
parent
8693800943
commit
32495d69d6
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue