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