gsettings-desktop-schemas/gsettings-desktop-schemas.spec

87 lines
2.1 KiB
RPMSpec
Raw Normal View History

2023-02-01 15:26:03 +08:00
%global debug_package %{nil}
2022-06-08 14:23:57 +08:00
2019-09-30 10:52:09 -04:00
Name: gsettings-desktop-schemas
2023-02-01 15:26:03 +08:00
Version: 43.0
2019-09-30 10:52:09 -04:00
Release: 1
2023-02-01 15:26:03 +08:00
Summary: A collection of GSettings schemas
2019-09-30 10:52:09 -04:00
License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
2023-02-01 15:26:03 +08:00
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
2019-09-30 10:52:09 -04:00
2023-02-01 15:26:03 +08:00
BuildRequires: gettext
BuildRequires: glib2-devel >= 2.31.0
BuildRequires: gobject-introspection-devel
BuildRequires: meson
2021-01-30 19:29:20 +08:00
2019-09-30 10:52:09 -04:00
Requires: glib2 >= 2.31.0
2023-02-01 15:26:03 +08:00
Recommends: font(cantarell)
Recommends: font(sourcecodepro)
2020-01-08 10:30:23 +08:00
2019-09-30 10:52:09 -04:00
%description
2023-02-01 15:26:03 +08:00
gsettings-desktop-schemas contains a collection of GSettings schemas for
settings shared by various components of a desktop.
2019-09-30 10:52:09 -04:00
%package devel
2023-02-01 15:26:03 +08:00
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
2019-09-30 10:52:09 -04:00
%description devel
2023-02-01 15:26:03 +08:00
The %{name}-devel package contains libraries
and header files for developing applications that use %{name}.
2019-09-30 10:52:09 -04:00
%package_help
%prep
2023-02-01 15:26:03 +08:00
%autosetup -p1 -n %{name}-%{version}
2019-09-30 10:52:09 -04:00
%build
%meson
%meson_build
%install
%meson_install
2023-02-01 15:26:03 +08:00
2019-09-30 10:52:09 -04:00
%find_lang %{name} --with-gnome
%check
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
%files -f %{name}.lang
2023-02-01 15:26:03 +08:00
%doc AUTHORS NEWS
2020-01-08 10:30:23 +08:00
%license COPYING
%{_datadir}/glib-2.0/schemas/*
2023-02-01 15:26:03 +08:00
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
%{_datadir}/GConf/gsettings/wm-schemas.convert
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
2019-09-30 10:52:09 -04:00
%files devel
2020-01-08 10:30:23 +08:00
%{_includedir}/*
%{_datadir}/pkgconfig/*
2023-02-01 15:26:03 +08:00
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
2019-09-30 10:52:09 -04:00
%files help
%doc HACKING README MAINTAINERS
%changelog
2023-02-01 15:26:03 +08:00
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
- Update to 43.0
2022-06-08 14:23:57 +08:00
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
- Upgrade to 42.0
* Thu Dec 2 2021 hanhui <hanhui15@huawei.com> - 41.0-1
- update to 41.0
2021-01-30 19:29:20 +08:00
* Sat Jan 30 2021 yanglu60 <yanglu60@huawei.com> - 3.38.0-1
- update to 3.38.0
* Wed Jul 22 2020 hanhui <hanhui15@huawei.com> - 3.37.1-1
- update to 3.37.1
2020-01-08 10:30:23 +08:00
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
- update to 3.34.0
2019-09-30 10:52:09 -04:00
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.32.0-1
- Package Init