Compare commits
No commits in common. "657fcc62c1728cd06c2239e34091b28dffa7fe0d" and "c9ccab9a3b471d1af9dd270e3395146d1fa246f9" have entirely different histories.
657fcc62c1
...
c9ccab9a3b
BIN
dconf-editor-3.34.4.tar.xz
Normal file
BIN
dconf-editor-3.34.4.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,33 +1,24 @@
|
||||
%global dconf_version 0.26.1
|
||||
%global glib2_version 2.56.0
|
||||
%global glib2_version 2.55.1
|
||||
%global gtk3_version 3.22.27
|
||||
|
||||
Name: dconf-editor
|
||||
Version: 45.0
|
||||
Version: 3.34.4
|
||||
Release: 1
|
||||
Summary: Configuration editor for dconf
|
||||
License: GPLv3+
|
||||
Summary: Graphical editor for dconf
|
||||
|
||||
License: GPLv3+ and CC0
|
||||
URL: https://wiki.gnome.org/Projects/dconf
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/43/dconf-editor-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/3.34/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
|
||||
BuildRequires: /usr/bin/appstream-util desktop-file-utils gettext meson vala
|
||||
BuildRequires: pkgconfig(dconf) >= %{dconf_version} pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gmodule-2.0) pkgconfig(gtk+-3.0) >= %{gtk3_version} pkgconfig(libxml-2.0)
|
||||
|
||||
Requires: dconf%{?_isa} >= %{dconf_version}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
Requires: dconf%{?_isa} >= %{dconf_version} glib2%{?_isa} >= %{glib2_version} gtk3%{?_isa} >= %{gtk3_version}
|
||||
|
||||
%description
|
||||
Graphical tool for editing the dconf configuration database.
|
||||
This package provides a graphical tool for editing the dconf database.
|
||||
|
||||
%package_help
|
||||
|
||||
@ -44,8 +35,8 @@ Graphical tool for editing the dconf configuration database.
|
||||
%find_lang dconf-editor
|
||||
|
||||
%check
|
||||
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
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||
|
||||
%files -f dconf-editor.lang
|
||||
%license COPYING
|
||||
@ -54,32 +45,16 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ca.desrt.dconf-edi
|
||||
%{_datadir}/bash-completion/
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.big-rows-symbolic.svg
|
||||
%{_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}/icons/hicolor/*/apps/ca.desrt.dconf-editor.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ca.desrt.dconf-editor-symbolic.svg
|
||||
%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.small-rows-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.big-rows-symbolic.svg
|
||||
|
||||
%files help
|
||||
%{_mandir}/man1/dconf-editor.1*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2023 wangqia <wangqia@uniontech.com> - 45.0-1
|
||||
- Update to 45.0
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
* Mon Jun 20 2022 caodongxia <caodongxia@h-partners.com> - 3.38.3-2
|
||||
- Fix the build failure caused by meson 0.61
|
||||
|
||||
* Wed Jun 30 2021 caodongxia <caodongxia@huawei.com> - 3.38.3-1
|
||||
- Package upgrade to 3.38.3
|
||||
|
||||
* Tue Jun 30 2020 lizhenhua <lizhenhua21@huawei.com> - 3.36.2-1
|
||||
- Package upgrade to 3.36.2
|
||||
|
||||
* Sat Jun 20 2020 wangchong <wangchong56@huawei.com> - 3.34.4-1
|
||||
- Package upgrade
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user