]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- next part of small fixes inpired by kloczek :)
[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.4
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 # Source0-md5:  b9a589bff91f067e94e5c425cacf4ee0
11 Patch0:         %{name}-libtool.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 2.2.0
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  eel-devel >= 2.3.3
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-vfs2-devel >= 2.3.3
19 BuildRequires:  intltool
20 BuildRequires:  libbonobo-devel >= 2.3.1-4
21 BuildRequires:  libbonoboui-devel >= 2.2.0
22 BuildRequires:  libgnomeprint-devel >= 2.2.1
23 BuildRequires:  libgnomeui-devel >= 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 Requires:       libbonobo >= 2.3.1-4
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
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}
55 intltoolize --copy --force
56 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
57 %{__autoconf}
58 %{__automake}
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 /usr/bin/scrollkeeper-update
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 %attr(755,root,root) %{_libdir}/eog-collection-view
86 %{_sysconfdir}/gconf/schemas/*
87 %{_libdir}/bonobo/servers/*
88 %{_datadir}/%{name}
89 %{_datadir}/gnome-2.0/ui/*
90 %{_datadir}/idl/*
91 %{_omf_dest_dir}/%{name}
92 %{_desktopdir}/*
93 %{_pixmapsdir}/*
This page took 0.033538 seconds and 4 git commands to generate.