]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- moved from /usr/X11R6 to /usr, release 4
[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.2
6 Release:        4
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 Requires:       bonobo-activation >= 2.1.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 %patch1 -p1
48
49 %build
50 rm -f missing
51 sed -e 's/-ourdir/ourdir/' xmldocs.make >xmldocs.make.tmp
52 mv xmldocs.make.tmp xmldocs.make
53 glib-gettextize --copy --force
54 libtoolize --copy --force
55 intltoolize --copy --force
56 aclocal -I %{_aclocaldir}/gnome2-macros
57 %{__autoconf}
58 %{__automake}
59 %configure \
60         --enable-platform-gnome-2
61 %{__make} 
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT \
68         omf_dest_dir=%{_omf_dest_dir}/%{name} 
69
70 %find_lang %{name} --with-gnome
71
72 %post
73 %gconf_schema_install
74
75 %postun -p /usr/bin/scrollkeeper-update
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog NEWS README
83 %attr(755,root,root) %{_bindir}/*
84 %attr(755,root,root) %{_libdir}/eog-image-viewer
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.046808 seconds and 4 git commands to generate.