2015-03-03 14:02:16 +00:00
|
|
|
Name: dconf-editor
|
2015-08-19 11:43:04 +00:00
|
|
|
Version: 3.17.90
|
|
|
|
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
|
2015-05-01 16:25:06 +00:00
|
|
|
Source0: https://download.gnome.org/sources/dconf-editor/3.17/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
|
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
|