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