auto-import eog-2.2.0-2 from eog-2.2.0-2.src.rpm
This commit is contained in:
parent
b970d02942
commit
41da6c08fc
14
eog.spec
14
eog.spec
@ -4,11 +4,12 @@
|
||||
%define libgnomeui_version 2.2.0
|
||||
%define desktop_file_utils_version 0.3
|
||||
%define gail_version 1.2.0
|
||||
%define eel2_version 2.2.0
|
||||
|
||||
Summary: Eye of GNOME image viewer
|
||||
Name: eog
|
||||
Version: 2.2.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
URL: http://www.gnome.org
|
||||
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2
|
||||
License: GPL
|
||||
@ -21,6 +22,9 @@ BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
BuildRequires: gail-devel >= %{gail_version}
|
||||
BuildRequires: eel2-devel >= %{eel2_version}
|
||||
|
||||
Patch0: eog-2.2.0-arg-escaping.patch
|
||||
|
||||
%description
|
||||
|
||||
@ -29,8 +33,12 @@ Eye of GNOME (EOG) is an image viewer component used by Nautilus.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .arg-escaping
|
||||
|
||||
%build
|
||||
|
||||
## run autoconf because .arg-escaping patches configure.in
|
||||
autoconf
|
||||
%configure
|
||||
make
|
||||
|
||||
@ -79,6 +87,10 @@ done
|
||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||
|
||||
%changelog
|
||||
* Tue Apr 1 2003 Havoc Pennington <hp@redhat.com> 2.2.0-2
|
||||
- add patch to better escape filenames passed in as arguments
|
||||
- add eel2-devel buildreq
|
||||
|
||||
* Thu Feb 6 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
|
||||
- 2.2.0
|
||||
- fix dependency versions
|
||||
|
Loading…
Reference in New Issue
Block a user