]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
- updated to version 2.3.0
[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:        1
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 BuildRequires:  Xft-devel >= 2.1-2
29 Requires(post): GConf2
30 Requires:       docbook-style-xsl >= 1.55.0
31 Requires:       scrollkeeper
32 Requires:       gnome-vfs2 >= 2.2.0
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Yelp is the Gnome 2 help/documentation browser. It is designed to help
37 you browse all the documentation on your system in one central tool.
38
39 %description -l pl
40 Yelp jest przegl±dark± pomocy i dokumentacji GNOME 2. Ma pomagaæ w
41 przegl±daniu ca³ej dokumentacji systemu w jednym, centralnym
42 narzêdziu.
43
44 %prep
45 %setup  -q 
46 %patch0 -p1
47
48 %build
49 %{__libtoolize}
50 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
51 %{__autoconf}
52 %{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT
59
60 %{__make} install \
61             DESTDIR=$RPM_BUILD_ROOT
62
63 %find_lang %{name} --with-gnome --all-name
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post 
69 %gconf_schema_install
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc README ChangeLog NEWS TODO AUTHORS
74 %attr(755,root,root) %{_bindir}/*
75 %{_datadir}/%{name}
76 %{_datadir}/pixmaps/%{name}
77 %{_datadir}/applications/*
78 %{_libdir}/bonobo/servers/*
79 %attr(755,root,root) %{_libdir}/%{name}-db2html
80 %{_datadir}/sgml/docbook/%{name}
This page took 0.035964 seconds and 4 git commands to generate.