diff --git a/SOURCES/0001-Added-Russian-description-and-summary.patch b/SOURCES/0001-Added-Russian-description-and-summary.patch new file mode 100644 index 0000000..6ccc9b5 --- /dev/null +++ b/SOURCES/0001-Added-Russian-description-and-summary.patch @@ -0,0 +1,52 @@ +From 43856d435d6992d1e3bebc307eb04731999eca57 Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Mon, 21 Aug 2023 13:10:19 +0300 +Subject: [PATCH] Added Russian description and summary + +--- + shared/com.github.hluk.copyq.appdata.xml | 9 +++++++++ + shared/com.github.hluk.copyq.desktop.in | 1 + + 2 files changed, 10 insertions(+) + +diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml +index 4fa0400..7fd042f 100644 +--- a/shared/com.github.hluk.copyq.appdata.xml ++++ b/shared/com.github.hluk.copyq.appdata.xml +@@ -6,7 +6,9 @@ + GPL-3.0+ + + CopyQ ++ Менеджер буфера обмена CopyQ + Advanced clipboard manager ++ Расширенный менеджер буфера обмена + + +

+@@ -16,6 +18,13 @@ + CopyQ monitors system clipboard and saves its content in customized tabs. + Saved clipboard can be later copied and pasted directly into any application. +

++

++ Copy - это продвинутый менеджер буфера обмена с функциями редактирования и написания сценариев. ++

++

++ Копирование отслеживает системный буфер обмена и сохраняет его содержимое в настраиваемых вкладках. ++ Сохраненный буфер обмена позже можно скопировать и вставить непосредственно в любое приложение. ++

+
+ + https://hluk.github.io/CopyQ/ +diff --git a/shared/com.github.hluk.copyq.desktop.in b/shared/com.github.hluk.copyq.desktop.in +index 3a87823..3210c29 100644 +--- a/shared/com.github.hluk.copyq.desktop.in ++++ b/shared/com.github.hluk.copyq.desktop.in +@@ -1,5 +1,6 @@ + [Desktop Entry] + Name=CopyQ ++Name[ru]=Менеджер буфера обмена СopyQ + Exec=copyq --start-server show + Icon=${ICON_NAME} + GenericName=Clipboard Manager +-- +2.39.2 + diff --git a/SPECS/copyq.spec b/SPECS/copyq.spec index cc76a93..327cf2e 100644 --- a/SPECS/copyq.spec +++ b/SPECS/copyq.spec @@ -13,7 +13,7 @@ Name: copyq Version: 7.0.0 -Release: %autorelease +Release: %autorelease.inferit Summary: Advanced clipboard manager License: GPL-3.0-or-later @@ -22,6 +22,9 @@ License: GPL-3.0-or-later Url: %{forgeurl} Source0: %{forgesource} Source1: %{name}.rpmlintrc +# MSVSphere +Patch100: 0001-Added-Russian-description-and-summary.patch + BuildRequires: cmake, extra-cmake-modules, gcc-c++ BuildRequires: libappstream-glib BuildRequires: desktop-file-utils, git @@ -76,6 +79,10 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/com.gi %{_mandir}/man1/%{name}.1.* %changelog +* Mon Aug 21 2023 Sergey Cherevko - 7.0.0-2.inferit +- Added Russian description and summary for ArcMenu and gnome-software +- Rebuilt for MSVSphere 9.2 + * Tue Aug 15 2023 Arkady L. Shane - 7.0.0-2 - Rebuilt for MSVSphere 9.2