]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
- updated to 2.3.4
[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.4
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 # Source0-md5:  45221f8861337c460d17ad30ac2ed041
14 Patch0:         %{name}-pixmapsdir.patch
15 URL:            http://www.gnome.org/
16 BuildRequires:  GConf2-devel >= 2.1.90
17 BuildRequires:  ORBit2-devel >= 2.6.0
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  bzip2-devel
21 BuildRequires:  glib2-devel >= 2.2.0
22 BuildRequires:  gnome-vfs2-devel >= 2.2.0
23 BuildRequires:  libgnome-devel >= 2.1.90
24 BuildRequires:  libgnomeui-devel >= 2.1.90
25 BuildRequires:  libgtkhtml-devel >= 2.2.0
26 BuildRequires:  libtool
27 BuildRequires:  libxslt-devel >= 1.0.24
28 BuildRequires:  pkgconfig >= 0.12.0
29 BuildRequires:  rpm-build >= 4.1-10
30 Requires:       docbook-style-xsl >= 1.55.0
31 Requires:       gnome-vfs2 >= 2.2.0
32 Requires:       scrollkeeper
33 Requires(post): GConf2
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 Yelp is the Gnome 2 help/documentation browser. It is designed to help
38 you browse all the documentation on your system in one central tool.
39
40 %description -l pl
41 Yelp jest przegl±dark± pomocy i dokumentacji GNOME 2. Ma pomagaæ w
42 przegl±daniu ca³ej dokumentacji systemu w jednym, centralnym
43 narzêdziu.
44
45 %prep
46 %setup  -q 
47 %patch0 -p1
48
49 %build
50 %{__libtoolize}
51 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
52 %{__autoconf}
53 %{__automake}
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $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 %{_libdir}/bonobo/servers/*
77 %attr(755,root,root) %{_libdir}/%{name}-db2html
78 %attr(755,root,root) %{_libdir}/%{name}-info2html
79 %attr(755,root,root) %{_libdir}/%{name}-man2html
80 %{_datadir}/sgml/docbook/%{name}
81 %{_pixmapsdir}/%{name}
82 %{_desktopdir}/*
This page took 0.060738 seconds and 4 git commands to generate.