]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
- yelp don't requires xft-devel direct.
[packages/yelp.git] / yelp.spec
1 # TODO:
2 # move stylesheets to /usr/share/sgml
3 # use more generic stylesheet location
4 # remove docbook dtds and stylesheets from package and use system xml catalog
5 Summary:        A system documentation reader from the Gnome project
6 Summary(pl):    Czytnik dokumentacji z projektu GNOME
7 Name:           yelp
8 Version:        2.3.0
9 Release:        2
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
13 Patch0:         %{name}-pixmapsdir.patch
14 URL:            http://www.gnome.org/
15 BuildRequires:  GConf2-devel >= 2.1.90
16 BuildRequires:  ORBit2-devel >= 2.6.0
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  bzip2-devel
20 BuildRequires:  glib2-devel >= 2.2.0
21 BuildRequires:  gnome-vfs2-devel >= 2.2.0
22 BuildRequires:  libgnome-devel >= 2.1.90
23 BuildRequires:  libgnomeui-devel >= 2.1.90
24 BuildRequires:  libgtkhtml-devel >= 2.2.0
25 BuildRequires:  libxslt-devel >= 1.0.24
26 BuildRequires:  pkgconfig >= 0.12.0
27 BuildRequires:  rpm-build >= 4.1-10
28 Requires(post): GConf2
29 Requires:       docbook-style-xsl >= 1.55.0
30 Requires:       scrollkeeper
31 Requires:       gnome-vfs2 >= 2.2.0
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Yelp is the Gnome 2 help/documentation browser. It is designed to help
36 you browse all the documentation on your system in one central tool.
37
38 %description -l pl
39 Yelp jest przegl±dark± pomocy i dokumentacji GNOME 2. Ma pomagaæ w
40 przegl±daniu ca³ej dokumentacji systemu w jednym, centralnym
41 narzêdziu.
42
43 %prep
44 %setup  -q 
45 %patch0 -p1
46
47 %build
48 %{__libtoolize}
49 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
50 %{__autoconf}
51 %{__automake}
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT
58
59 %{__make} install \
60             DESTDIR=$RPM_BUILD_ROOT
61
62 %find_lang %{name} --with-gnome --all-name
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post 
68 %gconf_schema_install
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc README ChangeLog NEWS TODO AUTHORS
73 %attr(755,root,root) %{_bindir}/*
74 %{_datadir}/%{name}
75 %{_datadir}/pixmaps/%{name}
76 %{_datadir}/applications/*
77 %{_libdir}/bonobo/servers/*
78 %attr(755,root,root) %{_libdir}/%{name}-db2html
79 %{_datadir}/sgml/docbook/%{name}
This page took 0.060917 seconds and 4 git commands to generate.