Update to 43.0
This commit is contained in:
parent
162d4a7743
commit
17013af612
Binary file not shown.
BIN
gsettings-desktop-schemas-43.0.tar.xz
Normal file
BIN
gsettings-desktop-schemas-43.0.tar.xz
Normal file
Binary file not shown.
@ -1,37 +1,39 @@
|
||||
%global debug_package %{nil}
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
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 <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
|
||||
- Upgrade to 42.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user