]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
- raw version from rawhide.
[packages/yelp.git] / yelp.spec
1 %define gtk2_version 1.3.13
2 %define gtkhtml2_version 1.99.2
3 %define gnome_vfs2_version 1.9.4.91
4 %define libgnomeui_version 1.110.0
5 %define libbonobo_version 1.110.0
6
7 Summary: A system documentation reader from the Gnome project. 
8 Name: yelp
9 Version: 0.2
10 Release: 2
11 Source0: yelp-0.2.tar.bz2
12 License: GPL
13 Group: Applications/System
14 BuildRoot: %{_tmppath}/%{name}-root
15 Requires: scrollkeeper
16 Requires: gtk2 >= %{gtk2_version}
17 Requires: gnome-vfs2 >= %{gnome_vfs2_version}
18 Requires: gtkhtml2 >= %{gtkhtml2_version}
19 Requires: libgnomeui >= %{libgnomeui_version}
20 Requires: libbonobo >= %{libbonobo_version}
21 BuildRequires: gtk2-devel >= %{gtk2_version}
22 BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
23 BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
24 BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
25 BuildRequires: libbonobo-devel >= %{libbonobo_version}
26
27 %description
28 Yelp is the Gnome 2 help/documentation browser. It is designed
29 to help you browse all the documentation on your system in
30 one central tool.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37 make
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %makeinstall
42
43 %find_lang %{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files -f %{name}.lang
49 %defattr(-,root,root)
50 %{_bindir}/yelp
51 %{_libdir}/bonobo/servers/GNOME_Yelp.server
52 %{_datadir}/applications/yelp.desktop
53 %{_datadir}/yelp
54
55 %changelog
56 * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
57 - Rebuild for new gnome2 libraries
58
59 * Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
60 - Initial build.
This page took 0.040381 seconds and 3 git commands to generate.