auto-import changelog data from eog-1.0.2-3.src.rpm

Tue Aug 06 2002 Havoc Pennington <hp@redhat.com>
- 1.0.2
- remove --copy-generic-name-to-name because there's no GenericName anymore
- include libexecdir stuff
This commit is contained in:
cvsdist 2004-09-09 04:32:05 +00:00
parent 5fe39a0c15
commit bc21d00742
3 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
eog-1.0.1.tar.bz2
eog-1.0.2.tar.bz2

View File

@ -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 <hp@redhat.com>
- 1.0.2
- remove --copy-generic-name-to-name because there's no GenericName
anymore
- include libexecdir stuff
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
- copy generic name to name and move to -Extra

View File

@ -1 +1 @@
0870d7a21aa33bc6c959ec8a83d0e003 eog-1.0.1.tar.bz2
7c3921d64273b45f6ea2c6ac314add22 eog-1.0.2.tar.bz2