]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- 2.15.3, updated BR
[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.15.3
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/eog/2.15/%{name}-%{version}.tar.bz2
10 # Source0-md5:  29a9768a41dce2823e93c8de60b638e3
11 Patch0:         %{name}-libtool.patch
12 Patch1:         %{name}-desktop.patch
13 URL:            http://www.gnome.org/
14 BuildRequires:  GConf2-devel >= 2.14.0
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-common >= 2.12.0
19 BuildRequires:  gnome-desktop-devel >= 2.15.2
20 BuildRequires:  gnome-vfs2-devel >= 2.15.1
21 BuildRequires:  intltool >= 0.35
22 BuildRequires:  lcms-devel
23 BuildRequires:  libart_lgpl-devel >= 2.3.17
24 BuildRequires:  libexif-devel >= 1:0.6.12
25 BuildRequires:  libglade2-devel >= 1:2.5.1
26 BuildRequires:  libgnomeprintui-devel
27 BuildRequires:  libgnomeui-devel >= 2.15.1
28 BuildRequires:  libjpeg-devel
29 BuildRequires:  libtool
30 BuildRequires:  pkgconfig >= 0.9.0
31 BuildRequires:  popt-devel
32 BuildRequires:  rpmbuild(macros) >= 1.197
33 BuildRequires:  scrollkeeper
34 Requires(post,preun):   GConf2
35 Requires(post,postun):  desktop-file-utils
36 Requires(post,postun):  scrollkeeper
37 Requires:       libgnomeui >= 2.15.1
38 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40 %description
41 Eye of GNOME is a tool for viewing/cataloging images.
42
43 %description -l pl
44 Eye of GNOME (Oko GNOME) jest narzêdziem do ogl±dania/katalogowania
45 obrazków.
46
47 %description -l pt_BR
48 Aplicativo para visualizar imagens chamado Eye of GNOME.
49
50 %prep
51 %setup -q
52 %patch0 -p1
53 %patch1 -p1
54
55 %build
56
57 %{__libtoolize}
58 %{__intltoolize}
59 %{__aclocal}
60 %{__autoheader}
61 %{__gnome_doc_common}
62 %{__automake}
63 %{__autoconf}
64 %configure \
65         --disable-schemas-install \
66         --disable-scrollkeeper
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT \
74         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
75
76 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{tk,ug}
77
78 %find_lang %{name} --with-gnome
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post
84 %gconf_schema_install eog.schemas
85 %scrollkeeper_update_post
86 %update_desktop_database_post
87
88 %preun
89 %gconf_schema_uninstall eog.schemas
90
91 %postun
92 %scrollkeeper_update_postun
93 %update_desktop_database_postun
94
95 %files -f %{name}.lang
96 %defattr(644,root,root,755)
97 %doc AUTHORS ChangeLog NEWS README
98 %attr(755,root,root) %{_bindir}/*
99 %{_sysconfdir}/gconf/schemas/eog.schemas
100 %{_datadir}/%{name}
101 %{_omf_dest_dir}/%{name}
102 %{_desktopdir}/*
103 %{_pixmapsdir}/*
This page took 0.028491 seconds and 3 git commands to generate.