Update to 3.27.91
- Switch to the meson build system
This commit is contained in:
parent
3aa29c6e7a
commit
1fc5963652
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/dconf-editor-3.23.4.tar.xz
|
||||
/dconf-editor-3.26.1.tar.xz
|
||||
/dconf-editor-3.26.2.tar.xz
|
||||
/dconf-editor-3.27.91.tar.xz
|
||||
|
@ -1,15 +1,16 @@
|
||||
Name: dconf-editor
|
||||
Version: 3.26.2
|
||||
Release: 3%{?dist}
|
||||
Version: 3.27.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Configuration editor for dconf
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/dconf
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/3.26/dconf-editor-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/3.27/dconf-editor-%{version}.tar.xz
|
||||
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(dconf)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
@ -24,30 +25,35 @@ Graphical tool for editing the dconf configuration database.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%find_lang dconf
|
||||
%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
|
||||
|
||||
%files -f dconf.lang
|
||||
%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
|
||||
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/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
|
||||
%{_mandir}/man1/dconf-editor.1*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 06 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
|
||||
- Update to 3.27.91
|
||||
- Switch to the meson build system
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dconf-editor-3.26.2.tar.xz) = 25a6536c97b4f6fc26890915e2d0ed3ff1d2247175fd25a7d86e44f33da8667064415b22890c799d3586cd0f08becc90414f02bf3d988aa1d02eee90d7e45ba5
|
||||
SHA512 (dconf-editor-3.27.91.tar.xz) = 094039e88532b4794b5525dd9f7a2bbdd5a4ceed8495ac56262c48bb2569ee3e82a5c3f9700d7798f59baca1c97051ce7b0d6c32df8a10aa6441b4bc03b805c0
|
||||
|
Loading…
Reference in New Issue
Block a user