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