Drop last remnants of GConf schema handling
This commit is contained in:
parent
c8c634a545
commit
27cd53469e
@ -29,7 +29,6 @@ BuildRequires: intltool
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: gobject-introspection-devel >= 0.6.4
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: GConf2-devel
|
||||
# for g-ir-scanner
|
||||
BuildRequires: libtool
|
||||
BuildRequires: vala
|
||||
@ -81,9 +80,6 @@ rm -f ${RPM_BUILD_ROOT}/usr/share/icons/hicolor/icon-theme.cache
|
||||
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
|
||||
find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
|
||||
|
||||
%pre
|
||||
%gconf_schema_obsolete seahorse
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
||||
@ -128,6 +124,7 @@ update-mime-database -n %{_datadir}/mime &> /dev/null || :
|
||||
%changelog
|
||||
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
- Drop last remnants of GConf schema handling
|
||||
|
||||
* Sat Sep 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-7
|
||||
- Update mime scriptlets
|
||||
|
Loading…
Reference in New Issue
Block a user