]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- removed obsoleted source1
[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 Patch0:         %{name}-makefile.patch
11 Patch1:         %{name}-libtool.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  bonobo-activation-devel >= 2.2.0
16 BuildRequires:  GConf2-devel >= 2.2.0
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-vfs2-devel >= 2.2.0
19 BuildRequires:  intltool
20 BuildRequires:  libbonoboui >= 2.2.0
21 BuildRequires:  libgnomeprint-devel >= 2.2.1
22 BuildRequires:  libgnomeui >= 2.2.0
23 BuildRequires:  libjpeg-devel
24 BuildRequires:  libpng-devel
25 BuildRequires:  librsvg-devel >= 2.2.1
26 BuildRequires:  libtool
27 BuildRequires:  popt-devel
28 BuildRequires:  Xft-devel >= 2.1-2
29 BuildRequires:  eel-devel >= 2.2.0
30 Requires:       bonobo-activation >= 2.2.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}
56 intltoolize --copy --force
57 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
58 %{__autoconf}
59 %{__automake}
60
61 %configure \
62         --enable-platform-gnome-2
63 %{__make} 
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT \
70         omf_dest_dir=%{_omf_dest_dir}/%{name} 
71
72 %find_lang %{name} --with-gnome
73
74 %post
75 %gconf_schema_install
76
77 %postun -p /usr/bin/scrollkeeper-update
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f %{name}.lang
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog NEWS README
85 %attr(755,root,root) %{_bindir}/*
86 %attr(755,root,root) %{_libdir}/eog-image-viewer
87 %attr(755,root,root) %{_libdir}/eog-collection-view
88 %{_sysconfdir}/gconf/schemas/*
89 %{_libdir}/bonobo/servers/*
90 %{_datadir}/%{name}
91 %{_datadir}/applications/*
92 %{_datadir}/gnome-2.0/ui/*
93 %{_datadir}/idl/*
94 %{_omf_dest_dir}/%{name}
95 %{_pixmapsdir}/*
This page took 0.26241 seconds and 3 git commands to generate.