source: projects/specs/trunk/k/kchmviewer/kchmviewer-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name: kchmviewer
2Summary: chm (MS HTML help file format) viewer
3Summary(ja): chm (MS HTML ヘルプファイル形式) ビューア
4Version: 3.1
5Release: 4%{?_dist_release}
6License: GPL
7Group: Applications/Accessories
8URL: http://www.kchmviewer.net/
9Source0: %{name}-%{version}-2.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: zlib-devel libjpeg-devel libpng-devel
12BuildRequires: qt-devel kdelibs-devel arts-devel libart_lgpl-devel
13BuildRequires: gamin-devel libidn-devel
14
15Patch10: kchmviewer-3.1-ppc.patch
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21kchmviewer is a chm (MS HTML help file format) viewer written in C++. Unlike
22most existing CHM viewers for Unix, it uses Trolltech Qt widget library, and
23could optionally use KDE libraries for better KDE integration. It does not
24require KDE, but may be compiled with full KDE support, including KDE widgets
25and KIO/KHTML.
26
27The main advantage of kchmviewer is the best support for non-English languages.
28Unlike other viewers, kchmviewer in most cases is able to correctly detect the
29chm file encoding and show it. It correctly shows the index and table of context
30in Russian, Korean, Chinese and Japanese help files, and with new search engine
31is able to search in any chm file no matter what language it is written.
32
33%prep
34%setup -q
35%patch10 -p1
36
37%build
38%configure --with-kde
39%__make
40
41%install
42%__rm -rf %{buildroot}
43%makeinstall
44
45%clean
46%__rm -rf %{buildroot}
47
48%files
49%defattr(-,root,root)
50%doc COPYING ChangeLog FAQ README
51%{_bindir}/*
52%{_libdir}/*.a
53%{_libdir}/kde3/*
54%{_datadir}/applications/*
55%{_datadir}/icons/*/*/*/*
56%{_datadir}/locale/*/*/*
57%{_datadir}/services/*
58
59%changelog
60* Tue May 26 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1-4
61- add Patch10
62
63* Wed May 13 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.1-3
64- applied new versioning policy, spec in UTF-8
65
66* Sat Jan 19 2008 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> 3.1-2vl1
67- Initial build.
68
Note: See TracBrowser for help on using the repository browser.