]> git.pld-linux.org Git - packages/yelp.git/blob - yelp.spec
- BR: s/beagle-devel/libbeagle-devel/ and changed it's version to 0.3.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.20.0
5 Release:        9
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/yelp/2.20/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8902618c343093b1c64ee6d647ec41ed
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-bs.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 2.20.0
14 BuildRequires:  ORBit2-devel >= 1:2.14.9
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libbeagle-devel >= 0.3.0
18 BuildRequires:  bzip2-devel
19 BuildRequires:  dbus-glib-devel >= 0.73
20 BuildRequires:  gnome-common >= 2.20.0
21 BuildRequires:  gnome-doc-utils >= 0.12.0
22 BuildRequires:  gnome-vfs2-devel >= 2.20.0
23 BuildRequires:  libglade2-devel >= 1:2.6.2
24 BuildRequires:  libgnomeui-devel >= 2.20.0
25 BuildRequires:  libtool
26 BuildRequires:  libxml2-devel >= 1:2.6.30
27 BuildRequires:  libxslt-devel >= 1.1.22
28 BuildRequires:  xulrunner-devel >= 1.8.0.4
29 BuildRequires:  pkgconfig >= 1:0.15.0
30 BuildRequires:  rarian-devel
31 BuildRequires:  rpmbuild(macros) >= 1.311
32 BuildRequires:  zlib-devel
33 Requires(post,preun):   GConf2
34 Requires(post,postun):  gtk+2
35 Requires(post,postun):  hicolor-icon-theme
36 Requires:       docbook-style-xsl >= 1.55.0
37 Requires:       gnome-doc-utils >= 0.12.0
38 Requires:       gnome-vfs2 >= 2.20.0
39 Requires:       libgnomeui >= 2.20.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 %patch1 -p1
64
65 # fix locale names
66 sed -i -e s#nds\@NFE#nds# po/LINGUAS
67 sed -i -e s#sr\@Latn#sr\@latin# po/LINGUAS
68 mv po/nds{\@NFE,}.po
69 mv po/sr\@{Latn,latin}.po
70
71 %build
72 %{__libtoolize}
73 %{__aclocal} -I m4
74 %{__autoconf}
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} --with-gnome
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}/*
105 %{_datadir}/%{name}
106 %{_desktopdir}/*.desktop
107 %{_iconsdir}/hicolor/*/*/yelp-icon-big.png
108 %{_sysconfdir}/gconf/schemas/yelp.schemas
This page took 0.077836 seconds and 4 git commands to generate.