2015-03-03 14:02:16 +00:00
|
|
|
Name: dconf-editor
|
2016-09-16 11:31:45 +00:00
|
|
|
Version: 3.21.92
|
2016-02-16 11:03:59 +00:00
|
|
|
Release: 1%{?dist}
|
2015-03-03 14:02:16 +00:00
|
|
|
Summary: Configuration editor for dconf
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://wiki.gnome.org/Projects/dconf
|
2016-05-03 10:17:37 +00:00
|
|
|
Source0: https://download.gnome.org/sources/dconf-editor/3.21/dconf-editor-%{version}.tar.xz
|
2015-03-03 14:02:16 +00:00
|
|
|
|
|
|
|
BuildRequires: /usr/bin/appstream-util
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: pkgconfig(dconf)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
%description
|
|
|
|
Graphical tool for editing the dconf configuration database.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%find_lang dconf
|
|
|
|
|
|
|
|
%check
|
|
|
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
|
|
|
|
|
|
|
%post
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
|
|
|
|
|
%files -f dconf.lang
|
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/dconf-editor
|
|
|
|
%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
|
|
|
|
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
|
|
|
%{_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
|
2015-04-16 19:23:33 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/dconf-editor-symbolic.svg
|
2015-03-17 14:41:59 +00:00
|
|
|
%{_mandir}/man1/dconf-editor.1*
|
2015-03-03 14:02:16 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-09-16 11:31:45 +00:00
|
|
|
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
|
|
|
- Update to 3.21.92
|
|
|
|
|
2016-08-18 14:17:02 +00:00
|
|
|
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
|
|
|
|
- Update to 3.21.90
|
|
|
|
|
2016-07-20 11:46:54 +00:00
|
|
|
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
|
|
|
|
- Update to 3.21.4
|
|
|
|
|
2016-05-03 10:17:37 +00:00
|
|
|
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
|
|
|
|
- Update to 3.21.1
|
|
|
|
|
2016-04-14 16:57:47 +00:00
|
|
|
* Thu Apr 14 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
|
2016-03-22 06:49:30 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-03-15 09:10:07 +00:00
|
|
|
* Tue Mar 15 2016 Richard Hughes <rhughes@redhat.com> - 3.19.92-1
|
|
|
|
- Update to 3.19.92
|
|
|
|
|
2016-03-01 10:11:09 +00:00
|
|
|
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
|
|
|
|
- Update to 3.19.91
|
|
|
|
|
2016-02-16 11:03:59 +00:00
|
|
|
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
|
|
|
|
- Update to 3.19.90
|
|
|
|
|
2016-02-03 18:31:39 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-15 18:33:37 +00:00
|
|
|
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
|
|
|
|
- Update to 3.19.3
|
|
|
|
|
2015-11-24 07:01:22 +00:00
|
|
|
* Tue Nov 24 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
|
|
|
|
- Update to 3.19.2
|
|
|
|
|
2015-11-13 12:15:53 +00:00
|
|
|
* Fri Nov 13 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
|
|
|
|
- Update to 3.18.2
|
|
|
|
|
2015-10-12 19:03:06 +00:00
|
|
|
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
|
|
|
|
- Update to 3.18.1
|
|
|
|
|
2015-09-21 07:38:16 +00:00
|
|
|
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
2015-09-15 10:28:19 +00:00
|
|
|
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
|
|
|
|
- Update to 3.17.92
|
|
|
|
|
2015-09-01 09:04:09 +00:00
|
|
|
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
|
|
|
|
- Update to 3.17.91
|
|
|
|
|
2015-08-19 11:43:04 +00:00
|
|
|
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
|
|
|
- Update to 3.17.90
|
|
|
|
|
2015-06-17 03:48:23 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-01 16:25:06 +00:00
|
|
|
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-1
|
|
|
|
- Update to 3.17.1
|
|
|
|
|
2015-04-16 19:23:33 +00:00
|
|
|
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
|
|
|
|
- Update to 3.16.1
|
|
|
|
|
2015-03-23 18:11:49 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-17 14:41:59 +00:00
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
|
|
|
- Update to 3.15.92
|
|
|
|
- Ship the man page
|
|
|
|
|
2015-03-03 14:02:16 +00:00
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-3
|
|
|
|
- Fix unowned HighContrast icon theme directories (#1197898)
|
|
|
|
|
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-2
|
|
|
|
- Fix appdata screenshot URL
|
|
|
|
- Validate appdata during %%check
|
|
|
|
|
|
|
|
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
|
|
|
- Initial Fedora packaging
|