diff --git a/gsettings-desktop-schemas-42.0.tar.xz b/gsettings-desktop-schemas-42.0.tar.xz deleted file mode 100644 index b989ff3..0000000 Binary files a/gsettings-desktop-schemas-42.0.tar.xz and /dev/null differ diff --git a/gsettings-desktop-schemas-43.0.tar.xz b/gsettings-desktop-schemas-43.0.tar.xz new file mode 100644 index 0000000..c7d0a94 Binary files /dev/null and b/gsettings-desktop-schemas-43.0.tar.xz differ diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec index 96f16a9..b3a9624 100644 --- a/gsettings-desktop-schemas.spec +++ b/gsettings-desktop-schemas.spec @@ -1,37 +1,39 @@ -%global debug_package %{nil} -%global tarball_version %%(echo %{version} | tr '~' '.') +%global debug_package %{nil} Name: gsettings-desktop-schemas -Version: 42.0 +Version: 43.0 Release: 1 -Summary: Settings for various components of a desktop +Summary: A collection of GSettings schemas License: LGPLv2+ URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas -Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz -Source1: org.gnome.desktop.interface.gschema.override +Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz -BuildRequires: gettext glib2-devel >= 2.31.0 gobject-introspection-devel meson +BuildRequires: gettext +BuildRequires: glib2-devel >= 2.31.0 +BuildRequires: gobject-introspection-devel +BuildRequires: meson Requires: glib2 >= 2.31.0 -Recommends: font(cantarell) font(sourcecodepro) +Recommends: font(cantarell) +Recommends: font(sourcecodepro) %description -GSettings schemas for desktop components are contained in this package. +gsettings-desktop-schemas contains a collection of GSettings schemas for +settings shared by various components of a desktop. %package devel -Summary: Libraries and header files for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel -Libraries and header files are contained in %{name}-devel package. You need to -install the %{name}-devel package if you want to develop applications that use -%{name}. +The %{name}-devel package contains libraries +and header files for developing applications that use %{name}. %package_help %prep -%autosetup -p1 -n %{name}-%{tarball_version} +%autosetup -p1 -n %{name}-%{version} %build %meson @@ -39,31 +41,32 @@ install the %{name}-devel package if you want to develop applications that use %install %meson_install -install -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas + %find_lang %{name} --with-gnome %check glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas %files -f %{name}.lang -%defattr(-,root,root) -%doc NEWS AUTHORS +%doc AUTHORS NEWS %license COPYING %{_datadir}/glib-2.0/schemas/* -%{_datadir}/GConf/gsettings/*.convert -%{_libdir}/girepository-1.0/*.typelib +%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert +%{_datadir}/GConf/gsettings/wm-schemas.convert +%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib %files devel -%defattr(-,root,root) %{_includedir}/* %{_datadir}/pkgconfig/* -%{_datadir}/gir-1.0/*.gir +%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir %files help -%defattr(-,root,root) %doc HACKING README MAINTAINERS %changelog +* Mon Jan 02 2023 lin zhang - 43.0-1 +- Update to 43.0 + * Wed Apr 20 2022 dillon chen - 42.0-1 - Upgrade to 42.0