Removed last traces of gconf handling (#704230)
This commit is contained in:
parent
bebcc492a1
commit
f182aab849
9
eog.spec
9
eog.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 3.4.1
|
Version: 3.4.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: http://projects.gnome.org/eog/
|
URL: http://projects.gnome.org/eog/
|
||||||
#VCS: git:git://git.gnome.org/eog
|
#VCS: git:git://git.gnome.org/eog
|
||||||
Source: http://download.gnome.org/sources/eog/3.4/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/eog/3.4/%{name}-%{version}.tar.xz
|
||||||
@ -45,7 +45,6 @@ Requires: gsettings-desktop-schemas
|
|||||||
|
|
||||||
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
Requires(pre): GConf2
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
||||||
@ -91,9 +90,6 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/eog/plugins/*.la
|
|||||||
update-desktop-database >&/dev/null || :
|
update-desktop-database >&/dev/null || :
|
||||||
touch %{_datadir}/icons/hicolor >&/dev/null || :
|
touch %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
|
||||||
%pre
|
|
||||||
%gconf_schema_obsolete eog
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
update-desktop-database >&/dev/null || :
|
update-desktop-database >&/dev/null || :
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
@ -123,6 +119,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-3
|
||||||
|
- Removed last traces of gconf handling (#704230)
|
||||||
|
|
||||||
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
||||||
- Silence rpm scriptlet output
|
- Silence rpm scriptlet output
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user