]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- updated to 2.3.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:        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:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  GConf2-devel >= 2.2.0
16 BuildRequires:  gettext-devel
17 BuildRequires:  gnome-vfs2-devel >= 2.3.3
18 BuildRequires:  intltool
19 BuildRequires:  libbonobo-devel >= 2.3.1-4
20 BuildRequires:  libbonoboui-devel >= 2.2.0
21 BuildRequires:  libgnomeprint-devel >= 2.2.1
22 BuildRequires:  libgnomeui-devel >= 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.3.3
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
60 %configure \
61         --disable-schemas-install
62 %{__make} 
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT 
69
70 %find_lang %{name} --with-gnome
71
72 %post
73 %gconf_schema_install
74 /usr/bin/scrollkeeper-update
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 %attr(755,root,root) %{_libdir}/eog-collection-view
87 %{_sysconfdir}/gconf/schemas/*
88 %{_libdir}/bonobo/servers/*
89 %{_datadir}/%{name}
90 %{_datadir}/applications/*
91 %{_datadir}/gnome-2.0/ui/*
92 %{_datadir}/idl/*
93 %{_omf_dest_dir}/%{name}
94 %{_pixmapsdir}/*
This page took 0.043412 seconds and 4 git commands to generate.