]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- 2.14.1
[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.1
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:  c77fbfa3a1e77cb7ed140567ebdfab12
11 Patch0:         %{name}-libtool.patch
12 Patch1:         %{name}-desktop.patch
13 URL:            http://www.gnome.org/
14 BuildRequires:  GConf2-devel >= 2.10.0
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-common >= 2.8.0
19 BuildRequires:  gnome-vfs2-devel >= 2.10.0-2
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.11.2-2
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 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 %{__glib_gettextize}
56 %{__intltoolize}
57 %{__aclocal}
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         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
72
73 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
74
75 %find_lang %{name} --with-gnome
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post
81 %gconf_schema_install eog.schemas
82 %scrollkeeper_update_post
83 %update_desktop_database_post
84
85 %preun
86 %gconf_schema_uninstall eog.schemas
87
88 %postun
89 %scrollkeeper_update_postun
90 %update_desktop_database_postun
91
92 %files -f %{name}.lang
93 %defattr(644,root,root,755)
94 %doc AUTHORS ChangeLog NEWS README
95 %attr(755,root,root) %{_bindir}/*
96 %{_sysconfdir}/gconf/schemas/eog.schemas
97 %{_datadir}/%{name}
98 %{_omf_dest_dir}/%{name}
99 %{_desktopdir}/*
100 %{_pixmapsdir}/*
This page took 0.034146 seconds and 4 git commands to generate.