]> git.pld-linux.org Git - packages/eog.git/blame - eog.spec
55f83d15840b654759835dd07ad68c34 eog.gif
[packages/eog.git] / eog.spec
CommitLineData
cd132c4c 1Summary: The Eye of GNOME image viewer
2Name: eog
3Version: 0.5
4Release: 1
5License: GPL
6Group: X11/Applications
7Group(de): X11/Applikationen
8Group(pl): X11/Aplikacje
9Source0: ftp://ftp.gnome.org//pub/GNOME/unstable/sources/eog/%{name}-%{version}.tar.gz
10Source1: %{name}.gif
11URL: http://www.gnome.org/
25c7a818 12BuildRequires: bonobo-devel
cd132c4c 13BuildRequires: gdk-pixbuf-devel >= 0.7.0
25c7a818 14BuildRequires: gettext-devel
15BuildRequires: GConf-devel
cd132c4c 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _prefix /usr/X11R6
19%define _mandir %{_prefix}/man
20
21%description
22Eye of GNOME is a tool for viewing/cataloging images.
23
24%prep
25%setup -q
26
27%build
28gettextize --copy --force
25c7a818 29%configure2_13 \
cd132c4c 30 --with-bonobo
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT \
37 Graphicsdir=%{_applnkdir}/Graphics
38
39gzip -9nf AUTHORS ChangeLog NEWS README
40
41%find_lang %{name}
42
43%clean
44rm -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.030209 seconds and 4 git commands to generate.