]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
- bumped BRs/Rs
[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.6.5
9 Release:        4
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        http://ftp.gnome.org/pub/gnome/sources/yelp/2.6/%{name}-%{version}.tar.bz2
13 # Source0-md5:  9bd94af344ee6a0bf69aa6f9cbd6b7e9
14 Patch0:         %{name}-desktop-categories.patch
15 URL:            http://www.gnome.org/
16 BuildRequires:  GConf2-devel >= 2.10.0
17 BuildRequires:  ORBit2-devel >= 1:2.12.1
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  bzip2-devel
21 BuildRequires:  glib2-devel >= 1:2.6.4
22 BuildRequires:  gnome-common >= 2.8.0
23 BuildRequires:  gnome-vfs2-devel >= 2.10.0-2
24 BuildRequires:  libglade2-devel >= 1:2.5.1
25 BuildRequires:  libgnomeui-devel >= 2.10.0-2
26 BuildRequires:  libgtkhtml-devel >= 2.6.3
27 BuildRequires:  libtool
28 BuildRequires:  libxml2-devel >= 1:2.6.19
29 BuildRequires:  libxslt-devel >= 1.1.14
30 BuildRequires:  pkgconfig >= 1:0.15.0
31 BuildRequires:  popt-devel
32 BuildRequires:  rpm-build >= 4.1-10
33 Requires:       docbook-style-xsl >= 1.55.0
34 Requires:       gnome-vfs2 >= 2.10.0-2
35 Requires:       scrollkeeper
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Yelp is the GNOME 2 help/documentation browser. It is designed to help
40 you browse all the documentation on your system in one central tool.
41
42 %description -l pl
43 Yelp jest przegl±dark± pomocy i dokumentacji GNOME 2. Ma pomagaæ w
44 przegl±daniu ca³ej dokumentacji systemu w jednym, centralnym
45 narzêdziu.
46
47 %prep
48 %setup -q
49 %patch0 -p1
50
51 %build
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %{__automake}
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
66
67 %find_lang %{name} --with-gnome --all-name
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc README ChangeLog NEWS TODO AUTHORS
75 %attr(755,root,root) %{_bindir}/*
76 %{_datadir}/%{name}
77 %{_libdir}/bonobo/servers/*
78 %{_datadir}/sgml/docbook/%{name}
79 %{_desktopdir}/*
This page took 0.027525 seconds and 4 git commands to generate.