diff --git a/.cvsignore b/.cvsignore index 1a7995a..72e86c7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -eog-1.0.1.tar.bz2 +eog-1.0.2.tar.bz2 diff --git a/eog.spec b/eog.spec index 147b222..08aea90 100644 --- a/eog.spec +++ b/eog.spec @@ -8,8 +8,8 @@ Summary: Eye of GNOME image viewer Name: eog -Version: 1.0.1 -Release: 2 +Version: 1.0.2 +Release: 3 URL: http://www.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2 License: GPL @@ -45,13 +45,14 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL +rm -r $RPM_BUILD_ROOT/var/scrollkeeper + ## http://bugzilla.gnome.org/show_bug.cgi?id=89379 perl -pi -e 's/Categories=Application;Graphics/Categories=Application;Graphics;/' $RPM_BUILD_ROOT%{_datadir}/applications/* desktop-file-install --vendor gnome --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Red-Hat-Extra \ - --copy-generic-name-to-name \ $RPM_BUILD_ROOT%{_datadir}/applications/* %find_lang %{name} @@ -79,9 +80,16 @@ done %{_datadir}/omf %{_libdir}/bonobo %{_bindir}/* +%{_libexecdir}/* %{_sysconfdir}/gconf/schemas/*.schemas %changelog +* Tue Aug 6 2002 Havoc Pennington +- 1.0.2 +- remove --copy-generic-name-to-name because there's no GenericName + anymore +- include libexecdir stuff + * Mon Jul 29 2002 Havoc Pennington - copy generic name to name and move to -Extra diff --git a/sources b/sources index 9cbe410..c1117ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0870d7a21aa33bc6c959ec8a83d0e003 eog-1.0.1.tar.bz2 +7c3921d64273b45f6ea2c6ac314add22 eog-1.0.2.tar.bz2