From c37de37fe82826046ebfc8c1605b923b00234dc4 Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 7 Sep 2023 13:33:53 +0300 Subject: [PATCH] Added scripts to configure wayland and flatpak --- .gitignore | 2 +- .msvsphere-configs.metadata | 2 +- SPECS/msvsphere-configs.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c9028ac..082d86e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/msvsphere-configs-0.1.7.tar.xz +SOURCES/msvsphere-configs-0.1.8.tar.xz diff --git a/.msvsphere-configs.metadata b/.msvsphere-configs.metadata index a18c33d..c80af71 100644 --- a/.msvsphere-configs.metadata +++ b/.msvsphere-configs.metadata @@ -1 +1 @@ -35e0df8816a88518a8a15cd556e55edaf803fdaa SOURCES/msvsphere-configs-0.1.7.tar.xz +0bf86ce5759afaa4aca2d82590e0fd7f340db0ca SOURCES/msvsphere-configs-0.1.8.tar.xz diff --git a/SPECS/msvsphere-configs.spec b/SPECS/msvsphere-configs.spec index 408940a..757c277 100644 --- a/SPECS/msvsphere-configs.spec +++ b/SPECS/msvsphere-configs.spec @@ -1,7 +1,7 @@ Summary: MSVSphere configuration files Name: msvsphere-configs -Version: 0.1.7 -Release: 2%{?dist} +Version: 0.1.8 +Release: 1%{?dist} License: GPLv3+ URL: http://msvsphere.ru @@ -45,6 +45,8 @@ This package contains configuration files for GNOME %install install -d %{buildroot}%{_datadir}/glib-2.0/schemas install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas +install -d %{buildroot}%{_bindir} +install -m755 bin/* %{buildroot}%{_bindir} %post gnome glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 @@ -61,9 +63,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 %{_datadir}/glib-2.0/schemas/*.gschema.override %files common +%{_bindir}/* %doc README.md %changelog +* Thu Sep 7 2023 Arkady L. Shane - 0.1.8-1 +- Added scripts to configure wayland and flatpak + * Mon Sep 4 2023 Arkady L. Shane - 0.1.7-2 - Fix typo in schema