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