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