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