]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
- 2.22.0
[packages/yelp.git] / yelp.spec
1 Summary:        A system documentation reader from the GNOME project
2 Summary(pl.UTF-8):      Czytnik dokumentacji z projektu GNOME
3 Name:           yelp
4 Version:        2.22.0
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/yelp/2.22/%{name}-%{version}.tar.bz2
9 # Source0-md5:  941e67796bbc332c1db3d63771ae2590
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-bs.patch
12 Patch2:         %{name}-beagle.patch
13 URL:            http://live.gnome.org/Yelp
14 BuildRequires:  GConf2-devel >= 2.22.0
15 BuildRequires:  autoconf
16 BuildRequires:  automake >= 1:1.9
17 BuildRequires:  bzip2-devel
18 BuildRequires:  dbus-glib-devel >= 0.74
19 BuildRequires:  gettext-devel
20 BuildRequires:  gnome-common >= 2.20.0
21 BuildRequires:  gnome-doc-utils >= 0.12.1
22 BuildRequires:  gnome-vfs2-devel >= 2.22.0
23 BuildRequires:  gtk+2-devel >= 2:2.12.8
24 BuildRequires:  intltool >= 0.37.0
25 BuildRequires:  libbeagle-devel >= 0.3.0
26 BuildRequires:  libglade2-devel >= 1:2.6.2
27 BuildRequires:  libgnomeui-devel >= 2.22.0
28 BuildRequires:  libtool
29 BuildRequires:  libxml2-devel >= 1:2.6.31
30 BuildRequires:  libxslt-devel >= 1.1.22
31 BuildRequires:  pkgconfig >= 1:0.15.0
32 BuildRequires:  rarian-devel >= 0.7.0
33 BuildRequires:  rpmbuild(macros) >= 1.311
34 BuildRequires:  startup-notification-devel >= 0.8
35 BuildRequires:  xulrunner-devel >= 1.8.0.4
36 BuildRequires:  zlib-devel
37 Requires(post,postun):  gtk+2
38 Requires(post,postun):  hicolor-icon-theme
39 Requires(post,preun):   GConf2
40 Requires:       docbook-style-xsl >= 1.55.0
41 Requires:       gnome-doc-utils >= 0.12.1
42 Requires:       gnome-vfs2 >= 2.22.0
43 Requires:       libgnomeui >= 2.22.0
44 Requires:       scrollkeeper
45 %requires_eq_to xulrunner xulrunner-devel
46 # sr@Latn vs. sr@latin
47 Conflicts:      glibc-misc < 6:2.7
48 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50 # can be provided by mozilla or mozilla-embedded
51 %define         _noautoreqdep   libgtkembedmoz.so libgtksuperwin.so libxpcom.so
52 # we have strict deps for it
53 %define         _noautoreq      libxpcom.so
54
55 %description
56 Yelp is the GNOME help/documentation browser. It is designed to help
57 you browse all the documentation on your system in one central tool.
58
59 %description -l pl.UTF-8
60 Yelp jest przeglądarką pomocy i dokumentacji GNOME. Umożliwia
61 przeglądanie całej dokumentacji systemu za pomocą jednego, centralnego
62 narzędzia.
63
64 %prep
65 %setup -q
66 %patch0 -p1
67 %patch1 -p1
68 %patch2 -p1
69
70 # fix locale names
71 sed -i -e s#nds@NFE#nds# po/LINGUAS
72 sed -i -e s#sr@Latn#sr@latin# po/LINGUAS
73 mv po/nds{@NFE,}.po
74 mv po/sr@{Latn,latin}.po
75
76 %build
77 %{__intltoolize}
78 %{__libtoolize}
79 %{__aclocal} -I m4
80 %{__autoconf}
81 %{__autoheader}
82 %{__automake}
83 %configure
84 %{__make} -j1 \
85         CFLAGS="%{rpmcflags} -DI_KNOW_RARIAN_0_8_IS_UNSTABLE"
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 %find_lang %{name}
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %post
99 %gconf_schema_install yelp.schemas
100 %update_icon_cache hicolor
101
102 %preun
103 %gconf_schema_uninstall yelp.schemas
104
105 %postun
106 %update_icon_cache hicolor
107
108 %files -f %{name}.lang
109 %defattr(644,root,root,755)
110 %doc README ChangeLog NEWS TODO AUTHORS
111 %attr(755,root,root) %{_bindir}/gnome-help
112 %attr(755,root,root) %{_bindir}/yelp
113 %{_datadir}/yelp
114 %{_desktopdir}/yelp.desktop
115 %{_iconsdir}/hicolor/*/*/yelp-icon-big.png
116 %{_sysconfdir}/gconf/schemas/yelp.schemas
This page took 0.045777 seconds and 4 git commands to generate.