Update to 3.31.0.1
- Switch to the meson build system
This commit is contained in:
parent
81534a9127
commit
ce3a0782df
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,3 +84,4 @@ gsettings-desktop-schemas-0.0.1.git20100729.tar.bz2
|
||||
/gsettings-desktop-schemas-3.27.92.tar.xz
|
||||
/gsettings-desktop-schemas-3.28.0.tar.xz
|
||||
/gsettings-desktop-schemas-3.28.1.tar.xz
|
||||
/gsettings-desktop-schemas-3.31.0.1.tar.xz
|
||||
|
@ -1,17 +1,18 @@
|
||||
%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: meson
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gobject-introspection-devel
|
||||
|
||||
# Older versions need the "scroll-method" key that was removed in 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)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gsettings-desktop-schemas-3.28.1.tar.xz) = 2bf3260e976943e9d1e51feda62ef1e432870a6d9b34881afbdf99ddbe4954e5dd679697e152e793a0b38492dbbc4891018f7aa8cd4e703d05a8647cc5a56785
|
||||
SHA512 (gsettings-desktop-schemas-3.31.0.1.tar.xz) = 11598dc86f680dad475f49279691d7d23f0e3b2646f38a444270d98c45b480cc3b26ec70796a14af07bf987c1b4f26b723cde12518a402e84cae24ac73545e05
|
||||
|
Loading…
Reference in New Issue
Block a user