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