]> git.pld-linux.org Git - packages/xchm.git/blob - xchm.spec
- updated to 0.8.4
[packages/xchm.git] / xchm.spec
1 Summary:        CHM viewer for UNIX
2 Summary(pl):    Przegl±darka CHM dla uniksów
3 Name:           xchm
4 Version:        0.8.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/xchm/%{name}-%{version}.tar.gz
9 # Source0-md5:  faf1ab179c2d2a29f4432fff1067d3b3
10 URL:            http://xchm.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  chmlib-devel
14 BuildRequires:  wxGTK2-devel >= 2.4.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 XCHM is a CHM viewer for UNIX, based on Jed Wing's CHMLIB and written
19 with wxWindows.
20
21 %description -l pl
22 XCHM to przegl±darka plików CHM dla uniksa, napisana w oparciu o
23 CHMLIB Jeda Winga, z u¿yciem wxWindows.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure \
34         WX_CONFIG_NAME=/usr/bin/wxgtk2-2.4-config
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README
50 %attr(755,root,root) %{_bindir}/*
This page took 0.053137 seconds and 4 git commands to generate.