]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
set output encoding to UTF-8 and correct path to xsl-stylesheets
[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 Summary(pl):    Czytnik dokumentacji z projektu GNOME
9 Name:           yelp
10 Version:        0.2
11 Release:        2
12 License:        GPL
13 Group:          X11/Applications
14 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/yelp/%{name}-%{version}.tar.bz2
15 Requires:       scrollkeeper
16 Requires:       gtk+2 >= %{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:  gtk+2-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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %define         _prefix         /usr/X11R6
29 %define         _mandir         %{_prefix}/man
30
31 %description
32 Yelp is the Gnome 2 help/documentation browser. It is designed to help
33 you browse all the documentation on your system in one central tool.
34
35 %description -l pl
36 Yelp jest przegl±dark± pomocy i dokumentacji GNOME 2. Ma pomagaæ w
37 przegl±daniu ca³ej dokumentacji systemu w jednym, centralnym
38 narzêdziu.
39
40 %prep
41 %setup -q
42
43 %build
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %attr(755,root,root) %{_bindir}/yelp
61 %{_libdir}/bonobo/servers/GNOME_Yelp.server
62 %{_datadir}/applications/yelp.desktop
63 %{_datadir}/yelp
This page took 0.040209 seconds and 3 git commands to generate.