]> git.pld-linux.org Git - packages/chmsee.git/blame - chmsee.spec
- BR: gettext-devel, libstdc++-devel
[packages/chmsee.git] / chmsee.spec
CommitLineData
68cf0cfc
JP
1Summary: HTML Help viewer for Unix/Linux
2Summary(pl.UTF-8): Przeglądarka plików HTML Help dla systemów Unix/Linux
3Name: chmsee
4Version: 1.3.0
8b6f888d 5Release: 1
68cf0cfc
JP
6License: GPL v2
7Group: X11/Applications/Graphics
8Source0: http://chmsee.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: 5ba68ccee32ba782486badc025842ccf
10URL: http://code.google.com/p/chmsee/
11BuildRequires: chmlib-devel >= 0.39
12BuildRequires: cmake >= 2.8
d21f5784 13BuildRequires: gettext-devel
68cf0cfc
JP
14BuildRequires: glib2-devel >= 1:2.22
15BuildRequires: gtk+2-devel >= 2:2.20
16BuildRequires: intltool
17BuildRequires: libgcrypt-devel
d21f5784 18BuildRequires: libstdc++-devel
68cf0cfc
JP
19BuildRequires: libxml2-devel
20BuildRequires: nspr-devel
21BuildRequires: pkgconfig >= 0.9.0
22BuildRequires: rpmbuild(macros) >= 1.600
23BuildRequires: xulrunner-devel >= 1.9
24Requires: chmlib >= 0.39
25Requires(post,postun): desktop-file-utils
26Requires: glib2 >= 1:2.22
27Requires: gtk+2 >= 2:2.20
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31ChmSee is an HTML Help viewer for Unix/Linux. It is based on CHMLIB
32and use GTK+ as its frontend toolkit. Because of using gecko HTML
33rendering engine, ChmSee can support rich features of modern HTML
34page, specially CSS.
35
36%description -l pl.UTF-8
37ChmSee jest przeglądarką plików HTML Help dla systemów Unix/Linux.
38Oparta jest na bibliotece CHMLIB oraz używa biblioteki GTK+ jako
39frontend. Dzięki użyciu silnika renderującego HTML gecko, ChmSee
40wspiera bogatą funkcjonalność nowoczesnych stron HTML, w szczególności
41CSS.
42
43%prep
44%setup -q
45
46%build
47%cmake
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/mime-info
57
58%find_lang %{name}
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%post
64%update_desktop_database_post
65%update_icon_cache hicolor
66
67%postun
68%update_desktop_database_postun
69%update_icon_cache hicolor
70
71%files -f %{name}.lang
72%defattr(644,root,root,755)
73%doc AUTHORS ChangeLog NEWS README
74%attr(755,root,root) %{_bindir}/%{name}
75%dir %{_datadir}/%{name}
76%{_datadir}/%{name}/*.js
77%{_datadir}/%{name}/*.png
78%{_datadir}/%{name}/*.ui
79%{_desktopdir}/%{name}.desktop
80%{_iconsdir}/hicolor/*/mimetypes/chm.png
81%{_iconsdir}/hicolor/scalable/mimetypes/chm.svg
82%{_pixmapsdir}/%{name}-icon.png
This page took 0.094808 seconds and 4 git commands to generate.