]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- updated to 2.18.2
[packages/eog.git] / eog.spec
1 Summary:        The Eye of GNOME image viewer
2 Summary(pl.UTF-8):      Oko GNOME - przeglądarka obrazków
3 Summary(pt_BR.UTF-8):   Visualizador de imagem Eye of GNOME
4 Name:           eog
5 Version:        2.18.2
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/eog/2.18/%{name}-%{version}.tar.bz2
10 # Source0-md5:  7e5fc342201ea00404008258c19b4461
11 Patch0:         %{name}-libtool.patch
12 Patch1:         %{name}-desktop.patch
13 URL:            http://www.gnome.org/
14 BuildRequires:  GConf2-devel >= 2.18.0.1
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-common >= 2.18.0
19 BuildRequires:  gnome-desktop-devel >= 2.18.2
20 BuildRequires:  gnome-vfs2-devel >= 2.18.1
21 BuildRequires:  intltool >= 0.35.5
22 BuildRequires:  lcms-devel
23 BuildRequires:  libart_lgpl-devel >= 2.3.19
24 BuildRequires:  libexif-devel >= 1:0.6.13
25 BuildRequires:  libglade2-devel >= 1:2.6.0
26 BuildRequires:  libgnomeprintui-devel >= 2.18.0
27 BuildRequires:  libgnomeui-devel >= 2.18.1
28 BuildRequires:  libjpeg-devel
29 BuildRequires:  libtool
30 BuildRequires:  pkgconfig >= 0.9.0
31 BuildRequires:  rpmbuild(macros) >= 1.311
32 BuildRequires:  scrollkeeper
33 Requires(post,preun):   GConf2
34 Requires(post,postun):  desktop-file-utils
35 Requires(post,postun):  gtk+2
36 Requires(post,postun):  hicolor-icon-theme
37 Requires(post,postun):  scrollkeeper
38 Requires:       libgnomeui >= 2.18.1
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41 %description
42 Eye of GNOME is a tool for viewing/cataloging images.
43
44 %description -l pl.UTF-8
45 Eye of GNOME (Oko GNOME) jest narzędziem do oglądania/katalogowania
46 obrazków.
47
48 %description -l pt_BR.UTF-8
49 Aplicativo para visualizar imagens chamado Eye of GNOME.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54 %patch1 -p1
55
56 %build
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 %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 %update_icon_cache hicolor
86
87 %preun
88 %gconf_schema_uninstall eog.schemas
89
90 %postun
91 %scrollkeeper_update_postun
92 %update_desktop_database_postun
93 %update_icon_cache hicolor
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}/*.desktop
103 %{_iconsdir}/hicolor/*/*/*
104 %{_pixmapsdir}/*
This page took 0.035685 seconds and 3 git commands to generate.