Update to 3.31.0.1
- Switch to the meson build system
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 3.28.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.31.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
License: LGPLv2+
|
||||
# no homepage exists for this component
|
||||
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.31/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
|
||||
# Older versions need the "scroll-method" key that was removed in 3.19.3
|
||||
Conflicts: control-center < 1:3.19.3
|
||||
@@ -25,6 +26,7 @@ Requires: glib2 >= 2.31.0
|
||||
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
||||
settings shared by various components of a desktop.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
@@ -39,12 +41,12 @@ and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-schemas-compile --enable-introspection=yes
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
@@ -65,6 +67,10 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-1
|
||||
- Update to 3.31.0.1
|
||||
- Switch to the meson build system
|
||||
|
||||
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.28.1-2
|
||||
- Rebuilt against fixed atk (#1626575)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user