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