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:
parent
5fe39a0c15
commit
bc21d00742
@ -1 +1 @@
|
||||
eog-1.0.1.tar.bz2
|
||||
eog-1.0.2.tar.bz2
|
||||
|
14
eog.spec
14
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user