2019-12-14 18:53:39 +08:00
|
|
|
%global dconf_version 0.26.1
|
2023-01-31 15:37:06 +08:00
|
|
|
%global glib2_version 2.56.0
|
2019-12-14 18:53:39 +08:00
|
|
|
%global gtk3_version 3.22.27
|
|
|
|
|
|
|
|
|
|
Name: dconf-editor
|
2023-11-22 11:37:51 +08:00
|
|
|
Version: 45.0
|
2023-01-31 15:37:06 +08:00
|
|
|
Release: 1
|
|
|
|
|
Summary: Configuration editor for dconf
|
|
|
|
|
License: GPLv3+
|
2019-12-14 18:53:39 +08:00
|
|
|
URL: https://wiki.gnome.org/Projects/dconf
|
2023-01-31 15:37:06 +08:00
|
|
|
Source0: https://download.gnome.org/sources/dconf-editor/43/dconf-editor-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/appstream-util
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: pkgconfig(dconf) >= %{dconf_version}
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
|
|
|
|
BuildRequires: pkgconfig(libhandy-1)
|
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
|
|
Requires: dconf%{?_isa} >= %{dconf_version}
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
2019-12-14 18:53:39 +08:00
|
|
|
|
|
|
|
|
%description
|
2023-01-31 15:37:06 +08:00
|
|
|
Graphical tool for editing the dconf configuration database.
|
2019-12-14 18:53:39 +08:00
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
%find_lang dconf-editor
|
|
|
|
|
|
|
|
|
|
%check
|
2023-01-31 15:37:06 +08:00
|
|
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
2019-12-14 18:53:39 +08:00
|
|
|
|
|
|
|
|
%files -f dconf-editor.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_bindir}/dconf-editor
|
|
|
|
|
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
|
|
|
|
%{_datadir}/bash-completion/
|
|
|
|
|
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
2020-06-20 19:00:06 +08:00
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.big-rows-symbolic.svg
|
2023-01-31 15:37:06 +08:00
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.small-rows-symbolic.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/ca.desrt.dconf-editor.Devel.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/ca.desrt.dconf-editor.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/ca.desrt.dconf-editor-symbolic.svg
|
|
|
|
|
%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
2019-12-14 18:53:39 +08:00
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man1/dconf-editor.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-11-22 11:37:51 +08:00
|
|
|
* Wed Nov 22 2023 wangqia <wangqia@uniontech.com> - 45.0-1
|
|
|
|
|
- Update to 45.0
|
|
|
|
|
|
2023-01-31 15:37:06 +08:00
|
|
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
|
|
|
|
- Update to 43.0
|
|
|
|
|
|
2022-06-20 14:56:17 +08:00
|
|
|
* Mon Jun 20 2022 caodongxia <caodongxia@h-partners.com> - 3.38.3-2
|
|
|
|
|
- Fix the build failure caused by meson 0.61
|
|
|
|
|
|
2021-06-30 17:09:59 +08:00
|
|
|
* Wed Jun 30 2021 caodongxia <caodongxia@huawei.com> - 3.38.3-1
|
|
|
|
|
- Package upgrade to 3.38.3
|
|
|
|
|
|
2020-06-30 15:56:13 +08:00
|
|
|
* Tue Jun 30 2020 lizhenhua <lizhenhua21@huawei.com> - 3.36.2-1
|
|
|
|
|
- Package upgrade to 3.36.2
|
|
|
|
|
|
2020-06-20 19:00:06 +08:00
|
|
|
* Sat Jun 20 2020 wangchong <wangchong56@huawei.com> - 3.34.4-1
|
|
|
|
|
- Package upgrade
|
|
|
|
|
|
2019-12-14 18:53:39 +08:00
|
|
|
* Tue Nov 19 2019 mengxian <mengxian@huawei.com> - 3.30.2-2
|
|
|
|
|
- Package init
|