]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- updated to version 1.1.3
[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:        1.1.3
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
10 Source1:        %{name}.gif
11 Patch0:         %{name}-am.patch
12 Patch1:         %{name}-makefile.patch
13 URL:            http://www.gnome.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  bonobo-activation-devel >= 2.1.0-3
17 BuildRequires:  GConf2-devel >= 1.2.1
18 BuildRequires:  gettext-devel
19 BuildRequires:  gnome-vfs2-devel >= 2.1.3-3
20 BuildRequires:  intltool
21 BuildRequires:  libbonoboui >= 2.1.0
22 BuildRequires:  libgnomeprint-devel >= 2.1.1
23 BuildRequires:  libgnomeui >= 2.1.1
24 BuildRequires:  libjpeg-devel
25 BuildRequires:  libpng-devel
26 BuildRequires:  librsvg-devel >= 2.1.1
27 BuildRequires:  libtool
28 BuildRequires:  popt-devel
29 BuildRequires:  Xft-devel >= 2.0-6
30 Requires:       bonobo-activation >= 2.1.0
31 Requires(post): GConf2
32 Requires(post): scrollkeeper
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Eye of GNOME is a tool for viewing/cataloging images.
37
38 %description -l pl
39 Eye of GNOME (Oko GNOME) jest narzêdziem do ogl±dania/katalogowania
40 obrazków.
41
42 %description -l pt_BR
43 Aplicativo para visualizar imagens chamado Eye of GNOME.
44
45 %prep
46 %setup -q
47 %patch0 -p1
48 %patch1 -p1
49
50 %build
51 rm -f missing
52 sed -e 's/-ourdir/ourdir/' xmldocs.make >xmldocs.make.tmp
53 mv xmldocs.make.tmp xmldocs.make
54 glib-gettextize --copy --force
55 libtoolize --copy --force
56 intltoolize --copy --force
57 aclocal -I %{_aclocaldir}/gnome2-macros
58 %{__autoconf}
59 %{__automake}
60 %configure \
61         --enable-platform-gnome-2
62 %{__make} 
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT \
69         omf_dest_dir=%{_omf_dest_dir}/%{name} 
70
71 %find_lang %{name} --with-gnome
72
73 %post
74 %gconf_schema_install
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 %{_sysconfdir}/gconf/schemas/*
87 %{_libdir}/bonobo/servers/*
88 %{_datadir}/%{name}
89 %{_datadir}/applications/*
90 %{_datadir}/gnome-2.0/ui/*
91 %{_datadir}/idl/*
92 %{_omf_dest_dir}/%{name}
93 %{_pixmapsdir}/*
This page took 0.050838 seconds and 4 git commands to generate.