]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- rel++ to rebuild without linc
[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.5
6 Release:        2
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:  e845d82535563801a21db7a5c10fd5dd
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.7-2
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-common >= 2.3.0
19 BuildRequires:  gnome-vfs2-devel >= 2.3.3
20 BuildRequires:  intltool
21 BuildRequires:  libbonobo-devel >= 2.3.1-4
22 BuildRequires:  libbonoboui-devel >= 2.3.3-2
23 BuildRequires:  libgnomeprint-devel >= 2.2.1
24 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
25 BuildRequires:  libjpeg-devel
26 BuildRequires:  libpng-devel
27 BuildRequires:  librsvg-devel >= 2.2.1
28 BuildRequires:  libtool
29 BuildRequires:  popt-devel
30 BuildRequires:  xft-devel >= 2.1.2
31 Requires(post): GConf2
32 Requires(post): scrollkeeper
33 Requires:       libbonobo >= 2.3.1-4
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
50 %build
51 %{__libtoolize}
52 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
53 glib-gettextize --copy --force
54 intltoolize --copy --force
55 %{__autoheader}
56 gnome-doc-common
57 %{__automake}
58 %{__autoconf}
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.068813 seconds and 4 git commands to generate.