Summary: Editor/admin tool for dconf Summary(ja): dconf の編集/管理ツール Name: dconf-editor Version: 3.18.1 Release: 1%{?_dist_release} License: LGPL Group: Applications/System Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: Takemiakduchi Requires: dconf Requires(postun,posttrans): glib2 Requires(post,postun): gtk2 Requires(post,postun): desktop-file-utils BuildRequires: dconf-devel BuildRequires: gtk3-devel %description dconf-editor allows you to browse and modify dconf configuration. %description -l ja dconf-editor により dconf の設定を参照したり変更したりすることができます。 %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install DESTDIR=${RPM_BUILD_ROOT} %find_lang dconf %clean %{__rm} -rf ${RPM_BUILD_ROOT} %post touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : update-desktop-database -q &> /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 || : update-desktop-database -q &> /dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %files -f dconf.lang %defattr(-, root, root, -) %{_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/*.xml %{_datadir}/icons/hicolor/*/apps/* %{_mandir}/man1/dconf-editor.1.gz %changelog * Sat Oct 31 2015 Yoji TOYODA 3.18.1-1 - new upstream release * Sun Apr 19 2015 Yoji TOYODA 3.16.1-1 - new upstream release - fix typo * Sun Mar 29 2015 Yoji TOYODA 3.16.0-1 - initial build