auto-import changelog data from eog-1.0.2-5.src.rpm
Wed Apr 02 2003 Havoc Pennington <hp@redhat.com> 1.0.2-5 - extend arg-escaping patch to fix a second printf bug in displaying error dialog Tue Apr 01 2003 Havoc Pennington <hp@redhat.com> 1.0.2-3 - backport patch from 2.2.0 for filename escaping
This commit is contained in:
parent
bc21d00742
commit
487159ef8b
17
eog.spec
17
eog.spec
@ -5,11 +5,12 @@
|
|||||||
%define libgnomeprint_version 1.115.0
|
%define libgnomeprint_version 1.115.0
|
||||||
%define desktop_file_utils_version 0.2.90
|
%define desktop_file_utils_version 0.2.90
|
||||||
%define gail_version 0.17-2
|
%define gail_version 0.17-2
|
||||||
|
%define eel2_version 2.0.0
|
||||||
|
|
||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 3
|
Release: 5
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -25,6 +26,9 @@ BuildRequires: Xft
|
|||||||
BuildRequires: fontconfig
|
BuildRequires: fontconfig
|
||||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
BuildRequires: gail-devel >= %{gail_version}
|
BuildRequires: gail-devel >= %{gail_version}
|
||||||
|
BuildRequires: eel2-devel >= %{eel2_version}
|
||||||
|
|
||||||
|
Patch0: eog-1.0.2-arg-escaping.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -33,8 +37,12 @@ Eye of GNOME (EOG) is an image viewer component used by Nautilus.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch0 -p1 -b .arg-escaping
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
### for arg-escaping patch that modifies configure.in
|
||||||
|
autoconf
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -84,6 +92,13 @@ done
|
|||||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 2 2003 Havoc Pennington <hp@redhat.com> 1.0.2-5
|
||||||
|
- extend arg-escaping patch to fix a second printf bug in displaying
|
||||||
|
error dialog
|
||||||
|
|
||||||
|
* Tue Apr 1 2003 Havoc Pennington <hp@redhat.com> 1.0.2-3
|
||||||
|
- backport patch from 2.2.0 for filename escaping
|
||||||
|
|
||||||
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
||||||
- 1.0.2
|
- 1.0.2
|
||||||
- remove --copy-generic-name-to-name because there's no GenericName
|
- remove --copy-generic-name-to-name because there's no GenericName
|
||||||
|
Loading…
Reference in New Issue
Block a user