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