This commit is contained in:
Matthias Clasen 2011-01-14 18:34:03 -05:00
parent 3df9c3e38e
commit cf1b753417
3 changed files with 6 additions and 9 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ eog-2.31.4-20100623git.tar.bz2
/eog-2.91.2.tar.bz2 /eog-2.91.2.tar.bz2
/eog-2.91.3.tar.bz2 /eog-2.91.3.tar.bz2
/eog-2.91.5.tar.bz2 /eog-2.91.5.tar.bz2
/eog-2.91.6.tar.bz2

View File

@ -10,7 +10,7 @@
Summary: Eye of GNOME image viewer Summary: Eye of GNOME image viewer
Name: eog Name: eog
Version: 2.91.5 Version: 2.91.6
Release: 1%{?dist} Release: 1%{?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
@ -42,8 +42,6 @@ BuildRequires: librsvg2-devel
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(post): /usr/bin/gtk-update-icon-cache
Requires(postun): /usr/bin/gtk-update-icon-cache
Requires(pre): GConf2 Requires(pre): GConf2
%description %description
@ -70,18 +68,14 @@ functionality to eog.
%setup -q %setup -q
%build %build
%configure --disable-scrollkeeper %configure --disable-scrollkeeper
make make
%install %install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
desktop-file-install --vendor gnome --delete-original \ desktop-file-install --vendor gnome --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \
--remove-category Application \
$RPM_BUILD_ROOT%{_datadir}/applications/* $RPM_BUILD_ROOT%{_datadir}/applications/*
%find_lang %{name} --with-gnome %find_lang %{name} --with-gnome
@ -96,7 +90,6 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/eog/plugins/*.la
update-desktop-database -q update-desktop-database -q
touch %{_datadir}/icons/hicolor >&/dev/null || : touch %{_datadir}/icons/hicolor >&/dev/null || :
%pre %pre
%gconf_schema_obsolete eog %gconf_schema_obsolete eog
@ -131,6 +124,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%{_datadir}/gtk-doc/ %{_datadir}/gtk-doc/
%changelog %changelog
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
- Update to 2.91.6
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1 * Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
- Update to 2.91.5 - Update to 2.91.5

View File

@ -1 +1 @@
6214f39cfbebebb8476094de6c3bade6 eog-2.91.5.tar.bz2 1d7f02527e1969c77a84b86cfc6a57a6 eog-2.91.6.tar.bz2