Added Russian description for ArcMenu and gnome-software

i9 changed/i9/emacs-27.2-8.el9_2.1.inferit
Sergey Cherevko 1 year ago
parent 1ed3f7d0f2
commit da5f46d3e9
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -5,7 +5,9 @@
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license> <project_license>GPL-3.0+</project_license>
<name>GNU Emacs</name> <name>GNU Emacs</name>
<name xml:lang="ru">Текстовый редактор GNU Emacs</name>
<summary>Edit text files, view pictures and binary files</summary> <summary>Edit text files, view pictures and binary files</summary>
<summary xml:lang="ru">Редактируйте текстовые файлы, просматривайте изображения и двоичные файлы</summary>
<description> <description>
<p> <p>
Emacs is a powerful, customizable, self-documenting, modeless Emacs is a powerful, customizable, self-documenting, modeless
@ -13,6 +15,12 @@
documents, source code of programs, web pages and XML documents, documents, source code of programs, web pages and XML documents,
but can also be used to display and edit binary files. but can also be used to display and edit binary files.
</p> </p>
<p xml:lang="ru">
Emacs - это мощный, настраиваемый, самодокументирующийся, немодальный
редактор. Он используется в основном для редактирования текста, включая текстовые
документы, исходный код программ, веб-страницы и XML-документы,
но также может использоваться для отображения и редактирования двоичных файлов.
</p>
<p> <p>
Emacs allows efficient editing of text with shortcuts which Emacs allows efficient editing of text with shortcuts which
allow operating on letters, words, sentences, and paragraphs as allow operating on letters, words, sentences, and paragraphs as
@ -23,6 +31,16 @@
(elisp) which can also be used to define further functions (elisp) which can also be used to define further functions
extending existing capabilities. extending existing capabilities.
</p> </p>
<p xml:lang="ru">
Emacs позволяет эффективно редактировать текст с помощью ярлыков, которые
позволяет работать с буквами, словами, предложениями и абзацами как
с едиными элементами. Это включает в себя как перемещение, так и операции
например, копирование, удаление, перемещение и вставка. Макросы могут быть
удобно определены для повторения последовательностей команд. Кроме
того, Emacs (частично) построен на языке сценариев
(elisp), который также может быть использован для определения дополнительных функций
расширение существующих возможностей.
</p>
<p> <p>
Emacs has extensive support for editing source code, including Emacs has extensive support for editing source code, including
programmable syntax highlighting, automatic indentation, source programmable syntax highlighting, automatic indentation, source
@ -31,12 +49,25 @@
invoke the compiler from within Emacs and easily move between invoke the compiler from within Emacs and easily move between
compiler output and corresponding positions in the source. compiler output and corresponding positions in the source.
</p> </p>
<p xml:lang="ru">
Emacs обладает обширной поддержкой редактирования исходного кода, включая
программируемую подсветку синтаксиса, автоматические отступы,
индексацию исходного кода, обзорные режимы и навигацию на основе языковых единиц,
таких как функции и блоки. Также можно вызвать компилятор из Emacs и легко перемещаться
между выводами компилятора и соответствующими позициями в исходном коде.
</p>
<p> <p>
Emacs has multiple modules which provide further functionality. Emacs has multiple modules which provide further functionality.
This provides the capability to read mail, news, browse This provides the capability to read mail, news, browse
pictures, read man and info pages, browse the web, execute pictures, read man and info pages, browse the web, execute
arbitrary programs, and more, without leaving the editor. arbitrary programs, and more, without leaving the editor.
</p> </p>
<p xml:lang="ru">
Emacs имеет несколько модулей, которые обеспечивают дополнительную функциональность.
Это обеспечивает возможность читать почту, новости, просматривать
фотографии, читайть справочные и информационные страницы, просматривайть веб-страницы, выполнять
произвольные программы и многое другое, не выходя из редактора.
</p>
</description> </description>
<screenshots> <screenshots>
<screenshot type="default" height="888" width="1595"> <screenshot type="default" height="888" width="1595">

@ -1,7 +1,10 @@
[Desktop Entry] [Desktop Entry]
Name=Emacs Name=Emacs
Name[ru]=Текстовый редактор Emacs
GenericName=Text Editor GenericName=Text Editor
GenericName[ru]=Текстовый редактор
Comment=Edit text Comment=Edit text
Comment[ru]=Редактирование текста
Comment[zh_TW]=編輯文字 Comment[zh_TW]=編輯文字
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
Exec=emacs %f Exec=emacs %f

@ -5,7 +5,7 @@ Summary: GNU Emacs text editor
Name: emacs Name: emacs
Epoch: 1 Epoch: 1
Version: 27.2 Version: 27.2
Release: 8%{?dist}.1 Release: 8%{?dist}.1.inferit
License: GPLv3+ and CC0-1.0 License: GPLv3+ and CC0-1.0
URL: http://www.gnu.org/software/emacs/ URL: http://www.gnu.org/software/emacs/
Source0: https://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz Source0: https://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz
@ -491,6 +491,10 @@ rm %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/emacs-document23.svg
%{_includedir}/emacs-module.h %{_includedir}/emacs-module.h
%changelog %changelog
* Thu Aug 10 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1:27.2-8.1.inferit
- Added Russian description for ArcMenu and gnome-software
- Rebuilt for MSVSphere 9.2
* Tue Apr 4 2023 Jacek Migacz <jmigacz@redhat.com> - 1:27.2-8.1 * Tue Apr 4 2023 Jacek Migacz <jmigacz@redhat.com> - 1:27.2-8.1
- Fix etags local command injection vulnerability (#2184369) - Fix etags local command injection vulnerability (#2184369)
- Fix htmlfontify.el command injection vulnerability (#2184368) - Fix htmlfontify.el command injection vulnerability (#2184368)

Loading…
Cancel
Save