]> git.pld-linux.org Git - packages/yelp.git/blame_incremental - yelp.spec
- rebuild with new xulrunner (1.8.1.6), release 6
[packages/yelp.git] / yelp.spec
... / ...
CommitLineData
1Summary: A system documentation reader from the GNOME project
2Summary(pl.UTF-8): Czytnik dokumentacji z projektu GNOME
3Name: yelp
4Version: 2.18.1
5Release: 6
6License: GPL
7Group: X11/Applications
8Source0: http://ftp.gnome.org/pub/gnome/sources/yelp/2.18/%{name}-%{version}.tar.bz2
9# Source0-md5: 84abbfe7e042706cbf21752957e29bf3
10Patch0: %{name}-desktop.patch
11Patch1: %{name}-bs.patch
12URL: http://www.gnome.org/
13BuildRequires: GConf2-devel >= 2.18.0.1
14BuildRequires: ORBit2-devel >= 1:2.14.7
15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: beagle-devel >= 0.2.13
18BuildRequires: bzip2-devel
19BuildRequires: dbus-glib-devel >= 0.73
20BuildRequires: gnome-common >= 2.18.0
21BuildRequires: gnome-doc-utils >= 0.10.1
22BuildRequires: gnome-vfs2-devel >= 2.18.0.1
23BuildRequires: libglade2-devel >= 1:2.6.0
24BuildRequires: libgnomeui-devel >= 2.18.1
25BuildRequires: libtool
26BuildRequires: libxml2-devel >= 1:2.6.27
27BuildRequires: libxslt-devel >= 1.1.20
28BuildRequires: xulrunner-devel >= 1.8.1.6
29BuildRequires: pkgconfig >= 1:0.15.0
30BuildRequires: rpmbuild(macros) >= 1.311
31BuildRequires: zlib-devel
32Requires(post,preun): GConf2
33Requires(post,postun): gtk+2
34Requires(post,postun): hicolor-icon-theme
35Requires: docbook-style-xsl >= 1.55.0
36Requires: gnome-doc-utils >= 0.10.1
37Requires: gnome-vfs2 >= 2.18.0.1
38Requires: libgnomeui >= 2.18.1
39Requires: scrollkeeper
40%requires_eq_to xulrunner xulrunner-devel
41BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43# can be provided by mozilla or mozilla-embedded
44%define _noautoreqdep libgtkembedmoz.so libgtksuperwin.so libxpcom.so
45# we have strict deps for it
46%define _noautoreq libxpcom.so
47
48%description
49Yelp is the GNOME help/documentation browser. It is designed to help
50you browse all the documentation on your system in one central tool.
51
52%description -l pl.UTF-8
53Yelp jest przeglądarką pomocy i dokumentacji GNOME. Umożliwia
54przeglądanie całej dokumentacji systemu za pomocą jednego, centralnego
55narzędzia.
56
57%prep
58%setup -q
59%patch0 -p1
60%patch1 -p1
61
62%build
63%{__libtoolize}
64%{__aclocal} -I m4
65%{__autoconf}
66%{__automake}
67%configure
68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
76mv $RPM_BUILD_ROOT%{_datadir}/locale/nds{@NFE,}
77
78%find_lang %{name} --with-gnome
79
80%clean
81rm -rf $RPM_BUILD_ROOT
82
83%post
84%gconf_schema_install yelp.schemas
85%update_icon_cache hicolor
86
87%preun
88%gconf_schema_uninstall yelp.schemas
89
90%postun
91%update_icon_cache hicolor
92
93%files -f %{name}.lang
94%defattr(644,root,root,755)
95%doc README ChangeLog NEWS TODO AUTHORS
96%attr(755,root,root) %{_bindir}/*
97%{_datadir}/%{name}
98%{_desktopdir}/*.desktop
99%{_iconsdir}/hicolor/*/*/yelp-icon-big.png
100%{_sysconfdir}/gconf/schemas/yelp.schemas
This page took 0.102622 seconds and 4 git commands to generate.