]> git.pld-linux.org Git - packages/htmldoc.git/blob - htmldoc.spec
- ahh, what the hell: openssl 0.9.7c
[packages/htmldoc.git] / htmldoc.spec
1 Summary:        HTML processing program
2 Summary(pl):    Program przetwarzaj±cy HTML
3 Name:           htmldoc
4 Version:        1.8.22
5 Release:        1
6 License:        GPL
7 Group:          Applications/Publishing
8 Source0:        ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
9 # Source0-md5:  a2ec0d880fa47a367f20fd957ec78c9b
10 URL:            http://www.easysw.com/htmldoc/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  fltk-devel
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libpng-devel
17 BuildRequires:  openssl-devel >= 0.9.7c
18 BuildRequires:  zlib-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21
22 %description
23 HTML processing program that generates HTML, PostScript, and PDF files
24 with a table of contents.
25
26 %description -l pl
27 Program przetwarzaj±cy HTML, który generuje pliki HTML, PostScript i
28 PDF ze spisem tre¶ci.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %{__make} install \
42         datadir=$RPM_BUILD_ROOT%{_datadir} \
43         mandir=$RPM_BUILD_ROOT%{_mandir} \
44         bindir=$RPM_BUILD_ROOT%{_bindir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc CHANGES.txt README.txt doc/htmldoc.html doc/htmldoc.png doc/htmldoc-fig*.png
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
54 %{_datadir}/htmldoc
This page took 0.049549 seconds and 3 git commands to generate.