Update to 43.alpha
This commit is contained in:
parent
0f9d0606ee
commit
c47dfe1cb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/dconf-editor-3.38.0.tar.xz
|
||||
/dconf-editor-3.38.2.tar.xz
|
||||
/dconf-editor-3.38.3.tar.xz
|
||||
/dconf-editor-43.alpha.tar.xz
|
||||
|
@ -2,14 +2,16 @@
|
||||
%global glib2_version 2.56.0
|
||||
%global gtk3_version 3.22.27
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: dconf-editor
|
||||
Version: 3.38.3
|
||||
Release: 3%{?dist}
|
||||
Version: 43~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Configuration editor for dconf
|
||||
|
||||
License: GPLv3+ and CC0
|
||||
URL: https://wiki.gnome.org/Projects/dconf
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/3.38/dconf-editor-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/43/dconf-editor-%{tarball_version}.tar.xz
|
||||
Source1: https://raw.githubusercontent.com/flathub/ca.desrt.dconf-editor/master/start-dconf-editor.sh
|
||||
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
@ -31,7 +33,7 @@ Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
Graphical tool for editing the dconf configuration database.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -60,13 +62,18 @@ 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/*/apps/ca.desrt.dconf-editor.png
|
||||
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.*-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ca.desrt.dconf-editor-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/actions/ca.desrt.dconf-editor.big-rows-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/actions/ca.desrt.dconf-editor.small-rows-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/ca.desrt.dconf-editor-symbolic.svg
|
||||
%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
%{_mandir}/man1/dconf-editor.1*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 19 2022 Kalev Lember <klember@redhat.com> - 43~alpha-1
|
||||
- Update to 43.alpha
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dconf-editor-3.38.3.tar.xz) = cf00705c1e11eab980777b9696fbaaa0f5f8a8118276f2add4f4fcefe5aab46844a539539418ce61f285e65623179a9d63cc18a91339b70b5e7c9408c697e9d1
|
||||
SHA512 (dconf-editor-43.alpha.tar.xz) = b6735306dd18a01eb153c6955654175e2a1b15152dc02cd4b241224ca6fa9fa77f2282cfc015a61feafef9044da0a99e771b071939480e5e6a2490d4470e7c72
|
||||
|
Loading…
Reference in New Issue
Block a user