]> git.pld-linux.org Git - packages/eog.git/blob - eog.spec
- s/configure/configure2.13/
[packages/eog.git] / eog.spec
1 Summary:        The Eye of GNOME image viewer
2 Name:           eog
3 Version:        0.5
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Group(de):      X11/Applikationen
8 Group(pl):      X11/Aplikacje
9 Source0:        ftp://ftp.gnome.org//pub/GNOME/unstable/sources/eog/%{name}-%{version}.tar.gz
10 Source1:        %{name}.gif
11 URL:            http://www.gnome.org/
12 BuildRequires:  bonobo-devel
13 BuildRequires:  gdk-pixbuf-devel >= 0.7.0
14 BuildRequires:  gettext-devel
15 BuildRequires:  GConf-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 Eye of GNOME is a tool for viewing/cataloging images.
23
24 %prep
25 %setup -q
26
27 %build
28 gettextize --copy --force
29 %configure2_13 \
30         --with-bonobo
31 %{__make}
32                 
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         Graphicsdir=%{_applnkdir}/Graphics
38
39 gzip -9nf AUTHORS ChangeLog NEWS README
40
41 %find_lang %{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_bindir}/*
50 %{_applnkdir}/Graphics/*
51 %{_pixmapsdir}/*
52 %{_datadir}/icons/*
This page took 0.129419 seconds and 4 git commands to generate.