]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- bonobo.patch that deactivate control frame before dispose
[packages/eog.git] / eog.spec
1 Summary:        The Eye of GNOME image viewer
2 Summary(pl):    Oko GNOME - przegl±darka obrazków
3 Summary(pt_BR): Visualizador de imagem Eye of GNOME
4 Name:           eog
5 Version:        2.4.1
6 Release:        2
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
10 # Source0-md5:  a7098a85d0f36591521660cc778ed819
11 Patch0:         %{name}-libtool.patch
12 Patch1:         %{name}-bonobo.patch
13 URL:            http://www.gnome.org/
14 BuildRequires:  GConf2-devel >= 2.4.0
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  eel-devel >= 2.4.0
18 BuildRequires:  gettext-devel
19 BuildRequires:  gnome-common >= 2.3.0
20 BuildRequires:  gnome-vfs2-devel >= 2.4.0
21 BuildRequires:  intltool
22 BuildRequires:  libbonobo-devel >= 2.4.0
23 BuildRequires:  libbonoboui-devel >= 2.4.0
24 BuildRequires:  libgnomeprint-devel >= 2.3.1
25 BuildRequires:  libgnomeui-devel >= 2.4.0
26 BuildRequires:  libgnomeprintui-devel >= 2.3.1
27 BuildRequires:  libjpeg-devel
28 BuildRequires:  libpng-devel
29 BuildRequires:  librsvg-devel >= 2.4.0
30 BuildRequires:  libtool
31 BuildRequires:  popt-devel
32 BuildRequires:  xft-devel >= 2.1.2
33 Requires(post): GConf2
34 Requires(post): scrollkeeper
35 Requires:       libbonobo >= 2.4.0
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Eye of GNOME is a tool for viewing/cataloging images.
40
41 %description -l pl
42 Eye of GNOME (Oko GNOME) jest narzêdziem do ogl±dania/katalogowania
43 obrazków.
44
45 %description -l pt_BR
46 Aplicativo para visualizar imagens chamado Eye of GNOME.
47
48 %prep
49 %setup -q
50 %patch0 -p1
51 %patch1 -p1
52
53 %build
54 %{__libtoolize}
55 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
56 glib-gettextize --copy --force
57 intltoolize --copy --force
58 %{__autoheader}
59 gnome-doc-common
60 %{__automake}
61 %{__autoconf}
62 %configure \
63         --disable-schemas-install
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 %find_lang %{name} --with-gnome
73
74 %post
75 %gconf_schema_install
76 /usr/bin/scrollkeeper-update
77
78 %postun -p /usr/bin/scrollkeeper-update
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog NEWS README
86 %attr(755,root,root) %{_bindir}/*
87 %attr(755,root,root) %{_libdir}/eog-image-viewer
88 %attr(755,root,root) %{_libdir}/eog-collection-view
89 %{_sysconfdir}/gconf/schemas/*
90 %{_libdir}/bonobo/servers/*
91 %{_datadir}/%{name}
92 %{_datadir}/gnome-2.0/ui/*
93 %{_datadir}/idl/*
94 %{_omf_dest_dir}/%{name}
95 %{_desktopdir}/*
96 %{_pixmapsdir}/*
This page took 0.054901 seconds and 4 git commands to generate.