update to 3.34.0

This commit is contained in:
hexiujun 2020-01-08 10:30:23 +08:00
parent 2da32c90b6
commit 6d88efbe27
3 changed files with 14 additions and 7 deletions

Binary file not shown.

View File

@ -1,17 +1,18 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: gsettings-desktop-schemas Name: gsettings-desktop-schemas
Version: 3.32.0 Version: 3.34.0
Release: 1 Release: 1
Summary: Settings for various components of a desktop Summary: Settings for various components of a desktop
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/GNOME/gsettings-desktop-schemas URL: https://github.com/GNOME/gsettings-desktop-schemas
Source0: https://github.com/GNOME/gsettings-desktop-schemas/archive/%{name}-%{version}.tar.gz Source0: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
BuildRequires: gettext glib2-devel >= 2.31.0 gobject-introspection-devel meson BuildRequires: gettext glib2-devel >= 2.31.0 gobject-introspection-devel meson
Requires: glib2 >= 2.31.0 Requires: glib2 >= 2.31.0
Recommends: font(cantarell) font(sourcecodepro) Recommends: font(cantarell) font(sourcecodepro)
%description %description
GSettings schemas for desktop components are contained in this package. GSettings schemas for desktop components are contained in this package.
@ -41,20 +42,26 @@ install the %{name}-devel package if you want to develop applications that use
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root)
%doc NEWS AUTHORS %doc NEWS AUTHORS
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/girepository-1.0/*.typelib
%license COPYING %license COPYING
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/GConf/gsettings/*.convert
%{_libdir}/girepository-1.0/*.typelib
%files devel %files devel
%defattr(-,root,root)
%{_includedir}/*
%{_datadir}/pkgconfig/*
%{_datadir}/gir-1.0/*.gir %{_datadir}/gir-1.0/*.gir
%{_datadir}/pkgconfig/*.pc
%{_includedir}/gsettings-desktop-schemas/*.h
%files help %files help
%defattr(-,root,root)
%doc HACKING README MAINTAINERS %doc HACKING README MAINTAINERS
%changelog %changelog
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
- update to 3.34.0
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.32.0-1 * Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.32.0-1
- Package Init - Package Init