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