commit e93b4891922b8972e3cb43acdbf499600e195643 Author: tigro Date: Mon Jun 26 23:03:46 2023 +0300 import changed/i9/msvsphere-configs-0.1-1.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cdd641 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/msvsphere-configs-0.1.tar.xz diff --git a/.msvsphere-configs.metadata b/.msvsphere-configs.metadata new file mode 100644 index 0000000..6028e89 --- /dev/null +++ b/.msvsphere-configs.metadata @@ -0,0 +1 @@ +2d9afb11fa30e0d2efd857c26dc45f55c3299a9b SOURCES/msvsphere-configs-0.1.tar.xz diff --git a/SPECS/msvsphere-configs.spec b/SPECS/msvsphere-configs.spec new file mode 100644 index 0000000..d675ba2 --- /dev/null +++ b/SPECS/msvsphere-configs.spec @@ -0,0 +1,64 @@ +Summary: MSVSphere configuration files +Name: msvsphere-configs +Version: 0.1 +Release: 1%{?dist} + +License: GPLv3+ +URL: http://msvsphere.ru +Source0: https://github.com/reverbrain/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz + +BuildArch: noarch + +%description +Various system configurations for MSVSphere + +%package common +Summary: Configuration files for MSVSphere +Requires: fontconfig-font-replacements +Requires: fontconfig-enhanced-defaults +Requires: google-roboto-condensed-fonts + +%description common +This package contains common configuration files + +%package gnome +Summary: Configuration files for GNOME desktop +Requires: glib2 +Requires: %{name}-common = %{version}-%{release} +Requires: gnome-shell-extension-arcmenu +Requires: gnome-shell-extension-dash-to-panel +Requires: gnome-shell-extension-appindicator +Requires: gnome-shell-extension-desktop-icons +Requires: gnome-shell-extension-top-icons +Requires: gnome-shell-extension-drive-menu +Requires: kora-icon-theme + +%description gnome +This package contains configuration files for GNOME + +%prep +%autosetup -n %{name} + +%build + +%install +install -d %{buildroot}%{_datadir}/glib-2.0/schemas +install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas + +%post gnome +glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 + +%postun gnome +glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 + + +%files gnome +%doc README.md +%{_datadir}/glib-2.0/schemas/*.gschema.override + +%files common +%doc README.md + +%changelog +* Tue Jun 20 2023 Arkady L. Shane - 0.1-1 +- initial build for MSVSphere 9.2