Update to 3.31.0.2
- Switch to meson once again now that enums generation is fixed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 3.31.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.31.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
License: LGPLv2+
|
||||
@@ -10,11 +10,10 @@ License: LGPLv2+
|
||||
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.31/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: automake autoconf
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: meson
|
||||
|
||||
# Older versions need the "scroll-method" key that was removed in 3.19.3
|
||||
Conflicts: control-center < 1:3.19.3
|
||||
@@ -42,13 +41,12 @@ and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --disable-schemas-compile --enable-introspection=yes
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
@@ -74,6 +72,10 @@ glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/sche
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 3.31.0.2-1
|
||||
- Update to 3.31.0.2
|
||||
- Switch to meson once again now that enums generation is fixed
|
||||
|
||||
* Thu Jan 10 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-2
|
||||
- Switch back to autotools to fix missing org.gnome.desktop.enums.xml
|
||||
- Add a test to verify that the schemas compile
|
||||
|
||||
Reference in New Issue
Block a user